|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBeanSpecification | |
---|---|
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.spec | Classes to represent application and component specifications. |
Uses of IBeanSpecification in org.apache.tapestry.contrib.inspector |
---|
Methods in org.apache.tapestry.contrib.inspector that return IBeanSpecification | |
---|---|
IBeanSpecification |
ShowSpecification.getBeanSpecification()
|
Uses of IBeanSpecification in org.apache.tapestry.spec |
---|
Classes in org.apache.tapestry.spec that implement IBeanSpecification | |
---|---|
class |
BeanSpecification
A specification of a helper bean for a component. |
Methods in org.apache.tapestry.spec that return IBeanSpecification | |
---|---|
IBeanSpecification |
SpecFactory.createBeanSpecification()
Creates a new instance of IBeanSpecification . |
IBeanSpecification |
IComponentSpecification.getBeanSpecification(String name)
Returns the IBeanSpecification for the given name, or null if not
such specification exists. |
IBeanSpecification |
ComponentSpecification.getBeanSpecification(String name)
Returns the IBeanSpecification for the given name, or null if not such specification
exists. |
Methods in org.apache.tapestry.spec with parameters of type IBeanSpecification | |
---|---|
void |
IComponentSpecification.addBeanSpecification(String name,
IBeanSpecification specification)
|
void |
ComponentSpecification.addBeanSpecification(String name,
IBeanSpecification specification)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |