Uses of Enum Class
com.logicaldoc.util.config.WebConfigurator.INIT_PARAM
Packages that use 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
Methods in com.logicaldoc.util.config that return WebConfigurator.INIT_PARAMModifier and TypeMethodDescriptionstatic WebConfigurator.INIT_PARAMReturns 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.Methods in com.logicaldoc.util.config with parameters of type WebConfigurator.INIT_PARAMModifier and TypeMethodDescriptionvoidWebConfigurator.addContextParam(String name, String value, String description, WebConfigurator.INIT_PARAM append) Adding a contextparam to the web.xmlvoidWebConfigurator.addFilterInitParam(String filterName, String name, String value, String description, WebConfigurator.INIT_PARAM append) Adds a init parameter to the filtervoidWebConfigurator.addInitParam(String servletName, String name, String value, String description, WebConfigurator.INIT_PARAM append) Adds a init parameter to the servletvoidWebConfigurator.addListenerInitParam(String listenerClazz, String name, String value, WebConfigurator.INIT_PARAM append) Adds a init parameter to the listener