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.parse |
Classes used when parsing templates, application and component specifications.
|
org.apache.tapestry.request | |
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 |
---|---|
ILibrarySpecification |
INamespace.getSpecification()
Returns the
LibrarySpecification from which this namespace
was created. |
Modifier and Type | Method and Description |
---|---|
ILibrarySpecification |
ISpecificationSource.getLibrarySpecification(org.apache.hivemind.Resource specificationLocation)
Returns a
LibrarySpecification with the given path. |
ILibrarySpecification |
Namespace.getSpecification() |
Constructor and Description |
---|
Namespace(java.lang.String id,
INamespace parent,
ILibrarySpecification specification,
NamespaceResources resources) |
Modifier and Type | Method and Description |
---|---|
ILibrarySpecification |
ISpecificationParser.parseLibrarySpecification(org.apache.hivemind.Resource resource) |
ILibrarySpecification |
SpecificationParser.parseLibrarySpecification(org.apache.hivemind.Resource resource) |
Modifier and Type | Method and Description |
---|---|
void |
DecodedRequestInjector.setApplicationSpecification(ILibrarySpecification applicationSpecification) |
Modifier and Type | Method and Description |
---|---|
ILibrarySpecification |
NamespaceResources.findChildLibrarySpecification(org.apache.hivemind.Resource libraryResource,
java.lang.String path,
org.apache.hivemind.Location location)
Finds a child library specification for some parent library specification.
|
Modifier and Type | Method and Description |
---|---|
ILibrarySpecification |
NamespaceResourcesImpl.findChildLibrarySpecification(org.apache.hivemind.Resource parentResource,
java.lang.String path,
org.apache.hivemind.Location location) |
ILibrarySpecification |
SpecificationSourceImpl.getLibrarySpecification(org.apache.hivemind.Resource resourceLocation) |
protected ILibrarySpecification |
SpecificationSourceImpl.parseLibrarySpecification(org.apache.hivemind.Resource resource) |
Modifier and Type | Interface and Description |
---|---|
interface |
IApplicationSpecification
Defines and interface for the configuration for a Tapestry application.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSpecification
Defines the configuration for a Tapestry application.
|
class |
LibrarySpecification
Specification for a library.
|
Modifier and Type | Method and Description |
---|---|
ILibrarySpecification |
SpecFactory.createLibrarySpecification()
Creates an instance of
LibrarySpecification . |