Package | Description |
---|---|
org.apache.tapestry.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
Modifier and Type | Class and Description |
---|---|
class |
EstablishDefaultParameterValuesVisitor
For all parameters in the examined component that have default values, but are not bound,
automatically add an ExpressionBinding with the default value.
|
class |
VerifyRequiredParametersVisitor
Verify whether all required parameters in the examined component are bound, and if they are not,
throw an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
PageLoader.setEstablishDefaultParameterValuesVisitor(IComponentVisitor establishDefaultParameterValuesVisitor) |
Constructor and Description |
---|
ComponentTreeWalker(IComponentVisitor[] visitors) |