org.apache.tapestry.enhance
Class AbstractPropertyWorker
java.lang.Object
org.apache.tapestry.enhance.AbstractPropertyWorker
- All Implemented Interfaces:
- EnhancementWorker
public class AbstractPropertyWorker
- extends Object
- implements EnhancementWorker
No, this class isn't abstract ... this worker locates abstract properties in the base component
class and provides a concrete implementation for them in the enhanced class.
- 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 |
AbstractPropertyWorker
public AbstractPropertyWorker()
performEnhancement
public void performEnhancement(EnhancementOperation op,
IComponentSpecification spec)
- Specified by:
performEnhancement
in interface EnhancementWorker
setErrorLog
public void setErrorLog(org.apache.hivemind.ErrorLog errorLog)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.