org.apache.tapestry.enhance
Class InjectSpecificationWorker

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

public class InjectSpecificationWorker
extends Object
implements EnhancementWorker

Injects the component's specification as the specificationproperty.

Since:
4.0
Author:
Howard M. Lewis Ship

Field Summary
static String SPECIFICATION_PROPERTY_NAME
           
 
Constructor Summary
InjectSpecificationWorker()
           
 
Method Summary
 void injectSpecification(EnhancementOperation op, IComponentSpecification spec)
           
 void performEnhancement(EnhancementOperation op, IComponentSpecification spec)
           
 void setErrorLog(org.apache.hivemind.ErrorLog errorLog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPECIFICATION_PROPERTY_NAME

public static final String SPECIFICATION_PROPERTY_NAME
See Also:
Constant Field Values
Constructor Detail

InjectSpecificationWorker

public InjectSpecificationWorker()
Method Detail

performEnhancement

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

injectSpecification

public void injectSpecification(EnhancementOperation op,
                                IComponentSpecification spec)

setErrorLog

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


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