Package | Description |
---|---|
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
org.apache.tapestry.util |
A general set of resuable classes and utilities for creating Internet and XML applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application.
|
interface |
IAssetSpecification
Defines an internal, external or private asset.
|
interface |
IBeanSpecification
A specification of a helper bean for a component.
|
interface |
IComponentSpecification
A specification for a component, as read from an XML specification file.
|
interface |
IContainedComponent
Defines a contained component.
|
interface |
IExtensionSpecification
Defines an "extension", which is much like a helper bean, but is part of a library or application
specification (and has the same lifecycle as the application).
|
interface |
ILibrarySpecification
Interface for the Specification for a library.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSpecification
Defines the configuration for a Tapestry application.
|
class |
AssetSpecification
Defines an internal, external or private asset.
|
class |
BeanSpecification
A specification of a helper bean for a component.
|
class |
ComponentSpecification
A specification for a component, as read from an XML specification file.
|
class |
ContainedComponent
Defines a contained component.
|
class |
ExtensionSpecification
Defines an "extension", which is much like a helper bean, but is part of a library or application
specification (and has the same lifecycle as the application).
|
class |
LibrarySpecification
Specification for a library.
|
class |
LocatablePropertyHolder
Base class for implementing both
interfaces
IPropertyHolder and
org.apache.tapestry.ILocationHolder . |
Modifier and Type | Class and Description |
---|---|
class |
BasePropertyHolder
Base class implementation for the
IPropertyHolder interface. |
Constructor and Description |
---|
PropertyHolderPropertySource(IPropertyHolder holder) |