org.apache.tapestry5.internal.plastic
Class StandardDelegate
java.lang.Object
org.apache.tapestry5.internal.plastic.NoopDelegate
org.apache.tapestry5.internal.plastic.StandardDelegate
- All Implemented Interfaces:
- PlasticClassTransformer, PlasticManagerDelegate
public class StandardDelegate
- extends NoopDelegate
Method Summary |
void |
transform(PlasticClass plasticClass)
Perform whatever transformations are appropriate on this PlasticClass. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardDelegate
public StandardDelegate(PlasticClassTransformer... transformers)
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.