| 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.services |
Interfaces for Tapestry-related HiveMind services.
|
| org.apache.tapestry.services.impl | |
| org.apache.tapestry.web |
Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetService.setContext(WebContext context) |
void |
ContextAssetFactory.setWebContext(WebContext webContext) |
| Modifier and Type | Method and Description |
|---|---|
WebContext |
ApplicationGlobals.getWebContext()
Returns the previously stored context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationGlobals.storeWebContext(WebContext context)
Invoked (indirectly) by the servlet at init().
|
| Modifier and Type | Method and Description |
|---|---|
WebContext |
ApplicationGlobalsImpl.getWebContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationGlobalsImpl.storeWebContext(WebContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletWebContext
Adapts
ServletContext as WebContext. |
| Constructor and Description |
|---|
LocalizedWebContextResourceFinder(WebContext context) |
WebContextResource(WebContext context,
java.lang.String path) |
WebContextResource(WebContext context,
java.lang.String path,
java.util.Locale locale) |