java.lang.Objectorg.displaytag.decorator.DefaultDecoratorFactory
All Implemented Interfaces:
DecoratorFactory
Fabrizio - Giustina$ - Id$| Method from org.displaytag.decorator.DefaultDecoratorFactory Summary: |
|---|
| loadColumnDecorator, loadTableDecorator |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.displaytag.decorator.DefaultDecoratorFactory Detail: |
|---|
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 DisplaytagColumnDecorator object). If there are any problems loading the decorator then this will throw a DecoratorInstantiationException which will get propagated up to the page. Two different methods for loading a decorator are handled by this factory: |
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). If there are any problems loading the decorator then this will throw a DecoratorInstantiationException which will get propagated up to the page. Two different methods for loading a decorator are handled by this factory: |