public class CmsHtmlConverterOption
extends java.lang.Object
opencms-vfs.xml
.This is only used to write back the definitions to the configuration file.
构造器和说明 |
---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
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