org.apache.tapestry5.internal.plastic
Class StandardDelegate

java.lang.Object
  extended by org.apache.tapestry5.internal.plastic.NoopDelegate
      extended by org.apache.tapestry5.internal.plastic.StandardDelegate
All Implemented Interfaces:
PlasticClassTransformer, PlasticManagerDelegate

public class StandardDelegate
extends NoopDelegate


Constructor Summary
StandardDelegate(PlasticClassTransformer... transformers)
           
 
Method Summary
 void transform(PlasticClass plasticClass)
          Perform whatever transformations are appropriate on this PlasticClass.
 
Methods inherited from class org.apache.tapestry5.internal.plastic.NoopDelegate
configureInstantiator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardDelegate

public StandardDelegate(PlasticClassTransformer... transformers)
Method Detail

transform

public void transform(PlasticClass plasticClass)
Description copied from interface: PlasticClassTransformer
Perform whatever transformations are appropriate on this PlasticClass.

Specified by:
transform in interface PlasticClassTransformer
Overrides:
transform in class NoopDelegate


Copyright © 2003-2012 The Apache Software Foundation.