Uses of Interface
org.ops4j.pax.web.service.whiteboard.ContextRelated
-
Packages that use ContextRelated 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. -
-
Uses of ContextRelated in org.ops4j.pax.web.service.whiteboard
Subinterfaces of ContextRelated in org.ops4j.pax.web.service.whiteboard Modifier and Type Interface Description interfaceErrorPageMappingRegisters 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.interfaceFilterMappingFilter mapping contains all the information required to register aFilter.interfaceJspMappingJsp mapping.interfaceListenerMappingListener mapping.interfaceResourceMappingResource mapping.interfaceServletMappingServlet mapping contains all the information required to register aServlet(either directly or using whiteboard pattern).interfaceWebSocketMappingWebSocket mapping contains all the information required to register a WebSocket.interfaceWelcomeFileMappingWelcome file mapping
-