Uses of Class
com.logicaldoc.util.config.WebConfigurator.INIT_PARAM
-
Packages that use WebConfigurator.INIT_PARAM Package Description com.logicaldoc.util.config Utility classes to handle configuration files (webapp descriptor, loggers, context properties ...) -
-
Uses of WebConfigurator.INIT_PARAM in com.logicaldoc.util.config
Methods in com.logicaldoc.util.config that return WebConfigurator.INIT_PARAM Modifier and Type Method 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.Methods in com.logicaldoc.util.config with parameters of type WebConfigurator.INIT_PARAM Modifier and Type Method Description void
WebConfigurator. addContextParam(String name, String value, String description, WebConfigurator.INIT_PARAM append)
Adding a contextparam to the web.xmlvoid
WebConfigurator. addFilterInitParam(String filterName, String name, String value, String description, WebConfigurator.INIT_PARAM append)
Adds a init parameter to the filtervoid
WebConfigurator. addInitParam(String servletName, String name, String value, String description, WebConfigurator.INIT_PARAM append)
Adds a init parameter to the servletvoid
WebConfigurator. addListenerInitParam(String listenerClazz, String name, String value, WebConfigurator.INIT_PARAM append)
Adds a init parameter to the listener
-