Uses of Interface
org.apache.tapestry5.commons.Configuration
-
Packages that use Configuration Package Description org.apache.tapestry5.beanvalidator.modules org.apache.tapestry5.hibernate.web.modules org.apache.tapestry5.http.internal org.apache.tapestry5.internal.t5internal.modules org.apache.tapestry5.ioc.def Tapestry IOC service definitionsorg.apache.tapestry5.ioc.internal [INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.org.apache.tapestry5.ioc.test org.apache.tapestry5.jpa.modules org.apache.tapestry5.kaptcha.modules org.apache.tapestry5.modules org.apache.tapestry5.upload.modules -
-
Uses of Configuration in org.apache.tapestry5.beanvalidator.modules
Methods in org.apache.tapestry5.beanvalidator.modules with parameters of type Configuration Modifier and Type Method Description static void
BeanValidatorModule. <?>> configuration)
static void
BeanValidatorModule. contributeClientConstraintDescriptorSource(JavaScriptSupport javaScriptSupport, Configuration<ClientConstraintDescriptor> configuration)
-
Uses of Configuration in org.apache.tapestry5.hibernate.web.modules
Methods in org.apache.tapestry5.hibernate.web.modules with parameters of type Configuration Modifier and Type Method Description static void
HibernateModule. > configuration, appRootPackage)
Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated entity classes.static void
HibernateModule. provideLibraryMapping(Configuration<LibraryMapping> configuration)
-
Uses of Configuration in org.apache.tapestry5.http.internal
Methods in org.apache.tapestry5.http.internal with parameters of type Configuration Modifier and Type Method Description void
AbstractContributionDef. contribute(ModuleBuilderSource moduleSource, ServiceResources resources, Configuration configuration)
-
Uses of Configuration in org.apache.tapestry5.internal.t5internal.modules
Methods in org.apache.tapestry5.internal.t5internal.modules with parameters of type Configuration Modifier and Type Method Description static void
InternalTestModule. provideT5InternalLibrary(Configuration<LibraryMapping> configuration)
-
Uses of Configuration in org.apache.tapestry5.ioc.def
Methods in org.apache.tapestry5.ioc.def with parameters of type Configuration Modifier and Type Method Description void
ContributionDef. contribute(ModuleBuilderSource moduleSource, ServiceResources resources, Configuration configuration)
Performs the work needed to contribute into the standard, unordered configuration. -
Uses of Configuration in org.apache.tapestry5.ioc.internal
Classes in org.apache.tapestry5.ioc.internal that implement Configuration Modifier and Type Class Description class
ValidatingConfigurationWrapper<T>
Wraps a as aConfiguration
and perform validation that collected value are of the correct type.Methods in org.apache.tapestry5.ioc.internal with parameters of type Configuration Modifier and Type Method Description void
ContributionDefImpl. contribute(ModuleBuilderSource moduleSource, ServiceResources resources, Configuration configuration)
-
Uses of Configuration in org.apache.tapestry5.ioc.test
Methods in org.apache.tapestry5.ioc.test that return Configuration Modifier and Type Method Description protected <T> Configuration<T>
IOCTestCase. mockConfiguration()
Deprecated. -
Uses of Configuration in org.apache.tapestry5.jpa.modules
Methods in org.apache.tapestry5.jpa.modules with parameters of type Configuration Modifier and Type Method Description static void
JpaModule. > configuration, appRootPackage)
-
Uses of Configuration in org.apache.tapestry5.kaptcha.modules
Methods in org.apache.tapestry5.kaptcha.modules with parameters of type Configuration Modifier and Type Method Description static void
KaptchaModule. provideDefaultBeanBlocks(Configuration<BeanBlockContribution> configuration)
static void
KaptchaModule. provideLibraryMapping(Configuration<LibraryMapping> configuration)
-
Uses of Configuration in org.apache.tapestry5.modules
Methods in org.apache.tapestry5.modules with parameters of type Configuration Modifier and Type Method Description static void
TapestryModule. provideCoreAndAppLibraries(Configuration<LibraryMapping> configuration, appRootPackage)
static void
TapestryModule. provideDefaultBeanBlocks(Configuration<BeanBlockContribution> configuration)
-
Uses of Configuration in org.apache.tapestry5.upload.modules
Methods in org.apache.tapestry5.upload.modules with parameters of type Configuration Modifier and Type Method Description static void
UploadModule. contributeComponentClassResolver(Configuration<LibraryMapping> configuration)
-