net.sf.tacos.seam.annotations
Class OutAnnotationWorker

java.lang.Object
  extended by net.sf.tacos.seam.annotations.OutAnnotationWorker
All Implemented Interfaces:
org.apache.tapestry.annotations.MethodAnnotationEnhancementWorker

public class OutAnnotationWorker
extends Object
implements org.apache.tapestry.annotations.MethodAnnotationEnhancementWorker

Outjects a Seam component

Author:
Igor Drobiazko

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

Constructor Detail

OutAnnotationWorker

public OutAnnotationWorker()
Method Detail

performEnhancement

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

outjectSeamComponent

public void outjectSeamComponent(org.apache.tapestry.enhance.EnhancementOperation op,
                                 Method method,
                                 Location location)


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.