org.apache.tapestry.enhance
Class InjectSpecificationWorker
java.lang.Object
org.apache.tapestry.enhance.InjectSpecificationWorker
- All Implemented Interfaces:
- EnhancementWorker
public class InjectSpecificationWorker
- extends Object
- implements EnhancementWorker
Injects the component's specification as the
specification
property.
- 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 |
SPECIFICATION_PROPERTY_NAME
public static final String SPECIFICATION_PROPERTY_NAME
- See Also:
- Constant Field Values
InjectSpecificationWorker
public InjectSpecificationWorker()
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.