|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebConfig
The Web configuration for accessing initialization parameters of a Web
component and the ServletContext.
| Nested Class Summary | |
|---|---|
static class |
WebConfig.ConfigType
The web configuration type. |
| 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. |
| Method Detail |
|---|
WebConfig.ConfigType getConfigType()
javax.servlet.ServletConfig getServletConfig()
ServletConfig
javax.servlet.FilterConfig getFilterConfig()
FilterConfig
String getName()
String getInitParameter(String name)
name - the parameter name.
Enumeration getInitParameterNames()
javax.servlet.ServletContext getServletContext()
ServletContext.
ServletContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||