|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.transform.RetainWorker
public final class RetainWorker
Identifies fields with the Retain
annotation, and "claims" them so that no
special work will occur on them. Retain has been deprecated in Tapestry 5.2 and will likely be removed in the future.
Constructor Summary | |
---|---|
RetainWorker()
|
Method Summary | |
---|---|
void |
transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model)
Claims each field with the Retain , claiming it using the
annotation class (not the annotation instance, to avoid
instantiating the annotation) as the tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RetainWorker()
Method Detail |
---|
public void transform(PlasticClass plasticClass, TransformationSupport support, MutableComponentModel model)
Retain
, claiming it using the
annotation class (not the annotation instance, to avoid
instantiating the annotation) as the tag.
transform
in interface ComponentClassTransformWorker2
plasticClass
- component class being transformedsupport
- additional utilities needed during the transformationmodel
- the model for the component being transformed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |