org.apache.tapestry.enhance
Class AbstractPropertyWorker

java.lang.Object
  extended by 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

Constructor Summary
AbstractPropertyWorker()
           
 
Method Summary
 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
 

Constructor Detail

AbstractPropertyWorker

public AbstractPropertyWorker()
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)


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