|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryDefaults | |
---|---|
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 |
Uses of FactoryDefaults in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services with annotations of type FactoryDefaults | |
---|---|
static void |
TapestryIOCModule.setupDefaultSymbols(MappedConfiguration<String,Object> configuration)
|
Method parameters in org.apache.tapestry5.ioc.services with annotations of type FactoryDefaults | |
---|---|
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
|
Uses of FactoryDefaults in org.apache.tapestry5.jpa |
---|
Methods in org.apache.tapestry5.jpa with annotations of type FactoryDefaults | |
---|---|
static void |
JpaModule.provideFactoryDefaults(MappedConfiguration<String,String> configuration)
|
Uses of FactoryDefaults in org.apache.tapestry5.kaptcha.services |
---|
Methods in org.apache.tapestry5.kaptcha.services with annotations of type FactoryDefaults | |
---|---|
static void |
KaptchaModule.factoryDefaults(MappedConfiguration<String,Object> configuration)
|
Uses of FactoryDefaults in org.apache.tapestry5.services.assets |
---|
Methods in org.apache.tapestry5.services.assets with annotations of type FactoryDefaults | |
---|---|
static void |
AssetsModule.setupSymbols(MappedConfiguration<String,String> configuration)
|
Uses of FactoryDefaults in org.apache.tapestry5.spring |
---|
Methods in org.apache.tapestry5.spring with annotations of type FactoryDefaults | |
---|---|
static void |
SpringModule.defaultExternalSpringContextOff(MappedConfiguration<String,Object> configuration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |