This handler does not implement the full J2EE features and is intended to be used when a full web application is not required. Specifically filters and request wrapping are not supported.
If a SessionManager is not added to the handler before it is initialized, then a HashSessionManager with a standard java.util.Random generator is created.
@see org.browsermob.proxy.jetty.jetty.servlet.WebApplicationHandler @version $Id: ServletHandler.java,v 1.133 2006/03/15 14:43:00 gregwilkins Exp $ @author Greg Wilkins
This handler does not implement the full J2EE features and is intended to be used when a full web application is not required. Specifically filters and request wrapping are not supported. Unless run as part of a {@link Context} or derivative, the {@link #initialize()}method must be called manually after start(). @see org.mortbay.jetty.webapp.WebAppContext @author Greg Wilkins
This handler does not implement the full J2EE features and is intended to be used when a full web application is not required. Specifically filters and request wrapping are not supported.
If a SessionManager is not added to the handler before it is initialized, then a HashSessionManager with a standard java.util.Random generator is created.
@see org.openqa.jetty.jetty.servlet.WebApplicationHandler @version $Id: ServletHandler.java,v 1.133 2006/03/15 14:43:00 gregwilkins Exp $ @author Greg Wilkins
|
|
|
|
|
|
|
|