com.javaforge.tapestry.spring.annotations
Class InjectSpringAnnotationWorker

java.lang.Object
  extended by com.javaforge.tapestry.spring.annotations.InjectSpringAnnotationWorker
All Implemented Interfaces:
org.apache.tapestry.annotations.MethodAnnotationEnhancementWorker

public final class InjectSpringAnnotationWorker
extends Object
implements org.apache.tapestry.annotations.MethodAnnotationEnhancementWorker

Performs the work of converting an com.javaforge.tapestry.spring.InjectSpring annotation into a InjectSpecification.

Author:
Howard M. Lewis Ship

Constructor Summary
InjectSpringAnnotationWorker()
           
 
Method Summary
 void performEnhancement(org.apache.tapestry.enhance.EnhancementOperation op, org.apache.tapestry.spec.IComponentSpecification spec, Method method, org.apache.hivemind.Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectSpringAnnotationWorker

public InjectSpringAnnotationWorker()
Method Detail

performEnhancement

public void performEnhancement(org.apache.tapestry.enhance.EnhancementOperation op,
                               org.apache.tapestry.spec.IComponentSpecification spec,
                               Method method,
                               org.apache.hivemind.Location location)
Specified by:
performEnhancement in interface org.apache.tapestry.annotations.MethodAnnotationEnhancementWorker


Copyright © 2006-2007 Howard M. Lewis Ship. All Rights Reserved.