Package | Description |
---|---|
com.logicaldoc.util.config |
Modifier and Type | Method and Description |
---|---|
static WebConfigurator.INIT_PARAM |
WebConfigurator.INIT_PARAM.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebConfigurator.INIT_PARAM[] |
WebConfigurator.INIT_PARAM.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WebConfigurator.addContextParam(String param_name,
String param_value,
String param_description,
WebConfigurator.INIT_PARAM append)
Adding a contextparam to the web.xml
|
void |
WebConfigurator.addInitParam(String servletName,
String param_name,
String param_value,
String param_description,
WebConfigurator.INIT_PARAM append)
Adds a init parameter to the servlet
|
void |
WebConfigurator.addListenerInitParam(String listenerClazz,
String param_name,
String param_value,
WebConfigurator.INIT_PARAM append)
Adds a init parameter to the listener
|
Copyright © 2008-2014 Logical Objects. All Rights Reserved.