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.services |
Interfaces for Tapestry-related HiveMind services.
|
org.apache.tapestry.services.impl | |
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 |
INamespace
Organizes different libraries of Tapestry pages, components and services into "frameworks", used
to disambiguate names.
|
Modifier and Type | Method and Description |
---|---|
IPropertySource |
IEngine.getPropertySource()
Deprecated.
To be removed in 4.1. This value can now be injected as "infrastructure:applicationPropertySource".
|
Modifier and Type | Class and Description |
---|---|
class |
Namespace
Implementation of
INamespace that works with a
NamespaceResources to obtain page and component
specifications as needed. |
Modifier and Type | Method and Description |
---|---|
IPropertySource |
AbstractEngine.getPropertySource() |
Modifier and Type | Method and Description |
---|---|
IPropertySource |
Infrastructure.getApplicationPropertySource()
Returns an
IPropertySource configured to search the application specification,
etc. |
IPropertySource |
Infrastructure.getGlobalPropertySource()
Returns an
IPropertySource configured to search the servlet, servlet context,
and factory defaults. |
Modifier and Type | Class and Description |
---|---|
class |
InitializationParameterHolderPropertySource
Searches for property values inside objects that implement
InitializationParameterHolder . |
class |
SymbolSourcesPropertySource
Property source that bridges to HiveMind Symbol Sources.
|
Modifier and Type | Method and Description |
---|---|
IPropertySource |
InfrastructureImpl.getApplicationPropertySource() |
IPropertySource |
InfrastructureImpl.getGlobalPropertySource() |
Modifier and Type | Method and Description |
---|---|
void |
ComponentPropertySourceImpl.setGlobalProperties(IPropertySource globalProperties) |
void |
PropertyObjectProvider.setSource(IPropertySource source) |
Constructor and Description |
---|
LocalizedPropertySource(IPropertySource source) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyHolderPropertySource
Implements the
IPropertySource interface
for instances that implement IPropertyHolder . |
class |
ResourceBundlePropertySource
A property source that is based on a
ResourceBundle . |
class |
SystemPropertiesPropertySource
Obtain properties from JVM system properties.
|
Modifier and Type | Method and Description |
---|---|
static IPropertySource |
SystemPropertiesPropertySource.getInstance() |