org.tynamo.util
Class BeanModelUtils

java.lang.Object
  extended by org.tynamo.util.BeanModelUtils

public final class BeanModelUtils
extends Object

Utilities used to modify a BeanModel.


Constructor Summary
BeanModelUtils()
           
 
Method Summary
static void exclude(org.apache.tapestry5.beaneditor.BeanModel model, TynamoClassDescriptor classDescriptor)
          Removes properties from the bean model.
static String join(String firstList, String optionalSecondList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanModelUtils

public BeanModelUtils()
Method Detail

exclude

public static void exclude(org.apache.tapestry5.beaneditor.BeanModel model,
                           TynamoClassDescriptor classDescriptor)
Removes properties from the bean model.

Parameters:
model - to modifiy
classDescriptor -

join

public static final String join(String firstList,
                                String optionalSecondList)


Copyright © 2004-2010. All Rights Reserved.