Package | Description |
---|---|
org.apache.tapestry5.internal.clojure |
[INTERNAL USE ONLY] support for Clojure functions; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.ioc.internal.services |
[INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change.
|
org.apache.tapestry5.modules |
Constructor and Description |
---|
ClojureBuilderImpl(PlasticProxyFactory proxyFactory,
MethodToFunctionSymbolMapper mapper,
OperationTracker tracker) |
Constructor and 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,
Map<String,ControlledPackageType> configuration,
boolean productionMode,
ComponentClassResolver resolver,
InternalComponentInvalidationEventHub invalidationHub) |
EnvironmentalShadowBuilderImpl(PlasticProxyFactory proxyFactory,
Environment environment)
Construct using the default builtin factory, not the component layer version.
|
Modifier and Type | Method and Description |
---|---|
static void |
TapestryModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration,
ObjectLocator objectLocator,
ThreadLocale threadLocale,
AssetSource assetSource,
DynamicTemplateParser dynamicTemplateParser)
Adds coercions:
String to
SelectModel
Map to SelectModel
Collection to GridDataSource
null to GridDataSource
List to SelectModel
ComponentResourcesAware (typically, a component) to ComponentResources
ComponentResources to PropertyOverrides
String to Renderable
Renderable to Block
String to DateFormat
String to Resource (via AssetSource.resourceForPath(String) )
Renderable to RenderCommand
String to Pattern
String to DateFormat
Resource to DynamicTemplate
Asset to Resource
ValueEncoder to ValueEncoderFactory
|
static void |
TapestryModule.registerToClearPlasticProxyFactoryOnInvalidation(InvalidationEventHub hub,
PlasticProxyFactory proxyFactory) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.