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
- Author:
- mindbridge
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EstablishDefaultParameterValuesVisitor
public EstablishDefaultParameterValuesVisitor()
visitComponent
public void visitComponent(IComponent component)
- Specified by:
visitComponent
in interface IComponentVisitor
- See Also:
IComponentVisitor.visitComponent(org.apache.tapestry.IComponent)
setBindingSource
public void setBindingSource(BindingSource bindingSource)
- Since:
- 4.0
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.