org.apache.tapestry5.plastic
Interface PlasticClassTransformer

All Known Subinterfaces:
PlasticManagerDelegate
All Known Implementing Classes:
ComponentInstantiatorSourceImpl, NoopDelegate, StandardDelegate

public interface PlasticClassTransformer

Interface for defining how a PlasticClass is transformed. Often, a series of transformers are applied, in a specific order.


Method Summary
 void transform(PlasticClass plasticClass)
          Perform whatever transformations are appropriate on this PlasticClass.
 

Method Detail

transform

void transform(PlasticClass plasticClass)
Perform whatever transformations are appropriate on this PlasticClass.



Copyright © 2003-2012 The Apache Software Foundation.