Package | Description |
---|---|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.renderers |
[INTERNAL USE ONLY] support classes for component template rendering; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.internal.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.modules | |
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Constructor and Description |
---|
ContextResourceSymbolProvider(Context context,
String path) |
Constructor and Description |
---|
RequestRenderer(ObjectRenderer masterObjectRenderer,
Context context,
String contextPath) |
Modifier and Type | Class and Description |
---|---|
class |
ContextImpl |
Modifier and Type | Method and Description |
---|---|
Context |
ApplicationGlobalsImpl.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationGlobalsImpl.storeContext(Context context) |
Constructor and Description |
---|
ContextAssetFactory(ResponseCompressionAnalyzer compressionAnalyzer,
ResourceChangeTracker resourceChangeTracker,
StreamableResourceSource streamableResourceSource,
AssetPathConstructor assetPathConstructor,
Context context) |
ContextResource(Context context,
String path) |
StaticFilesFilter(Context context) |
Constructor and Description |
---|
ContentTypeAnalyzerImpl(Context context,
Map<String,String> configuration) |
Modifier and Type | Class and Description |
---|---|
class |
PageTesterContext |
Modifier and Type | Method and Description |
---|---|
Context |
TapestryModule.buildContext(ApplicationGlobals globals) |
Modifier and Type | Method and Description |
---|---|
void |
TapestryModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration,
Context context,
boolean productionMode)
Continues a number of filters into the RequestHandler service:
StaticFiles
Checks to see if the request is for an actual file, if so, returns true to let the servlet container process
the request
CheckForUpdates
Periodically fires events that checks to see if the file system sources for any cached data has changed (see
CheckForUpdatesFilter ). |
Modifier and Type | Method and Description |
---|---|
Context |
ApplicationGlobals.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationInitializer.initializeApplication(Context context) |
void |
ApplicationInitializerFilter.initializeApplication(Context context,
ApplicationInitializer initializer) |
void |
ApplicationGlobals.storeContext(Context context) |
Modifier and Type | Method and Description |
---|---|
protected Context |
TapestryTestCase.mockContext() |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.