- canEnhance(Method) - Method in class org.apache.tapestry.annotations.InitialValueAnnotationWorker
-
Returns true if the method has the InitialValue annotation.
- canEnhance(Method) - Method in interface org.apache.tapestry.annotations.SecondaryAnnotationWorker
-
Sees if the particular worker can process the method (because it handles an annotation
associated with the method).
- ClassAnnotationEnhancementWorker - Interface in org.apache.tapestry.annotations
-
Defines workers that perform annotation enhancements at the class level.
- Component - Annotation Type in org.apache.tapestry.annotations
-
Annotation used within a page or component class to define a contained component (which will
typically match up against a component reference in the template).
- ComponentAnnotationWorker - Class in org.apache.tapestry.annotations
-
Adds a IContainedComponent
to the
IComponentSpecification
.
- ComponentAnnotationWorker() - Constructor for class org.apache.tapestry.annotations.ComponentAnnotationWorker
-
- ComponentClass - Annotation Type in org.apache.tapestry.annotations
-
A class-level annotation that identifies a class as a component.
- ComponentClassAnnotationWorker - Class in org.apache.tapestry.annotations
-
Sets properties of the
IComponentSpecification
based on the
ComponentClass
annotation.
- ComponentClassAnnotationWorker() - Constructor for class org.apache.tapestry.annotations.ComponentClassAnnotationWorker
-