|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Configuration in org.apache.tapestry5.beanvalidator |
---|
Methods in org.apache.tapestry5.beanvalidator with parameters of type Configuration | |
---|---|
static void |
BeanValidatorModule.contributeBeanValidatorGroupSource(Configuration<Class> configuration)
|
static void |
BeanValidatorModule.contributeClientConstraintDescriptorSource(Configuration<ClientConstraintDescriptor> configuration)
|
Uses of Configuration in org.apache.tapestry5.hibernate |
---|
Methods in org.apache.tapestry5.hibernate with parameters of type Configuration | |
---|---|
static void |
HibernateModule.contributeComponentClassResolver(Configuration<LibraryMapping> configuration)
Contribution to the ComponentClassResolver service configuration. |
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. |
Uses of Configuration in org.apache.tapestry5.internal |
---|
Methods in org.apache.tapestry5.internal with parameters of type Configuration | |
---|---|
void |
AbstractContributionDef.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
Configuration configuration)
|
Uses of Configuration in org.apache.tapestry5.ioc.def |
---|
Methods in org.apache.tapestry5.ioc.def with parameters of type Configuration | |
---|---|
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 | |
---|---|
class |
ValidatingConfigurationWrapper<T>
Wraps a Collection as a Configuration and perform validation that
collected value are of the correct type. |
Methods in org.apache.tapestry5.ioc.internal with parameters of type Configuration | |
---|---|
void |
ContributionDefImpl.contribute(ModuleBuilderSource moduleSource,
ServiceResources resources,
Configuration configuration)
|
Uses of Configuration in org.apache.tapestry5.ioc.services |
---|
Methods in org.apache.tapestry5.ioc.services with parameters of type Configuration | |
---|---|
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)
|
Uses of Configuration in org.apache.tapestry5.ioc.test |
---|
Methods in org.apache.tapestry5.ioc.test that return Configuration | ||
---|---|---|
protected
|
IOCTestCase.mockConfiguration()
|
Uses of Configuration in org.apache.tapestry5.jpa |
---|
Methods in org.apache.tapestry5.jpa with parameters of type Configuration | |
---|---|
static void |
JpaModule.provideEntityPackages(Configuration<String> configuration,
String appRootPackage)
|
Uses of Configuration in org.apache.tapestry5.json.services |
---|
Methods in org.apache.tapestry5.json.services with parameters of type Configuration | |
---|---|
static void |
JSONModule.provideCoercions(Configuration<CoercionTuple> configuration)
String to JSONObject
String to JSONArray
|
Uses of Configuration in org.apache.tapestry5.kaptcha.services |
---|
Methods in org.apache.tapestry5.kaptcha.services with parameters of type Configuration | |
---|---|
static void |
KaptchaModule.provideDefaultBeanBlocks(Configuration<BeanBlockContribution> configuration)
|
static void |
KaptchaModule.provideLibraryMapping(Configuration<LibraryMapping> configuration)
|
Uses of Configuration in org.apache.tapestry5.services |
---|
Uses of Configuration in org.apache.tapestry5.upload.services |
---|
Methods in org.apache.tapestry5.upload.services with parameters of type Configuration | |
---|---|
static void |
UploadModule.contributeComponentClassResolver(Configuration<LibraryMapping> configuration)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |