Package | Description |
---|---|
org.apache.tapestry5.internal.gzip |
[INTERNAL USE ONLY] support classes for GZIP compression; API subject to change
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.modules | |
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.test |
Support for testing Tapestry pages
|
org.apache.tapestry5.upload.internal.services |
[INTERNAL USE ONLY] support services for the Tapestry-upload module; API subject to change
|
Modifier and Type | Method and Description |
---|---|
boolean |
GZipFilter.service(HttpServletRequest request,
HttpServletResponse response,
HttpServletRequestHandler handler) |
Modifier and Type | Method and Description |
---|---|
boolean |
IgnoredPathsFilter.service(HttpServletRequest request,
HttpServletResponse response,
HttpServletRequestHandler handler) |
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 |
HttpServletRequestFilter.service(HttpServletRequest request,
HttpServletResponse response,
HttpServletRequestHandler handler)
Filter interface for the HttpServletRequestHandler pipeline.
|
Modifier and Type | Method and Description |
---|---|
protected HttpServletRequestHandler |
TapestryTestCase.mockHttpServletRequestHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
TapestryTestCase.train_service(HttpServletRequestHandler handler,
HttpServletRequest request,
HttpServletResponse response,
boolean result) |
Modifier and Type | Method and Description |
---|---|
boolean |
MultipartServletRequestFilter.service(HttpServletRequest request,
HttpServletResponse response,
HttpServletRequestHandler handler) |
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.