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)
           
static void contributeDescriptorFactory(org.apache.tapestry5.ioc.OrderedConfiguration<DescriptorDecorator> configuration, org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess)
           
static void contributeMethodDescriptorFactory(org.apache.tapestry5.ioc.Configuration<String> configuration)
           
static void contributePropertyDescriptorFactory(org.apache.tapestry5.ioc.Configuration<String> configuration)
           
static void contributeServiceOverride(org.apache.tapestry5.ioc.MappedConfiguration<Class,Object> configuration, org.apache.tapestry5.services.BeanModelSource beanModelSource)
           
static void contributeTynamoDataTypeAnalyzer(org.apache.tapestry5.ioc.OrderedConfiguration<Pair> configuration)
           
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)

contributeServiceOverride

public static void contributeServiceOverride(org.apache.tapestry5.ioc.MappedConfiguration<Class,Object> configuration,
                                             @Local
                                             org.apache.tapestry5.services.BeanModelSource beanModelSource)

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)

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:


contributeDescriptorFactory

public static void contributeDescriptorFactory(org.apache.tapestry5.ioc.OrderedConfiguration<DescriptorDecorator> configuration,
                                               org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess)

contributeTynamoDataTypeAnalyzer

public static void contributeTynamoDataTypeAnalyzer(org.apache.tapestry5.ioc.OrderedConfiguration<Pair> configuration)

contributePropertyDescriptorFactory

public static void contributePropertyDescriptorFactory(org.apache.tapestry5.ioc.Configuration<String> configuration)

contributeMethodDescriptorFactory

public static void contributeMethodDescriptorFactory(org.apache.tapestry5.ioc.Configuration<String> configuration)


Copyright © 2004-2010. All Rights Reserved.