Package | Description |
---|---|
org.apache.tapestry5.clojure.modules | |
org.apache.tapestry5.internal.services.security |
[INTERNAL USE ONLY] security support 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 | |
org.apache.tapestry5.spring.modules |
Modifier and Type | Method and Description |
---|---|
static MethodToFunctionSymbolMapper |
ClojureModule.buildMethodToFunctionMapper(List<MethodToFunctionSymbolMapper> configuration,
ChainBuilder builder) |
Constructor and Description |
---|
ClientWhitelistImpl(Request request,
ChainBuilder chainBuilder,
List<WhitelistAnalyzer> configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ChainBuilderImpl |
Modifier and Type | Method and Description |
---|---|
static ComponentLibraryInfoSource |
TapestryModule.buildComponentLibraryInfoSource(List<ComponentLibraryInfoSource> configuration,
ChainBuilder chainBuilder) |
Constructor and Description |
---|
TapestryModule(PipelineBuilder pipelineBuilder,
PropertyShadowBuilder shadowBuilder,
RequestGlobals requestGlobals,
ApplicationGlobals applicationGlobals,
ChainBuilder chainBuilder,
Environment environment,
StrategyBuilder strategyBuilder,
PropertyAccess propertyAccess,
Request request,
Response response,
EnvironmentalShadowBuilder environmentalBuilder,
EndOfRequestEventHub endOfRequestEventHub)
We inject all sorts of common dependencies (including builders) into the
module itself (note: even though some of
these service are defined by the module itself, that's ok because
services are always lazy proxies).
|
Modifier and Type | Method and Description |
---|---|
static ApplicationContextCustomizer |
SpringModule.buildApplicationContextCustomizer(List<ApplicationContextCustomizer> configuration,
ChainBuilder builder)
Defines a chain-of-command for handling application context customization.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.