Package | Description |
---|---|
org.apache.tapestry5.corelib.base |
Base components intended to be extended by other components rather than
used directly in templates.
|
org.apache.tapestry5.internal.alerts |
[INTERNAL USE ONLY] support classes for Alerts; API subject to change
|
org.apache.tapestry5.internal.hibernate |
[INTERNAL USE ONLY] support classes for Hibernate integration; API subject to change
|
org.apache.tapestry5.internal.jpa |
[INTERNAL USE ONLY] support classes for the JPA module; 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.ajax |
[INTERNAL USE ONLY] AJAX support services; API subject to change
|
org.apache.tapestry5.internal.services.assets |
[INTERNAL USE ONLY] asset support services; API subject to change
|
org.apache.tapestry5.internal.services.javascript |
[INTERNAL USE ONLY] JavaScript support implementations; API subject to change
|
org.apache.tapestry5.internal.services.linktransform |
[INTERNAL USE ONLY] link transformation support implementations; API subject to change
|
org.apache.tapestry5.internal.services.security |
[INTERNAL USE ONLY] security support classes; API subject to change
|
org.apache.tapestry5.internal.test |
[INTERNAL USE ONLY] testing support implementation classes; API subject to change
|
org.apache.tapestry5.internal.transform |
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
|
org.apache.tapestry5.internal.webresources | |
org.apache.tapestry5.modules | |
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript and CSS files)
|
org.apache.tapestry5.services.linktransform |
Services supporting link transformation.
|
org.apache.tapestry5.services.security |
Interfaces support a simple whitelist-based security model to protect page access.
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
Modifier and Type | Field and Description |
---|---|
protected Request |
AbstractField.request |
protected Request |
AbstractInternalPage.request |
Constructor and Description |
---|
AlertManagerImpl(ApplicationStateManager asm,
Request request,
AjaxResponseRenderer ajaxResponseRenderer,
PerthreadManager perThreadManager) |
Constructor and Description |
---|
EntityApplicationStatePersistenceStrategy(Request request,
org.hibernate.Session hibernateSession) |
EntityPersistentFieldStrategy(org.hibernate.Session session,
Request request) |
Constructor and Description |
---|
EntityApplicationStatePersistenceStrategy(Request request,
EntityManagerManager entityManagerManager) |
EntityPersistentFieldStrategy(EntityManagerManager entityManagerManager,
Request request) |
Modifier and Type | Method and Description |
---|---|
void |
RequestRenderer.render(Request request,
MarkupWriter writer) |
Modifier and Type | Class and Description |
---|---|
class |
RequestImpl
Basic implementation of
Request that wraps around an
HttpServletRequest . |
Modifier and Type | Method and Description |
---|---|
Request |
RequestGlobalsImpl.getRequest() |
Modifier and Type | Method and Description |
---|---|
ComponentEventRequestParameters |
ComponentEventLinkEncoderImpl.decodeComponentEventRequest(Request request) |
PageRenderRequestParameters |
ComponentEventLinkEncoderImpl.decodePageRenderRequest(Request request) |
boolean |
ComponentEventDispatcher.dispatch(Request request,
Response response) |
boolean |
PageRenderDispatcher.dispatch(Request request,
Response response) |
boolean |
AssetDispatcher.dispatch(Request request,
Response response) |
boolean |
RootPathDispatcher.dispatch(Request request,
Response response) |
boolean |
RequestErrorFilter.service(Request request,
Response response,
RequestHandler handler) |
boolean |
StaticFilesFilter.service(Request request,
Response response,
RequestHandler handler) |
boolean |
CheckForUpdatesFilter.service(Request request,
Response response,
RequestHandler handler) |
void |
RequestGlobalsImpl.storeRequestResponse(Request request,
Response response) |
Constructor and Description |
---|
AjaxFormUpdateFilter(Request request,
AjaxFormUpdateController ajaxFormUpdateController) |
AjaxResponseRendererImpl(PageRenderQueue queue,
AjaxFormUpdateController ajaxFormUpdateController,
TypeCoercer typeCoercer,
JavaScriptSupport javaScriptSupport,
RequestPageCache requestPageCache,
Request request) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContextAssetRequestHandler.handleAssetRequest(Request request,
Response response,
String extraPath) |
boolean |
StackAssetRequestHandler.handleAssetRequest(Request request,
Response response,
String extraPath) |
boolean |
ClasspathAssetRequestHandler.handleAssetRequest(Request request,
Response response,
String extraPath) |
Constructor and Description |
---|
AssetPathConstructorImpl(Request request,
BaseURLSource baseURLSource,
boolean fullyQualified,
String uncompressedAssetPrefix,
PathConstructor pathConstructor,
AssetPathConverter pathConverter) |
JavaScriptStackMinimizeDisabler(StreamableResourceSource delegate,
JavaScriptStackSource javaScriptStackSource,
Request request) |
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleDispatcher.dispatch(Request request,
Response response) |
Modifier and Type | Method and Description |
---|---|
ComponentEventRequestParameters |
LinkTransformerImpl.decodeComponentEventRequest(Request request) |
ComponentEventRequestParameters |
LinkTransformerInterceptor.decodeComponentEventRequest(Request request) |
PageRenderRequestParameters |
LinkTransformerImpl.decodePageRenderRequest(Request request) |
PageRenderRequestParameters |
LinkTransformerInterceptor.decodePageRenderRequest(Request request) |
Modifier and Type | Method and Description |
---|---|
boolean |
LocalhostOnly.isRequestOnWhitelist(Request request) |
Constructor and Description |
---|
ClientWhitelistImpl(Request request,
ChainBuilder chainBuilder,
List<WhitelistAnalyzer> configuration) |
Modifier and Type | Interface and Description |
---|---|
interface |
TestableRequest
An extended version of
Request that allows the PageTester to control and override behavior,
effectively simulating the portions of Request that are provided normally by a servlet container. |
Modifier and Type | Class and Description |
---|---|
class |
TestableRequestImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
EndOfRequestCleanupFilter.service(Request request,
Response response,
RequestHandler handler) |
Constructor and Description |
---|
ActivationRequestParameterWorker(Request request,
ComponentClassCache classCache,
ValueEncoderSource valueEncoderSource,
URLEncoder urlEncoder) |
OnEventWorker(Request request,
ValueEncoderSource valueEncoderSource,
ComponentClassCache classCache,
OperationTracker operationTracker) |
SessionAttributeWorker(Request request) |
Constructor and Description |
---|
GoogleClosureMinimizer(org.slf4j.Logger logger,
OperationTracker tracker,
AssetChecksumGenerator checksumGenerator,
Request request,
com.google.javascript.jscomp.CompilationLevel compilationLevel) |
Modifier and Type | Method and Description |
---|---|
Request |
TapestryModule.buildRequest()
Builds a shadow of the RequestGlobals.request property.
|
Constructor and Description |
---|
TapestryModule(PipelineBuilder pipelineBuilder,
PropertyShadowBuilder shadowBuilder,
RequestGlobals requestGlobals,
ApplicationGlobals applicationGlobals,
ChainBuilder chainBuilder,
Environment environment,
StrategyBuilder strategyBuilder,
PropertyAccess propertyAccess,
Request request,
Response response,
EnvironmentalShadowBuilder environmentalBuilder,
EndOfRequestEventHub endOfRequestEventHub)
We inject all sorts of common dependencies (including builders) into the
module itself (note: even though some of
these service are defined by the module itself, that's ok because
services are always lazy proxies).
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRequest
Class that wraps an Request, delegating all its methods.
|
Modifier and Type | Method and Description |
---|---|
Request |
RequestGlobals.getRequest()
The current request.
|
Modifier and Type | Method and Description |
---|---|
ComponentEventRequestParameters |
ComponentEventLinkEncoder.decodeComponentEventRequest(Request request)
Checks the request, primarily the path, to determine
the if the request is a component event request.
|
PageRenderRequestParameters |
ComponentEventLinkEncoder.decodePageRenderRequest(Request request)
Checks the request, primarily the path, to determine
the if the request is a page render request.
|
boolean |
Dispatcher.dispatch(Request request,
Response response)
Analyzes the incoming request and performs an appropriate operation for each.
|
boolean |
RequestHandler.service(Request request,
Response response)
Returns true if the request has been handled, false otherwise.
|
boolean |
RequestFilter.service(Request request,
Response response,
RequestHandler handler)
Returns true if the request has been handled, false otherwise.
|
void |
DelegatingRequest.setRequest(Request request)
Sets the delegate request.
|
void |
RequestGlobals.storeRequestResponse(Request request,
Response response) |
Constructor and Description |
---|
DelegatingRequest(Request request)
Constructor that receives a Request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AssetRequestHandler.handleAssetRequest(Request request,
Response response,
String extraPath)
Given a request targeted (via the handler id) to the specific handler, process the request.
|
Modifier and Type | Method and Description |
---|---|
ComponentEventRequestParameters |
ComponentEventLinkTransformer.decodeComponentEventRequest(Request request)
Attempts to decode the page render request, to perform the opposite action for
ComponentEventLinkTransformer.transformComponentEventLink(Link, ComponentEventRequestParameters) . |
PageRenderRequestParameters |
PageRenderLinkTransformer.decodePageRenderRequest(Request request)
Attempts to decode the page render request, to perform the opposite action for
PageRenderLinkTransformer.transformPageRenderLink(Link, PageRenderRequestParameters) . |
Modifier and Type | Method and Description |
---|---|
boolean |
WhitelistAnalyzer.isRequestOnWhitelist(Request request) |
Modifier and Type | Method and Description |
---|---|
protected Request |
TapestryTestCase.mockRequest() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_getAttribute(Request request,
String attibuteName,
Object value) |
protected void |
TapestryTestCase.train_getDateHeader(Request request,
String name,
long value) |
protected void |
TapestryTestCase.train_getLocale(Request request,
Locale locale) |
protected void |
TapestryTestCase.train_getParameter(Request request,
String elementName,
String value) |
protected void |
TapestryTestCase.train_getPath(Request request,
String path) |
protected void |
TapestryTestCase.train_getSession(Request request,
boolean create,
Session session) |
protected void |
TapestryTestCase.train_isSecure(Request request,
boolean isSecure) |
protected void |
TapestryTestCase.train_isXHR(Request request,
boolean isXHR) |
protected void |
TapestryTestCase.train_service(RequestHandler handler,
Request request,
Response response,
boolean result) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.