|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IParameterSpecification | |
|---|---|
| org.apache.tapestry.binding | Implementations of IBinding. |
| org.apache.tapestry.contrib.inspector | Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. |
| org.apache.tapestry.services.impl | Service implementations. |
| org.apache.tapestry.spec | Classes to represent application and component specifications. |
| Uses of IParameterSpecification in org.apache.tapestry.binding |
|---|
| Methods in org.apache.tapestry.binding with parameters of type IParameterSpecification | |
|---|---|
IBinding |
BindingSource.createBinding(IComponent component,
IParameterSpecification parameter,
String description,
String reference,
String defaultBindingType,
org.apache.hivemind.Location location)
Just like BindingSource.createBinding(org.apache.tapestry.IComponent, String, String, String, org.apache.hivemind.Location) - except
this version takes an additional parameter of type IParameterSpecification for those bindings that have a matching
parameter. |
| Uses of IParameterSpecification in org.apache.tapestry.contrib.inspector |
|---|
| Methods in org.apache.tapestry.contrib.inspector that return IParameterSpecification | |
|---|---|
IParameterSpecification |
ShowSpecification.getParameterSpecification()
Returns the ParameterSpecification corresponding to the
value of the parameterName property. |
| Uses of IParameterSpecification in org.apache.tapestry.services.impl |
|---|
| Methods in org.apache.tapestry.services.impl with parameters of type IParameterSpecification | |
|---|---|
IBinding |
BindingSourceImpl.createBinding(IComponent component,
IParameterSpecification parameter,
String description,
String reference,
String defaultBindingType,
org.apache.hivemind.Location location)
|
| 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 |
IComponentSpecification.getParameter(String name)
Returns the specification of a parameter with the given name, or null if no such parameter exists. |
IParameterSpecification |
ComponentSpecification.getParameter(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 |
IComponentSpecification.addParameter(IParameterSpecification spec)
Adds the parameter. |
void |
ComponentSpecification.addParameter(IParameterSpecification spec)
Adds the parameter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||