Package | Description |
---|---|
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.pageload |
[INTERNAL USE ONLY] support classes for assembling and loading pages; 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.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.structure |
[INTERNAL USE ONLY] page structure implementation details; 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.translator |
[INTERNAL USE ONLY] translator implementation classes; API subject to change.
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.services.assets |
Various services for assets (e.g., images, JavaScript & 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
|
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) |
Constructor and Description |
---|
PageLoaderImpl(ComponentInstantiatorSource instantiatorSource,
ComponentTemplateSource templateSource,
PageElementFactory elementFactory,
ComponentPageElementResourcesSource resourcesSource,
ComponentClassResolver componentClassResolver,
PersistentFieldManager persistentFieldManager,
StringInterner interner,
OperationTracker tracker,
PerthreadManager perThreadManager,
Request request,
SymbolSource symbolSource) |
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 |
AssetDispatcher.dispatch(Request request,
Response response) |
boolean |
RootPathDispatcher.dispatch(Request request,
Response response) |
boolean |
ComponentEventDispatcher.dispatch(Request request,
Response response) |
boolean |
PageRenderDispatcher.dispatch(Request request,
Response response) |
boolean |
StaticFilesFilter.service(Request request,
Response response,
RequestHandler handler) |
boolean |
CheckForUpdatesFilter.service(Request request,
Response response,
RequestHandler handler) |
boolean |
RequestErrorFilter.service(Request request,
Response response,
RequestHandler handler) |
void |
RequestGlobalsImpl.storeRequestResponse(Request request,
Response response) |
Constructor and Description |
---|
AjaxFormUpdateFilter(Request request,
AjaxFormUpdateController ajaxFormUpdateController) |
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,
String applicationVersion,
String applicationFolder,
boolean fullyQualified,
String assetPathPrefix) |
Modifier and Type | Method and Description |
---|---|
ComponentEventRequestParameters |
LinkTransformerInterceptor.decodeComponentEventRequest(Request request) |
ComponentEventRequestParameters |
LinkTransformerImpl.decodeComponentEventRequest(Request request) |
PageRenderRequestParameters |
LinkTransformerInterceptor.decodePageRenderRequest(Request request) |
PageRenderRequestParameters |
LinkTransformerImpl.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) |
Constructor and Description |
---|
ComponentPageElementImpl(Page page,
Instantiator instantiator,
ComponentPageElementResources elementResources,
Request request,
SymbolSource symbolSource)
Constructor for the root component of a page.
|
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,
boolean componentIdCheck) |
SessionAttributeWorker(Request request) |
Constructor and Description |
---|
NumericTranslatorSupportImpl(TypeCoercer typeCoercer,
ThreadLocale threadLocale,
Request request,
JavaScriptSupport javascriptSupport,
ClientBehaviorSupport clientBehaviorSupport,
boolean compactJSON) |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRequest
Class that wraps an Request, delegating all its methods.
|
Modifier and Type | Method and Description |
---|---|
Request |
TapestryModule.buildRequest()
Builds a shadow of the RequestGlobals.request property.
|
Request |
RequestGlobals.getRequest()
The current request.
|
Modifier and Type | Method and Description |
---|---|
void |
TapestryModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration,
Request request,
PersistentFieldStrategy clientStrategy)
|
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.
|
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 | 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) |
Copyright © 2003-2012 The Apache Software Foundation.