Uses of Class
org.apache.tapestry5.ioc.services.Builtin
-
Packages that use Builtin Package Description org.apache.tapestry5.internal.clojure [INTERNAL USE ONLY] support for Clojure functions; API subject to changeorg.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.org.apache.tapestry5.modules -
-
Uses of Builtin in org.apache.tapestry5.internal.clojure
Constructor parameters in org.apache.tapestry5.internal.clojure with annotations of type Builtin Constructor Description ClojureBuilderImpl(PlasticProxyFactory proxyFactory, MethodToFunctionSymbolMapper mapper, OperationTracker tracker)
-
Uses of Builtin in org.apache.tapestry5.internal.services
Constructor parameters in org.apache.tapestry5.internal.services with annotations of type Builtin Constructor Description AssetObjectProvider(AssetSource source, TypeCoercer typeCoercer, SymbolSource symbolSource)
AssetObjectProvider(AssetSource source, TypeCoercer typeCoercer, SymbolSource symbolSource)
ComponentInstantiatorSourceImpl(org.slf4j.Logger logger, LoggerSource loggerSource, PlasticProxyFactory proxyFactory, ComponentClassTransformWorker2 transformerChain, ClasspathURLConverter classpathURLConverter, OperationTracker tracker, <,ControlledPackageType> configuration, boolean productionMode, ComponentClassResolver resolver, InternalComponentInvalidationEventHub invalidationHub)
EnvironmentalShadowBuilderImpl(PlasticProxyFactory proxyFactory, Environment environment)
Construct using the default builtin factory, not the component layer version. -
Uses of Builtin in org.apache.tapestry5.ioc.internal.services
-
Uses of Builtin in org.apache.tapestry5.modules
Method parameters in org.apache.tapestry5.modules with annotations of type Builtin Modifier and Type Method Description static void
TapestryModule. contributeTypeCoercer(MappedConfiguration<CoercionTuple.Key,CoercionTuple> configuration, ObjectLocator objectLocator, ThreadLocale threadLocale, AssetSource assetSource, DynamicTemplateParser dynamicTemplateParser)
Adds coercions: String toSelectModel
Map toSelectModel
Collection toGridDataSource
null toGridDataSource
List toSelectModel
ComponentResourcesAware
(typically, a component) toComponentResources
ComponentResources
toPropertyOverrides
String toRenderable
Renderable
toBlock
String to String toResource
(viaAssetSource.resourceForPath(String)
)Renderable
toRenderCommand
String to String toResource
toDynamicTemplate
Asset
toResource
ValueEncoder
toValueEncoderFactory
static void
TapestryModule. registerToClearPlasticProxyFactoryOnInvalidation(InvalidationEventHub hub, PlasticProxyFactory proxyFactory)
-