org.apache.tapestry.enhance
Class ClientIdPropertyWorker

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

public class ClientIdPropertyWorker
extends Object
implements EnhancementWorker

Enhances the IComponent.getClientId() property.


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

ClientIdPropertyWorker

public ClientIdPropertyWorker()
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.