Package jrun.servlet

Interface Summary
HttpConstants  
Invoker Interface that must be implemented by all services that can act as an invoker in an invoker chain.
InvokerChain Interface that must be implemented by all services that can handle a servlet request.
ServletEngine Functional interface for the JRun Servlet Engine Service.
ServletEngineServiceMBean MBean interface for the JRun Servlet Engine Service.
ServletInvokerChain Interface that must be implemented by all services that can handle a servlet request.
WebApplication Functional interface for the JRun Web Application Service.
WebApplicationFactoryMBean Management view of the web application factory.
WebApplicationServiceMBean MBean interface for the JRun Web Application Service.
WebAppServlet Interface that must be implemented by servlets that wish to have access to services provided by the web application.
 

Class Summary
AcceptCharset The AcceptCharset class parses the "Accept-Charset" request header and returns a list of charsets preferred by the client.
AcceptLanguage The AcceptLanguage class parses the "Accept-Language" request header and returns a list of locales preferred by the client.
FilterChain Represents a chain of filters per the Servlet 2.3 specification.
FilterManager Manages filter objects and filter chains.
FilterMapping Represents a single Filter mapping
FilterObject Represents a single Filter object
ForbiddenServlet this guy is invoked when an illegal path is detected, such as "/WEB-INF"
ForwardRequest This class wraps a request object so that it can override the path component methods in the servlet API.
IncludeResponseWrapper This wrapper simply blocks access to the response methods that set headers.
JRunInvokerChain Invoker chain implementation
JRunNamedDispatcher Simple wrapper for named dispatcher
JRunRequest  
JRunRequestDispatcher  
JRunResponse Implementation of HttpServletResponse.
JRunServletConfig  
JRunServletContext  
JRunServletPool  
MimeMapping Represents a single mime type mapping.
NotFoundServlet Servlet invoked when no servlet is found for a ServletInvoker.
NoWebappServlet this servlet does nothing but return the "no such webapp" error.
RedirectServlet invoked directly when the webapp path doesn't start with '/'.
RequestWrapper This class implements an HttpServletRequest, but every method is handled by a request object, like the Delegator pattern.
ServletConnection this class implements the full HttpServletRequest and HttpServletResponse API's, by throwing "not implemented" exceptions.
ServletEngineService The servlet engine.
ServletInvoker Invoker wrapper to invoke a target servlet
ServletMapping Represents a Servlet mapping.
ServletMappingComparator The comparator used for keeping ServletMapping objects in the proper sorted order
ServletServiceAdapter Base class for MBean services that wish to also be a servlet.
VirtualHostMapping Represents a single virtual host mapping.
WebApplicationFactory WebApplicationFactory creates a WebApplicationService from a single web.xml and an optional jrun-web.xml.
WebApplicationService A Web Application.
WebAppMapping Represents a single web application mapping.
 



Copyright � 2002 Macromedia Corporation. All Rights Reserved.