|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.annotations.ComponentClassAnnotationWorker
public class ComponentClassAnnotationWorker
Sets properties of the IComponentSpecification
based on the
ComponentClass
annotation. In addition, marks the component as
deprecated if the Deprecated
annotation is present on the class.
Constructor Summary | |
---|---|
ComponentClassAnnotationWorker()
|
Method Summary | |
---|---|
void |
performEnhancement(org.apache.tapestry.enhance.EnhancementOperation op,
org.apache.tapestry.spec.IComponentSpecification spec,
java.lang.Class baseClass)
Performs a particular enhancement based on a registered annotation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentClassAnnotationWorker()
Method Detail |
---|
public void performEnhancement(org.apache.tapestry.enhance.EnhancementOperation op, org.apache.tapestry.spec.IComponentSpecification spec, java.lang.Class baseClass)
ClassAnnotationEnhancementWorker
performEnhancement
in interface ClassAnnotationEnhancementWorker
op
- the enhancement operarationspec
- the specification of the component for which a class is being enhancedbaseClass
- the class containing the annotation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |