|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectCellDecorator
ImageCellDecorator
public final class ImageCellDecorator
| Constructor Summary | |
|---|---|
ImageCellDecorator()
|
|
| Method Summary | |
|---|---|
void |
decorate(JspContext jspContext,
AbstractRenderAppender appender,
CellModel cellModel)
This method is implemented by subclasses to provide decoration behavior. |
| Methods inherited from class CellDecorator |
|---|
getNestedDecorator, setNestedDecorator |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageCellDecorator()
| Method Detail |
|---|
public void decorate(JspContext jspContext,
AbstractRenderAppender appender,
CellModel cellModel)
throws CellDecoratorException
CellDecorator
decorate in class CellDecoratorjspContext - the JspContext for the current pageappender - the AbstractRenderAppender to which markup should be renderedcellModel - the CellModel JavaBean that contains
CellDecoratorException - an exception thrown when an error occurs running the decorator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||