org.apache.tapestry.enhance
Class NoOpEnhancer
java.lang.Object
org.apache.tapestry.enhance.NoOpEnhancer
- All Implemented Interfaces:
- IEnhancer
public class NoOpEnhancer
- extends Object
- implements IEnhancer
Does nothing; added to all abstract classes to force them to be subclassed as concrete
(even if no other enhancement takes place).
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpEnhancer
public NoOpEnhancer()
performEnhancement
public void performEnhancement(IEnhancedClass enhancedClass)
- Does nothing.
- Specified by:
performEnhancement
in interface IEnhancer