Package org.opencms.configuration
Class CmsAdditionalLogFolderConfig
java.lang.Object
org.opencms.configuration.CmsAdditionalLogFolderConfig
- All Implemented Interfaces:
I_CmsConfigurationParameterHandler
public class CmsAdditionalLogFolderConfig
extends Object
implements I_CmsConfigurationParameterHandler
Bean containing additional log folders available for the log file viewer.
-
Field Summary
Modifier and TypeFieldDescriptionThe config helper instance.static final String
XML element name for the folder list.static final String
XML element name for the individual log folder.Fields inherited from interface org.opencms.configuration.I_CmsConfigurationParameterHandler
ADD_PARAMETER_METHOD, INIT_CONFIGURATION_METHOD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConfigurationParameter
(String paramName, String paramValue) Adds a configuration parameter to this parameter configurable class instance.Returns the parameters of this configurable class instance, ornull
if the class does not need any parameters.Gets the log folders.void
Initializes a configuration after all parameters have been added.
-
Field Details
-
N_ADDITIONAL_LOG_FOLDERS
XML element name for the folder list.- See Also:
-
N_LOG_FOLDER
XML element name for the individual log folder.- See Also:
-
ADD_LOG_FOLDER_HELPER
The config helper instance.
-
-
Constructor Details
-
CmsAdditionalLogFolderConfig
public CmsAdditionalLogFolderConfig()
-
-
Method Details
-
addConfigurationParameter
Description copied from interface:I_CmsConfigurationParameterHandler
Adds a configuration parameter to this parameter configurable class instance.- Specified by:
addConfigurationParameter
in interfaceI_CmsConfigurationParameterHandler
- Parameters:
paramName
- the name of the parameterparamValue
- the value for the parameter- See Also:
-
getConfiguration
Description copied from interface:I_CmsConfigurationParameterHandler
Returns the parameters of this configurable class instance, ornull
if the class does not need any parameters.- Specified by:
getConfiguration
in interfaceI_CmsConfigurationParameterHandler
- Returns:
- the parameters of this configurable class instance,
or
null
if the class does not need any parameters - See Also:
-
getLogFolders
Gets the log folders.- Returns:
- the log folders
-
initConfiguration
Description copied from interface:I_CmsConfigurationParameterHandler
Initializes a configuration after all parameters have been added.- Specified by:
initConfiguration
in interfaceI_CmsConfigurationParameterHandler
- See Also:
-