public class CmsHtmlConverterOption extends java.lang.Object
opencms-vfs.xml
.This is only used to write back the definitions to the configuration file.
Constructor and Description |
---|
CmsHtmlConverterOption(java.lang.String name,
java.lang.String className)
Constructor, with parameters.
|
CmsHtmlConverterOption(java.lang.String name,
java.lang.String className,
boolean isDefault)
Constructor, with parameters.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the class used for HTML conversion of the configured option.
|
java.lang.String |
getName()
Returns the name of the configured option.
|
boolean |
isDefault()
Returns if the option is an automatically generated default option.
|
public CmsHtmlConverterOption(java.lang.String name, java.lang.String className)
name
- the name of the configured optionclassName
- the class used for HTML conversion of the configured optionpublic CmsHtmlConverterOption(java.lang.String name, java.lang.String className, boolean isDefault)
name
- the name of the configured optionclassName
- the class used for HTML conversion of the configured optionisDefault
- the flag indicating if this is an automatically generated default optionpublic java.lang.String getClassName()
public java.lang.String getName()
public boolean isDefault()
true
if the option is an automatically generated default option, otherwise false