Package | Description |
---|---|
org.apache.tapestry.asset |
Implementations of
IAsset , as well as
the org.apache.tapestry.asset.AssetExternalizer , used to handle private assets. |
org.apache.tapestry.describe |
Services related to describing objects and graphs of objects; primarily used by the
Exception page. |
org.apache.tapestry.engine |
Implementations of the
IEngine interface, including
the standard implementation:
BaseEngine . |
org.apache.tapestry.services.impl |
Modifier and Type | Class and Description |
---|---|
class |
ResourceDigestSourceImpl
Implementation of
ResourceDigestSource that calculates an
DIGEST checksum digest and converts it to a string of hex digits. |
Modifier and Type | Method and Description |
---|---|
void |
ReportStatusHub.addReportStatusListener(ReportStatusListener listener)
Adds the listener; listeners will be invoked in the order in which they are added.
|
void |
ReportStatusHubImpl.addReportStatusListener(ReportStatusListener listener) |
void |
ReportStatusHub.removeReportStatusListener(ReportStatusListener listener) |
void |
ReportStatusHubImpl.removeReportStatusListener(ReportStatusListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptSource
Provides basic access to scripts available on the classpath.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentConstructorFactoryImpl
Implementation of the
ComponentConstructorFactory service
interface. |
class |
ExpressionCacheImpl |
class |
ObjectPoolImpl
Implementation of the
ObjectPool interface. |
class |
SpecificationSourceImpl
Default implementation of
ISpecificationSource that expects to use the normal class
loader to locate component specifications from within the classpath. |
class |
TemplateSourceImpl
Implementation of
TemplateSource . |