Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; 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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
EndOfRequestCleanupFilter.service(Request request,
Response response,
RequestHandler handler) |
Modifier and Type | Method and Description |
---|---|
RequestHandler |
TapestryModule.buildRequestHandler(org.slf4j.Logger logger,
List<RequestFilter> configuration,
Dispatcher masterDispatcher) |
Modifier and Type | Method and Description |
---|---|
HttpServletRequestHandler |
TapestryModule.buildHttpServletRequestHandler(org.slf4j.Logger logger,
List<HttpServletRequestFilter> configuration,
RequestHandler handler,
String applicationCharset,
TapestrySessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
RequestFilter.service(Request request,
Response response,
RequestHandler handler)
Returns true if the request has been handled, false otherwise.
|
Modifier and Type | Method and Description |
---|---|
protected RequestHandler |
TapestryTestCase.mockRequestHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_service(RequestHandler handler,
Request request,
Response response,
boolean result) |
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.