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, transformForRendering
private String _pluginName
public HTMLTransformer()
public void setPluginInfo(String pluginName, String featureName, String id)
PluginAware
setPluginInfo
in interface PluginAware
pluginName
- Unique identifier for the plugin hosting the extensionfeatureName
- Unique feature identifier (unique for a given pluginName)id
- Unique identifier of this componentprotected String _getSourceUriForHTML2RichText()
AbstractRichTextTransformer
Source
URI used to process the HTML editor content._getSourceUriForHTML2RichText
in class AbstractRichTextTransformer
Source
URI used to process the HTML editor content.protected String _getSourceUriForRichText2HTML()
AbstractRichTextTransformer
Source
URI used to process the RichText's InputStream._getSourceUriForRichText2HTML
in class AbstractRichTextTransformer
Source
URI used to process the RichText's InputStream.