public class HTMLTransformer extends AbstractRichTextTransformer implements Component, PluginAware
RichTextTransformer which convert HTML into HTML.| Modifier and Type | Field and Description |
|---|---|
private String |
_pluginName |
static String |
ROLE
Avalon role.
|
| Constructor and Description |
|---|
HTMLTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
_getSourceUriForHTML2RichText()
Returns the internal
Source URI used to process the HTML editor content. |
protected String |
_getSourceUriForRichText2HTML()
Returns the internal
Source URI used to process the RichText's InputStream. |
void |
setPluginInfo(String pluginName,
String featureName,
String id)
Sets the plugin info relative to the current component.
Note : The feature name may be null if the targeted component in declared at plugin level. |
service, transform, transformForEditing, transformForRenderingprivate String _pluginName
public HTMLTransformer()
public void setPluginInfo(String pluginName, String featureName, String id)
PluginAwaresetPluginInfo in interface PluginAwarepluginName - Unique identifier for the plugin hosting the extensionfeatureName - Unique feature identifier (unique for a given pluginName)id - Unique identifier of this componentprotected String _getSourceUriForHTML2RichText()
AbstractRichTextTransformerSource URI used to process the HTML editor content._getSourceUriForHTML2RichText in class AbstractRichTextTransformerSource URI used to process the HTML editor content.protected String _getSourceUriForRichText2HTML()
AbstractRichTextTransformerSource URI used to process the RichText's InputStream._getSourceUriForRichText2HTML in class AbstractRichTextTransformerSource URI used to process the RichText's InputStream.