org.apache.tapestry5.services
Interface ComponentClassTransformWorker


Deprecated. Deprecated in Tapestry 5.3; use ComponentClassTransformWorker2

public interface ComponentClassTransformWorker

Interface for a set of objects that can perform component class transformations. Implementations should be multithreaded, ideally they should be stateless (all necessary state can be stored in the ClassTransformation).


Method Summary
 void transform(ClassTransformation transformation, MutableComponentModel model)
          Deprecated. Invoked to perform a transformation on an as-yet unloaded component class, represented by the ClassTransformation instance.
 

Method Detail

transform

void transform(ClassTransformation transformation,
               MutableComponentModel model)
Deprecated. 
Invoked to perform a transformation on an as-yet unloaded component class, represented by the ClassTransformation instance. In some cases, the worker may make changes to the component model -- for example, a worker that deals with parameters may update the model to reflect those parameters.



Copyright © 2003-2012 The Apache Software Foundation.