Package | Description |
---|---|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Class and Description |
---|---|
static class |
AntWebAppContext.AntServletHandler
AntServletHandler
|
Modifier and Type | Method and Description |
---|---|
protected ServletHandler |
AntWebAppContext.newServletHandler() |
Modifier and Type | Field and Description |
---|---|
protected ServletHandler |
ServletContextHandler._servletHandler |
protected ServletHandler |
BaseHolder._servletHandler |
Modifier and Type | Method and Description |
---|---|
ServletHandler |
ServletContextHandler.getServletHandler() |
ServletHandler |
BaseHolder.getServletHandler() |
protected ServletHandler |
ServletContextHandler.newServletHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ServletContextHandler.setServletHandler(ServletHandler servletHandler) |
void |
BaseHolder.setServletHandler(ServletHandler servletHandler) |
Constructor and Description |
---|
JspPropertyGroupServlet(ContextHandler context,
ServletHandler servletHandler) |
ServletContextHandler(HandlerContainer parent,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler) |
ServletContextHandler(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options) |
Constructor and Description |
---|
WebAppContext(HandlerContainer parent,
String contextPath,
SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler,
int options)
This constructor is used in the geronimo integration.
|
WebAppContext(SessionHandler sessionHandler,
SecurityHandler securityHandler,
ServletHandler servletHandler,
ErrorHandler errorHandler)
This constructor is used in the geronimo integration.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.