|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.util.CmsHtmlConverterOption
public class CmsHtmlConverterOption
Represents a single HTML converter configuration as defined in the OpenCms configuration file opencms-vfs.xml
.
This is only used to write back the definitions to the configuration file.
Constructor Summary | |
---|---|
CmsHtmlConverterOption(String name,
String className)
Constructor, with parameters. |
|
CmsHtmlConverterOption(String name,
String className,
boolean isDefault)
Constructor, with parameters. |
Method Summary | |
---|---|
String |
getClassName()
Returns the class used for HTML conversion of the configured option. |
String |
getName()
Returns the name of the configured option. |
boolean |
isDefault()
Returns if the option is an automatically generated default option. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsHtmlConverterOption(String name, String className)
name
- the name of the configured optionclassName
- the class used for HTML conversion of the configured optionpublic CmsHtmlConverterOption(String name, 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 optionMethod Detail |
---|
public String getClassName()
public String getName()
public boolean isDefault()
true
if the option is an automatically generated default option, otherwise false
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |