org.devyant.decorutils
Interface Decorator
- All Known Implementing Classes:
- DateDecorator
public interface Decorator
You do NOT have to implement this method to be able
to use the Decorator Tag Library. This method
only exists has a guide-line for creating decorators.
All your class must have is simply a method decorate
that receives an Object
and decorates it.
- Since:
- 14/12/2004 1:09:49
- Version:
- $Revision: 1.0$ ($Author: ftavares$)
- Author:
- Filipe Tavares
Method Summary |
java.lang.Object |
decorate(java.lang.Object object)
|
decorate
java.lang.Object decorate(java.lang.Object object)
- Parameters:
object
- The object to decorate
- Returns:
- The decorated object
Copyright © 2005 devyant. All Rights Reserved.