org.apache.tapestry.pageload
Class EstablishDefaultParameterValuesVisitor

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

Constructor Summary
EstablishDefaultParameterValuesVisitor()
           
 
Method Summary
 void setBindingSource(BindingSource bindingSource)
           
 void visitComponent(IComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstablishDefaultParameterValuesVisitor

public EstablishDefaultParameterValuesVisitor()
Method Detail

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.