org.tynamo.services
Class TynamoCoreModule

java.lang.Object
  extended by org.tynamo.VersionedModule
      extended by org.tynamo.services.TynamoCoreModule

public class TynamoCoreModule
extends VersionedModule


Field Summary
static String PROPERTY_DISPLAY_BLOCKS
           
static String PROPERTY_EDIT_BLOCKS
           
 
Fields inherited from class org.tynamo.VersionedModule
version
 
Constructor Summary
TynamoCoreModule()
           
 
Method Summary
static void bind(org.apache.tapestry5.ioc.ServiceBinder binder)
           
static void contributeBeanBlockSource(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.services.BeanBlockContribution> configuration)
          Contribution to the BeanBlockSource service to tell the BeanEditForm component about the editors.
static void contributeClasspathAssetAliasManager(org.apache.tapestry5.ioc.MappedConfiguration<String,String> configuration)
           
static void contributeComponentClassResolver(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.services.LibraryMapping> configuration)
          Add our components and pages to the "Tynamo" library.
static void contributeDataTypeAnalyzer(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.DataTypeAnalyzer> configuration, org.apache.tapestry5.services.DataTypeAnalyzer tynamoDataTypeAnalyzer)
           Annotation Checks for DataType annotation Default (ordered last) DefaultDataTypeAnalyzer service ( #contributeDefaultDataTypeAnalyzer(org.apache.tapestry5.ioc.MappedConfiguration) )
static void contributeTypeCoercer(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.ioc.services.CoercionTuple> configuration, EntityCoercerService entityCoercerService)
          Contributes a set of standard type coercions to the TypeCoercer service: Class to String String to Double
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_DISPLAY_BLOCKS

public static final String PROPERTY_DISPLAY_BLOCKS
See Also:
Constant Field Values

PROPERTY_EDIT_BLOCKS

public static final String PROPERTY_EDIT_BLOCKS
See Also:
Constant Field Values
Constructor Detail

TynamoCoreModule

public TynamoCoreModule()
Method Detail

bind

public static void bind(org.apache.tapestry5.ioc.ServiceBinder binder)

contributeComponentClassResolver

public static void contributeComponentClassResolver(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.services.LibraryMapping> configuration)
Add our components and pages to the "Tynamo" library.


contributeClasspathAssetAliasManager

public static void contributeClasspathAssetAliasManager(org.apache.tapestry5.ioc.MappedConfiguration<String,String> configuration)

contributeBeanBlockSource

public static void contributeBeanBlockSource(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.services.BeanBlockContribution> configuration)
Contribution to the BeanBlockSource service to tell the BeanEditForm component about the editors.


contributeDataTypeAnalyzer

public static void contributeDataTypeAnalyzer(org.apache.tapestry5.ioc.OrderedConfiguration<org.apache.tapestry5.services.DataTypeAnalyzer> configuration,
                                              @InjectService(value="TynamoDataTypeAnalyzer")
                                              org.apache.tapestry5.services.DataTypeAnalyzer tynamoDataTypeAnalyzer)
Annotation
Checks for DataType annotation
Default (ordered last)
DefaultDataTypeAnalyzer service ( #contributeDefaultDataTypeAnalyzer(org.apache.tapestry5.ioc.MappedConfiguration) )


contributeTypeCoercer

public static void contributeTypeCoercer(org.apache.tapestry5.ioc.Configuration<org.apache.tapestry5.ioc.services.CoercionTuple> configuration,
                                         @InjectService(value="EntityCoercerService")
                                         EntityCoercerService entityCoercerService)
Contributes a set of standard type coercions to the TypeCoercer service:



Copyright © 2004-2009. All Rights Reserved.