Uses of Class
org.apache.tapestry5.ioc.annotations.Contribute

Packages that use Contribute
org.apache.tapestry5.ioc.services   
 

Uses of Contribute in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services with annotations of type Contribute
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)
static void TapestryIOCModule.providePerthreadScope(MappedConfiguration<java.lang.String,ServiceLifecycle> configuration)
          Contributes the "perthread" scope.
static void TapestryIOCModule.setupDefaultSymbols(MappedConfiguration<java.lang.String,java.lang.String> configuration)
           
static void TapestryIOCModule.setupObjectProviders(OrderedConfiguration<ObjectProvider> configuration, ServiceOverride serviceOverride)
           AnnotationBasedContributions Empty placeholder used to seperate annotation-based ObjectProvider contributions (which come before) from non-annotation based (ServiceOverride here, Alias in tapestry-core) which come after.
static void TapestryIOCModule.setupStandardSymbolProviders(OrderedConfiguration<SymbolProvider> configuration, SymbolProvider applicationDefaults, SymbolProvider factoryDefaults)
           
 



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