Uses of Interface
org.apache.tapestry5.clojure.MethodToFunctionSymbolMapper
Packages that use MethodToFunctionSymbolMapper
Package
Description
[INTERNAL USE ONLY] support for Clojure functions; API subject to change
-
Uses of MethodToFunctionSymbolMapper in org.apache.tapestry5.clojure.modules
Methods in org.apache.tapestry5.clojure.modules that return MethodToFunctionSymbolMapperModifier and TypeMethodDescriptionstatic MethodToFunctionSymbolMapper
ClojureModule.buildMethodToFunctionMapper
(List<MethodToFunctionSymbolMapper> configuration, ChainBuilder builder) Method parameters in org.apache.tapestry5.clojure.modules with type arguments of type MethodToFunctionSymbolMapperModifier and TypeMethodDescriptionstatic MethodToFunctionSymbolMapper
ClojureModule.buildMethodToFunctionMapper
(List<MethodToFunctionSymbolMapper> configuration, ChainBuilder builder) static void
ClojureModule.defaultMappers
(OrderedConfiguration<MethodToFunctionSymbolMapper> configuration) -
Uses of MethodToFunctionSymbolMapper in org.apache.tapestry5.internal.clojure
Classes in org.apache.tapestry5.internal.clojure that implement MethodToFunctionSymbolMapperModifier and TypeClassDescriptionclass
class
Default implementation that transforms a camelCased method-name to a clojure-style function name.Constructors in org.apache.tapestry5.internal.clojure with parameters of type MethodToFunctionSymbolMapperModifierConstructorDescriptionClojureBuilderImpl
(PlasticProxyFactory proxyFactory, MethodToFunctionSymbolMapper mapper, OperationTracker tracker)