|
||||||
| 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(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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 option
public 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 option| Method Detail |
|---|
public java.lang.String getClassName()
public java.lang.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 | |||||