| 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.resolver | |
| org.apache.tapestry.services |
Interfaces for Tapestry-related HiveMind services.
|
| org.apache.tapestry.services.impl |
| Modifier and Type | Method and Description |
|---|---|
ISpecificationSource |
IEngine.getSpecificationSource()
Deprecated.
To be removed in 4.1. This value can be injected as "infrastructure:specificationSource".
|
| Modifier and Type | Method and Description |
|---|---|
ISpecificationSource |
AbstractEngine.getSpecificationSource() |
| Modifier and Type | Method and Description |
|---|---|
protected ISpecificationSource |
AbstractSpecificationResolver.getSpecificationSource()
Returns the specification source for the running application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSpecificationResolver.setSpecificationSource(ISpecificationSource source) |
| Modifier and Type | Method and Description |
|---|---|
ISpecificationSource |
Infrastructure.getSpecificationSource()
Returns the source of all application, page, component and library specifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpecificationSourceImpl
Default implementation of
ISpecificationSource that expects to use the normal class
loader to locate component specifications from within the classpath. |
| Modifier and Type | Method and Description |
|---|---|
ISpecificationSource |
InfrastructureImpl.getSpecificationSource() |
| Constructor and Description |
|---|
NamespaceResourcesImpl(ISpecificationSource source,
AssetSource assetSource) |