org.apache.tapestry.enhance
Class DispatchToInjectWorker

java.lang.Object
  extended by org.apache.tapestry.enhance.DispatchToInjectWorker
All Implemented Interfaces:
EnhancementWorker

public class DispatchToInjectWorker
extends Object
implements EnhancementWorker

Iterates over the InjectSpecifications and locates and delegates to a InjectEnhancementWorker for each one.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
DispatchToInjectWorker()
           
 
Method Summary
 void performEnhancement(EnhancementOperation op, IComponentSpecification spec)
           
 void setErrorLog(org.apache.hivemind.ErrorLog errorLog)
           
 void setInjectWorkers(Map injectWorkers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchToInjectWorker

public DispatchToInjectWorker()
Method Detail

performEnhancement

public void performEnhancement(EnhancementOperation op,
                               IComponentSpecification spec)
Specified by:
performEnhancement in interface EnhancementWorker

setErrorLog

public void setErrorLog(org.apache.hivemind.ErrorLog errorLog)

setInjectWorkers

public void setInjectWorkers(Map injectWorkers)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.