|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.displaytag.decorator.DecoratorFactory
Factory for TableDecorator or ColumnDecorator object.
| Method Summary | |
static ColumnDecorator |
loadColumnDecorator(java.lang.String columnDecoratorName)
If the user has specified a column decorator, then this method takes care of creating the decorator (and checking to make sure it is a subclass of the ColumnDecorator object). |
static TableDecorator |
loadTableDecorator(java.lang.String decoratorName)
If the user has specified a decorator, then this method takes care of creating the decorator (and checking to make sure it is a subclass of the TableDecorator object). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static TableDecorator loadTableDecorator(java.lang.String decoratorName)
throws DecoratorInstantiationException
decoratorName - String full decorator class name
DecoratorInstantiationException - if unable to load specified TableDecorator
public static ColumnDecorator loadColumnDecorator(java.lang.String columnDecoratorName)
throws DecoratorInstantiationException
columnDecoratorName - String full decorator class name
DecoratorInstantiationException - if unable to load ColumnDecorator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||