|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Request in org.apache.tapestry.internal.hibernate |
|---|
| Constructors in org.apache.tapestry.internal.hibernate with parameters of type Request | |
|---|---|
EntityPersistentFieldStrategy(org.hibernate.Session session,
TypeCoercer typeCoercer,
Request request)
|
|
| Uses of Request in org.apache.tapestry.internal.renderers |
|---|
| Methods in org.apache.tapestry.internal.renderers with parameters of type Request | |
|---|---|
void |
RequestRenderer.render(Request request,
MarkupWriter writer)
|
| Uses of Request in org.apache.tapestry.internal.services |
|---|
| Classes in org.apache.tapestry.internal.services that implement Request | |
|---|---|
class |
RequestImpl
Basic implementation of Request that wraps around an HttpServletRequest. |
| Methods in org.apache.tapestry.internal.services that return Request | |
|---|---|
Request |
RequestGlobalsImpl.getRequest()
|
| Methods in org.apache.tapestry.internal.services with parameters of type Request | |
|---|---|
boolean |
RootPathDispatcher.dispatch(Request request,
Response response)
|
boolean |
PageRenderDispatcher.dispatch(Request request,
Response response)
|
boolean |
ComponentEventDispatcher.dispatch(Request request,
Response response)
|
boolean |
AssetDispatcher.dispatch(Request request,
Response response)
|
boolean |
StaticFilesFilter.service(Request request,
Response response,
RequestHandler handler)
|
boolean |
LocalizationFilter.service(Request request,
Response response,
RequestHandler handler)
|
boolean |
CheckForUpdatesFilter.service(Request request,
Response response,
RequestHandler handler)
|
void |
RequestGlobalsImpl.storeRequestResponse(Request request,
Response response)
|
| Uses of Request in org.apache.tapestry.internal.test |
|---|
| Subinterfaces of Request in org.apache.tapestry.internal.test | |
|---|---|
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. |
| Classes in org.apache.tapestry.internal.test that implement Request | |
|---|---|
class |
TestableRequestImpl
|
| Uses of Request in org.apache.tapestry.services |
|---|
| Methods in org.apache.tapestry.services that return Request | |
|---|---|
Request |
TapestryModule.buildRequest()
Builds a shadow of the RequestGlobals.request property. |
Request |
RequestGlobals.getRequest()
The current request. |
| Methods in org.apache.tapestry.services with parameters of type Request | |
|---|---|
void |
TapestryModule.contributeApplicationStatePersistenceStrategySource(MappedConfiguration<String,ApplicationStatePersistenceStrategy> configuration,
Request request)
Contributes the default "session" strategy. |
void |
TapestryModule.contributePersistentFieldManager(MappedConfiguration<String,PersistentFieldStrategy> configuration,
Request request,
PersistentFieldStrategy clientStrategy)
Contributes several strategies: session Values are stored in the Session flash
Values are stored in the Session, until the next request (for the page) client Values are
encoded into URLs (or hidden form fields) |
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 |
RequestGlobals.storeRequestResponse(Request request,
Response response)
|
| Constructors in org.apache.tapestry.services with parameters of type Request | |
|---|---|
TapestryModule(PipelineBuilder pipelineBuilder,
PropertyShadowBuilder shadowBuilder,
RequestGlobals requestGlobals,
ApplicationGlobals applicationGlobals,
ChainBuilder chainBuilder,
RequestPageCache requestPageCache,
Environment environment,
StrategyBuilder strategyBuilder,
ComponentInstantiatorSource componentInstantiatorSource,
PropertyAccess propertyAccess,
ClassFactory componentClassFactory,
UpdateListenerHub updateListenerHub,
PerthreadManager perthreadManager,
ComponentTemplateSource componentTemplateSource,
Request request,
Response response,
ThreadLocale threadLocale,
ActionRenderResponseGenerator actionRenderResponseGenerator)
|
|
| Uses of Request in org.apache.tapestry.test |
|---|
| Methods in org.apache.tapestry.test that return Request | |
|---|---|
protected Request |
TapestryTestCase.mockRequest()
|
| Methods in org.apache.tapestry.test with parameters of type Request | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||