org.tynamo.internal.services
Class DefaultExclusionsBMModifier

java.lang.Object
  extended by org.tynamo.internal.services.DefaultExclusionsBMModifier
All Implemented Interfaces:
BeanModelModifier

public class DefaultExclusionsBMModifier
extends Object
implements BeanModelModifier

Removes the Tynamo "recommended" list of properties to exclude from the bean model.

It excludes all nonVisual properties from the BeanModel for ALL the contexts, and for the "list" context key it also removes identifier properties, collection properties and blob properties.


Constructor Summary
DefaultExclusionsBMModifier(DescriptorService descriptorService)
           
 
Method Summary
 boolean modify(org.apache.tapestry5.beaneditor.BeanModel<?> beanModel, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultExclusionsBMModifier

public DefaultExclusionsBMModifier(DescriptorService descriptorService)
Method Detail

modify

public boolean modify(org.apache.tapestry5.beaneditor.BeanModel<?> beanModel,
                      String key)
Specified by:
modify in interface BeanModelModifier
Parameters:
beanModel - to modifiy
key - to choose which configuration set to apply


Copyright © 2004-2013. All Rights Reserved.