public class HTMLEnhancer extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_html2HTMLEditorXSLT |
private String |
_html2HTMLHandler |
private String |
_html2HTMLXSLT |
private String |
_html2outgoingReferencesXSLT |
private String |
_htmleditor2HTMLHandler |
private String |
_htmleditor2HtmlXSLT |
Constructor and Description |
---|
HTMLEnhancer(String pluginName,
String htmleditor2HtmlXSLT,
String html2HTMLEditorXSLT,
String html2HTMLXSLT,
String html2outgoingReferencesXSLT,
String html2HTMLHandler,
String htmleditor2HTMLHandler)
Create a HTML enhancer
|
Modifier and Type | Method and Description |
---|---|
String |
getHtml2HTMLEditorXSLT()
Get the xslt to use when transforming from html to htmleditor
|
String |
getHtml2HTMLHandler()
Get the component role to use when transforming from html to html
|
String |
getHtml2HTMLXSLT()
Get the xslt to use when transforming from html to html
|
String |
getHtml2outgoingReferencesXSLT()
Get the xslt to use when transforming from html to outgoing references
|
String |
getHtmleditor2HTMLHandler()
Get the component role to use when transforming from htmleditor to html
|
String |
getHTMLEditor2HtmlX()
Get the xslt to use when transforming from htmleditor to html
|
private String _htmleditor2HtmlXSLT
private String _html2HTMLEditorXSLT
private String _html2HTMLXSLT
private String _html2outgoingReferencesXSLT
private String _html2HTMLHandler
private String _htmleditor2HTMLHandler
public HTMLEnhancer(String pluginName, String htmleditor2HtmlXSLT, String html2HTMLEditorXSLT, String html2HTMLXSLT, String html2outgoingReferencesXSLT, String html2HTMLHandler, String htmleditor2HTMLHandler)
pluginName
- The name of the plugin declaring the enhancerhtmleditor2HtmlXSLT
- The fullpath to the xslt file or relative to the current pluginhtml2HTMLEditorXSLT
- The fullpath to the xslt file or relative to the current pluginhtml2HTMLXSLT
- The fullpath to the xslt file or relative to the current pluginhtml2outgoingReferencesXSLT
- The fullpath to the xslt file or relative to the current pluginhtml2HTMLHandler
- The role of a component that implements EnhancementHandlerhtmleditor2HTMLHandler
- The role of a component that implements HTMLEditionHandlerpublic String getHTMLEditor2HtmlX()
public String getHtml2HTMLEditorXSLT()
public String getHtml2outgoingReferencesXSLT()
public String getHtml2HTMLXSLT()
public String getHtml2HTMLHandler()
public String getHtmleditor2HTMLHandler()