org.apache.tapestry.annotations
Class AnnotationEnhancementWorker
java.lang.Object
org.apache.tapestry.annotations.AnnotationEnhancementWorker
- All Implemented Interfaces:
- org.apache.tapestry.enhance.EnhancementWorker
public class AnnotationEnhancementWorker
- extends Object
- implements org.apache.tapestry.enhance.EnhancementWorker
Implementation of EnhancementWorker that finds class and
method annotations and delegates out to specific
ClassAnnotationEnhancementWorker and
MethodAnnotationEnhancementWorker instances.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationEnhancementWorker
public AnnotationEnhancementWorker()
setClassWorkers
public void setClassWorkers(Map classWorkers)
performEnhancement
public void performEnhancement(org.apache.tapestry.enhance.EnhancementOperation op,
org.apache.tapestry.spec.IComponentSpecification spec)
- Specified by:
performEnhancement in interface org.apache.tapestry.enhance.EnhancementWorker
setMethodWorkers
public void setMethodWorkers(Map methodWorkers)
setErrorLog
public void setErrorLog(ErrorLog errorLog)
setClassResolver
public void setClassResolver(ClassResolver classResolver)
setSecondaryAnnotationWorkers
public void setSecondaryAnnotationWorkers(List<SecondaryAnnotationWorker> workers)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.