Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Method and Description |
---|---|
IContainedComponent |
AbstractComponent.getContainedComponent() |
IContainedComponent |
IComponent.getContainedComponent()
Returns the
IContainedComponent . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponent.setContainedComponent(IContainedComponent containedComponent) |
void |
IComponent.setContainedComponent(IContainedComponent containedComponent)
Sets the
IComponent.getContainedComponent() property; this may only be done once. |
Modifier and Type | Class and Description |
---|---|
class |
ContainedComponent
Defines a contained component.
|
Modifier and Type | Method and Description |
---|---|
IContainedComponent |
SpecFactory.createContainedComponent()
Creates a concrete instance of
IContainedComponent . |
IContainedComponent |
ComponentSpecification.getComponent(java.lang.String id)
Returns the specification of a contained component with the given id, or null if no such
contained component exists.
|
IContainedComponent |
IComponentSpecification.getComponent(java.lang.String id)
Returns the specification of a contained component with the given id, or null if no such
contained component exists.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentSpecification.addComponent(java.lang.String id,
IContainedComponent component) |
void |
IComponentSpecification.addComponent(java.lang.String id,
IContainedComponent component) |