public class OnEventWorker extends Object implements ComponentClassTransformWorker2
Component.dispatchComponentEvent(org.apache.tapestry5.runtime.ComponentEvent)
method, based on OnEvent
annotations and naming conventions.Constructor and Description |
---|
OnEventWorker(Request request,
ValueEncoderSource valueEncoderSource,
ComponentClassCache classCache,
OperationTracker operationTracker,
boolean componentIdCheck) |
Modifier and Type | Method and Description |
---|---|
void |
transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model)
Invoked to perform part of the transformation of the
PlasticClass . |
public OnEventWorker(Request request, ValueEncoderSource valueEncoderSource, ComponentClassCache classCache, OperationTracker operationTracker, @Symbol(value="tapestry.compatibility.unknown-component-id-check-enabled") boolean componentIdCheck)
public void transform(PlasticClass plasticClass, TransformationSupport support, MutableComponentModel model)
ComponentClassTransformWorker2
PlasticClass
.transform
in interface ComponentClassTransformWorker2
plasticClass
- component class being transformedsupport
- additional utilities needed during the transformationmodel
- the model for the component being transformedCopyright © 2003-2012 The Apache Software Foundation.