Package ro.sync.ecss.extensions.xhtml
Class XHTMLNodeRendererCustomizer
- java.lang.Object
-
- ro.sync.exml.workspace.api.node.customizer.XMLNodeRendererCustomizer
-
- ro.sync.ecss.extensions.xhtml.XHTMLNodeRendererCustomizer
-
- All Implemented Interfaces:
Extension
@API(type=INTERNAL, src=PUBLIC) public class XHTMLNodeRendererCustomizer extends XMLNodeRendererCustomizer
Class used to customize the way an XHTML node is rendered in the UI. A node represents an entry from Author outline, Author bread crumb, Text page outline, content completion proposals window or Elements view.
-
-
Constructor Summary
Constructors Constructor Description XHTMLNodeRendererCustomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
BasicRenderingInformation
getRenderingInformation(NodeRendererCustomizerContext context)
Get the rendering information (text to render, path of the icon to display in outline, bread crumb or content completion proposals window) for given context.
-
-
-
Method Detail
-
getRenderingInformation
public BasicRenderingInformation getRenderingInformation(NodeRendererCustomizerContext context)
Description copied from class:XMLNodeRendererCustomizer
Get the rendering information (text to render, path of the icon to display in outline, bread crumb or content completion proposals window) for given context.- Specified by:
getRenderingInformation
in classXMLNodeRendererCustomizer
- Parameters:
context
- The node context(contains information like node name, namespace and attributes).- Returns:
- The rendering information.
If the returned value is
null
then the default node rendering will be used.
-
getDescription
public java.lang.String getDescription()
- Returns:
- The description of the extension.
-
-