Package | Description |
---|---|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterSpecification
Defines a formal parameter to a component.
|
Modifier and Type | Method and Description |
---|---|
IParameterSpecification |
SpecFactory.createParameterSpecification()
Creates a concrete instance of
ParameterSpecification . |
IParameterSpecification |
ComponentSpecification.getParameter(java.lang.String name)
Returns the specification of a parameter with the given name, or null if no such parameter
exists.
|
IParameterSpecification |
IComponentSpecification.getParameter(java.lang.String name)
Returns the specification of a parameter with the given name, or null if no such parameter
exists.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentSpecification.addParameter(IParameterSpecification spec)
Adds the parameter.
|
void |
IComponentSpecification.addParameter(IParameterSpecification spec)
Adds the parameter.
|