Uses of Interface
org.apache.tapestry5.ioc.Configuration

Packages that use Configuration
org.apache.tapestry5.ioc.def   
org.apache.tapestry5.ioc.internal   
org.apache.tapestry5.ioc.services   
org.apache.tapestry5.ioc.test   
 

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 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) Long to Boolean (true if long 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)
 

Uses of Configuration in org.apache.tapestry5.ioc.test
 

Methods in org.apache.tapestry5.ioc.test that return Configuration
protected
<T> Configuration<T>
IOCTestCase.mockConfiguration()
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.