|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServletMapping | |
---|---|
com.sun.grizzly.http.servlet.deployer | |
com.sun.grizzly.http.webxml.parser | |
com.sun.grizzly.http.webxml.schema |
Uses of ServletMapping in com.sun.grizzly.http.servlet.deployer |
---|
Methods in com.sun.grizzly.http.servlet.deployer with parameters of type ServletMapping | |
---|---|
protected static void |
WebAppAdapter.setServlet(WebApp webApp,
ServletAdapter sa,
ServletMapping servletMapping)
|
Uses of ServletMapping in com.sun.grizzly.http.webxml.parser |
---|
Methods in com.sun.grizzly.http.webxml.parser that return ServletMapping | |
---|---|
protected ServletMapping |
JAXBWebXml_2_2Parser.getServletMapping(ServletMapping servletMapping)
|
Methods in com.sun.grizzly.http.webxml.parser that return types with arguments of type ServletMapping | |
---|---|
protected List<ServletMapping> |
JAXBWebXml_2_2Parser.populateServletMapping(List<ServletMapping> servletMapping)
|
Uses of ServletMapping in com.sun.grizzly.http.webxml.schema |
---|
Fields in com.sun.grizzly.http.webxml.schema with type parameters of type ServletMapping | |
---|---|
List<ServletMapping> |
WebApp.servletMapping
|
Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type ServletMapping | |
---|---|
List<ServletMapping> |
WebApp.getServletMapping()
<servlet-mapping> <servlet-name>servletname</servlet-name> <url-pattern>/*.jsp</url-pattern> </servlet-mapping> |
Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type ServletMapping | |
---|---|
void |
WebApp.setServletMapping(List<ServletMapping> servletMapping)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |