Uses of Enum Class
com.logicaldoc.util.config.WebConfigurator.INIT_PARAM
Package
Description
Utility classes to handle configuration files (webapp descriptor, loggers, context properties ...)
-
Uses of WebConfigurator.INIT_PARAM in com.logicaldoc.util.config
Modifier and TypeMethodDescriptionstatic WebConfigurator.INIT_PARAM
Returns the enum constant of this class with the specified name.static WebConfigurator.INIT_PARAM[]
WebConfigurator.INIT_PARAM.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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