|
|||||||||
| 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. |
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. |
| Method Detail |
|---|
WebConfig.ConfigType getConfigType()
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 | ||||||||