org.apache.tapestry.pageload
Class EstablishDefaultParameterValuesVisitor
java.lang.Object
org.apache.tapestry.pageload.EstablishDefaultParameterValuesVisitor
- All Implemented Interfaces:
- IComponentVisitor
public class EstablishDefaultParameterValuesVisitor
- extends Object
- implements IComponentVisitor
For all parameters in the examined component that have default values, but are not bound,
automatically add an ExpressionBinding with the default value.
- Since:
- 3.0
- Version:
- $Id: EstablishDefaultParameterValuesVisitor.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- mindbridge
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EstablishDefaultParameterValuesVisitor
public EstablishDefaultParameterValuesVisitor(IResourceResolver resolver)
visitComponent
public void visitComponent(IComponent component)
- Specified by:
visitComponent
in interface IComponentVisitor
- See Also:
IComponentVisitor.visitComponent(org.apache.tapestry.IComponent)