org.apache.tapestry.enhance
Class ParameterPropertyWorker

java.lang.Object
  extended byorg.apache.tapestry.enhance.ParameterPropertyWorker
All Implemented Interfaces:
EnhancementWorker

public class ParameterPropertyWorker
extends java.lang.Object
implements EnhancementWorker

Responsible for creating properties for connected parameters.

Since:
4.0
Author:
Howard M. Lewis Ship

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

ParameterPropertyWorker

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