Package | Description |
---|---|
org.apache.tapestry5.beanvalidator.modules | |
org.apache.tapestry5.hibernate.modules | |
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.t5internal.modules | |
org.apache.tapestry5.ioc.def |
Tapestry IOC service definitions
|
org.apache.tapestry5.ioc.internal |
[INTERNAL USE ONLY] Tapestry IOC implementation details; API subject to change.
|
org.apache.tapestry5.ioc.modules | |
org.apache.tapestry5.ioc.test |
Classes supporting testing of Tapestry IOC services
|
org.apache.tapestry5.jpa.modules | |
org.apache.tapestry5.json.modules |
Optional module that allows JSON objects to be used with the
TypeCoercer service, when
the tapestry-ioc module is present. |
org.apache.tapestry5.kaptcha.modules | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.mongodb.modules | |
org.apache.tapestry5.upload.modules |
Modifier and Type | Method and Description |
---|---|
static void |
BeanValidatorModule.contributeBeanValidatorGroupSource(Configuration<Class> configuration) |
static void |
BeanValidatorModule.contributeClientConstraintDescriptorSource(JavaScriptSupport javaScriptSupport,
Configuration<ClientConstraintDescriptor> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
HibernateModule.contributeHibernateEntityPackageManager(Configuration<String> configuration,
String appRootPackage)
Contributes the package "<root>.entities" to the configuration, so that it will be scanned for annotated
entity classes.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractContributionDef.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
InternalTestModule.provideT5InternalLibrary(Configuration<LibraryMapping> configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ContributionDef.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
Configuration configuration)
Performs the work needed to contribute into the standard, unordered configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ValidatingConfigurationWrapper<T>
Wraps a
Collection as a Configuration and perform validation that
collected value are of the correct type. |
Modifier and Type | Method and Description |
---|---|
void |
ContributionDefImpl.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
Configuration configuration) |
static void |
BasicTypeCoercions.provideBasicTypeCoercions(Configuration<CoercionTuple> configuration)
Provides the basic type coercions to a
Configuration instance. |
Modifier and Type | Method and Description |
---|---|
static void |
TapestryIOCModule.provideBasicTypeCoercions(Configuration<CoercionTuple> configuration)
Contributes a set of standard type coercions to the
TypeCoercer service:
Object to String
Object to Boolean
String to Double
String to BigDecimal
BigDecimal to Double
Double to BigDecimal
String to BigInteger
BigInteger to Long
String to Long
Long to Byte
Long to Short
Long to Integer
Double to Long
Double to Float
Float to Double
Long to Double
String to Boolean ("false" is always false, other non-blank strings are true)
Number to Boolean (true if number value is non zero)
Null to Boolean (always false)
Collection to Boolean (false if empty)
Object[] to List
primitive[] to List
Object to List (by wrapping as a singleton list)
String to File
String to TimeInterval
TimeInterval to Long
Object to Object[] (wrapping the object as an array)
Collection to Object[] (via the toArray() method)
Flow to List
Flow to Boolean (false if empty)
|
Modifier and Type | Method and Description |
---|---|
protected <T> Configuration<T> |
IOCTestCase.mockConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
JpaModule.provideEntityPackages(Configuration<String> configuration,
String appRootPackage) |
Modifier and Type | Method and Description |
---|---|
static void |
JSONModule.provideCoercions(Configuration<CoercionTuple> configuration)
|
Modifier and Type | Method and Description |
---|---|
static void |
KaptchaModule.provideDefaultBeanBlocks(Configuration<BeanBlockContribution> configuration) |
static void |
KaptchaModule.provideLibraryMapping(Configuration<LibraryMapping> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
MongodbModule.contributeTypeCoercer(Configuration<CoercionTuple> configuration)
|
Modifier and Type | Method and Description |
---|---|
static void |
UploadModule.contributeComponentClassResolver(Configuration<LibraryMapping> configuration) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.