org.apache.tapestry.pageload
Class VerifyRequiredParametersVisitor
java.lang.Object
org.apache.tapestry.pageload.VerifyRequiredParametersVisitor
- All Implemented Interfaces:
- IComponentVisitor
public class VerifyRequiredParametersVisitor
- extends Object
- implements IComponentVisitor
Verify whether all required parameters in the examined component are bound, and if they are not,
throw an exception.
- Since:
- 3.0
- Author:
- mindbridge
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyRequiredParametersVisitor
public VerifyRequiredParametersVisitor()
visitComponent
public void visitComponent(IComponent component)
- Specified by:
visitComponent
in interface IComponentVisitor
- See Also:
IComponentVisitor.visitComponent(org.apache.tapestry.IComponent)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.