|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.jersey.servlet.WebFilterConfig
public class WebFilterConfig
A filter based web config. Delegates all invocations to the filter configuration from the servlet api.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.glassfish.jersey.servlet.WebConfig |
|---|
WebConfig.ConfigType |
| Constructor Summary | |
|---|---|
WebFilterConfig(javax.servlet.FilterConfig filterConfig)
|
|
| Method Summary | |
|---|---|
WebConfig.ConfigType |
getConfigType()
Get the configuration type of this config. |
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.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 WebFilterConfig(javax.servlet.FilterConfig filterConfig)
| Method Detail |
|---|
public WebConfig.ConfigType getConfigType()
WebConfig
getConfigType 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 | ||||||||