| Package | Description |
|---|---|
| org.ops4j.pax.web.service.whiteboard |
This package of pax-web-api contains interfaces representing all the web components (or
web elements) that can be registered within running HTTP/Servlet engine.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ErrorPageMapping
Registers an error page to customize the response sent back to the web client
in case that an exception or error propagates back to the web container, or
the servlet/filter calls sendError() on the response object for a specific
status code.
|
interface |
FilterMapping
Filter mapping contains all the information required to register a
Filter. |
interface |
JspMapping
Jsp mapping.
|
interface |
ListenerMapping
Listener mapping.
|
interface |
ResourceMapping
Resource mapping.
|
interface |
SecurityConfigurationMapping
Single interface to register 3 security aspects of
web.xml configuration:
<login-config>
<security-constraint>
<security-role>
|
interface |
SecurityConstraintMapping
Single constraint mapping to be used by
SecurityConfigurationMapping. |
interface |
ServletMapping
Servlet mapping contains all the information required to register a
Servlet (either directly or
using whiteboard pattern). |
interface |
WebSocketMapping
WebSocket mapping contains all the information required to register a WebSocket.
|
interface |
WelcomeFileMapping
Welcome file mapping
|
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.