Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.parse |
Classes used when parsing templates, application and component specifications.
|
org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
org.apache.tapestry.spec |
Classes to represent application and component specifications.
|
Modifier and Type | Method and Description |
---|---|
IApplicationSpecification |
IEngine.getSpecification()
Deprecated.
To be removed in 4.1. This value can be injected as "infrastructure:applicationSpecification".
|
Modifier and Type | Method and Description |
---|---|
IApplicationSpecification |
AbstractEngine.getSpecification() |
Modifier and Type | Method and Description |
---|---|
abstract IApplicationSpecification |
Shell.getApplicationSpecification() |
Modifier and Type | Method and Description |
---|---|
IApplicationSpecification |
ISpecificationParser.parseApplicationSpecification(org.apache.hivemind.Resource resource)
Parses an application specification from the provided Resource.
|
IApplicationSpecification |
SpecificationParser.parseApplicationSpecification(org.apache.hivemind.Resource resource) |
Modifier and Type | Method and Description |
---|---|
IApplicationSpecification |
Infrastructure.getApplicationSpecification()
Returns the
IApplicationSpecification for the current
application. |
IApplicationSpecification |
ApplicationGlobals.getSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationGlobals.storeSpecification(IApplicationSpecification applicationSpecification) |
Modifier and Type | Method and Description |
---|---|
IApplicationSpecification |
InfrastructureImpl.getApplicationSpecification() |
IApplicationSpecification |
ApplicationGlobalsImpl.getSpecification() |
Modifier and Type | Method and Description |
---|---|
void |
EngineFactoryImpl.setApplicationSpecification(IApplicationSpecification specification) |
void |
ExpressionEvaluatorImpl.setApplicationSpecification(IApplicationSpecification applicationSpecification) |
void |
ExtensionLookupFactory.setSpecification(IApplicationSpecification specification) |
void |
SpecificationSourceImpl.setSpecification(IApplicationSpecification specification) |
void |
ApplicationGlobalsImpl.storeSpecification(IApplicationSpecification applicationSpecification) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSpecification
Defines the configuration for a Tapestry application.
|
Modifier and Type | Method and Description |
---|---|
IApplicationSpecification |
SpecFactory.createApplicationSpecification()
Creates a concrete instance of
ApplicationSpecification . |