Uses of Package
org.apache.tapestry5.clojure
-
Packages that use org.apache.tapestry5.clojure Package Description org.apache.tapestry5.clojure.modules org.apache.tapestry5.internal.clojure [INTERNAL USE ONLY] support for Clojure functions; API subject to change -
Classes in org.apache.tapestry5.clojure used by org.apache.tapestry5.clojure.modules Class Description MethodToFunctionSymbolMapper Maps a method from a service interface to a fully-qualified Clojure function name, as a ClojureSymbol
. -
Classes in org.apache.tapestry5.clojure used by org.apache.tapestry5.internal.clojure Class Description ClojureBuilder Creates a proxy for the interface that delegates each method to a Clojure function.MethodToFunctionSymbolMapper Maps a method from a service interface to a fully-qualified Clojure function name, as a ClojureSymbol
.