Package | Description |
---|---|
org.apache.tapestry5.ioc.services |
Tapestry IOC service interfaces
|
org.apache.tapestry5.jpa |
Provides support for simple CRUD applications built on top of Tapestry and JPA
|
org.apache.tapestry5.kaptcha.services |
Services supporting the Kaptcha (CAPTCHA) component
|
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript & CSS files)
|
org.apache.tapestry5.spring |
Integration of Tapestry with the Spring Inversion Of Control Container
|
Modifier and Type | Method and Description |
---|---|
static void |
TapestryIOCModule.setupDefaultSymbols(MappedConfiguration<String,Object> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryIOCModule.setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider> configuration,
SymbolProvider applicationDefaults,
SymbolProvider factoryDefaults)
SystemProperties
Exposes JVM System properties as symbols (currently case-sensitive)
EnvironmentVariables
Exposes environment variables as symbols (adding a "env." prefix)
ApplicationDefaults
Values contributed to @
SymbolProvider @ApplicationDefaults
FactoryDefaults
Values contributed to @SymbolProvider @FactoryDefaults
|
Modifier and Type | Method and Description |
---|---|
static void |
JpaModule.provideFactoryDefaults(MappedConfiguration<String,String> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
KaptchaModule.factoryDefaults(MappedConfiguration<String,Object> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
AssetsModule.setupSymbols(MappedConfiguration<String,String> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
SpringModule.defaultExternalSpringContextOff(MappedConfiguration<String,Object> configuration) |
Copyright © 2003-2012 The Apache Software Foundation.