|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.jersey.servlet.WebServletConfig
public class WebServletConfig
A servlet based web config. Delegates all invocations to the servlet configuration from the servlet api.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.jersey.servlet.WebConfig |
|---|
WebConfig.ConfigType |
| Constructor Summary | |
|---|---|
WebServletConfig(ServletContainer servlet)
|
|
| Method Summary | |
|---|---|
WebConfig.ConfigType |
getConfigType()
Get the configuration type of this config. |
javax.servlet.FilterConfig |
getFilterConfig()
Get the corresponding FilterConfig if this WebConfig represents a FilterConfig |
String |
getInitParameter(String name)
Get an initialization parameter. |
Enumeration |
getInitParameterNames()
Get the enumeration of initialization parameter names. |
String |
getName()
Get the name of the Web component. |
javax.servlet.ServletConfig |
getServletConfig()
Get the corresponding ServletConfig if this WebConfig represents a ServletConfig |
javax.servlet.ServletContext |
getServletContext()
Get the ServletContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebServletConfig(ServletContainer servlet)
| Method Detail |
|---|
public WebConfig.ConfigType getConfigType()
WebConfig
getConfigType in interface WebConfigpublic javax.servlet.ServletConfig getServletConfig()
WebConfigServletConfig
getServletConfig in interface WebConfigpublic javax.servlet.FilterConfig getFilterConfig()
WebConfigFilterConfig
getFilterConfig in interface WebConfigpublic String getName()
WebConfig
getName in interface WebConfigpublic String getInitParameter(String name)
WebConfig
getInitParameter in interface WebConfigname - the parameter name.
public Enumeration getInitParameterNames()
WebConfig
getInitParameterNames in interface WebConfigpublic javax.servlet.ServletContext getServletContext()
WebConfigServletContext.
getServletContext in interface WebConfigServletContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||