|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IParameterSpecification | |
|---|---|
| org.apache.tapestry.spec | Classes to represent application and component specifications. |
| Uses of IParameterSpecification in org.apache.tapestry.spec |
|---|
| Classes in org.apache.tapestry.spec that implement IParameterSpecification | |
|---|---|
class |
ParameterSpecification
Defines a formal parameter to a component. |
| Methods in org.apache.tapestry.spec that return IParameterSpecification | |
|---|---|
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. |
| Methods in org.apache.tapestry.spec with parameters of type IParameterSpecification | |
|---|---|
void |
ComponentSpecification.addParameter(IParameterSpecification spec)
Adds the parameter. |
void |
IComponentSpecification.addParameter(IParameterSpecification spec)
Adds the parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||