org.apache.tapestry.enhance
Class NoOpEnhancer

java.lang.Object
  extended by 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

Constructor Summary
NoOpEnhancer()
           
 
Method Summary
 void performEnhancement(IEnhancedClass enhancedClass)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpEnhancer

public NoOpEnhancer()
Method Detail

performEnhancement

public void performEnhancement(IEnhancedClass enhancedClass)
Does nothing.

Specified by:
performEnhancement in interface IEnhancer