Uses of Class
com.jalios.jcms.wysiwyg.WysiwygRenderingHints
-
Packages that use WysiwygRenderingHints Package Description com.jalios.jcms.policy com.jalios.jcms.wiki com.jalios.jcms.wysiwyg -
-
Uses of WysiwygRenderingHints in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy with parameters of type WysiwygRenderingHints Modifier and Type Method Description org.jsoup.nodes.Document
BasicWysiwygPolicyFilter. processJHTML(org.jsoup.nodes.Document document, java.util.Locale userLocale, WysiwygRenderingHints hints)
org.jsoup.nodes.Document
WysiwygPolicyFilter. processJHTML(org.jsoup.nodes.Document document, java.util.Locale userLocale, WysiwygRenderingHints hints)
This method is called during JHTML processing -
Uses of WysiwygRenderingHints in com.jalios.jcms.wiki
Methods in com.jalios.jcms.wiki that return WysiwygRenderingHints Modifier and Type Method Description WysiwygRenderingHints
WikiRenderingHints. toWysiwygRenderingHints()
Creates a new WysiwygRenderingHints from the current WikiRenderingHints. -
Uses of WysiwygRenderingHints in com.jalios.jcms.wysiwyg
Methods in com.jalios.jcms.wysiwyg that return WysiwygRenderingHints Modifier and Type Method Description WysiwygRenderingHints
WysiwygRenderingHints. setIndexing(boolean indexing)
Set wether rendering is performed during publication indexing or not.Methods in com.jalios.jcms.wysiwyg with parameters of type WysiwygRenderingHints Modifier and Type Method Description static boolean
WysiwygRenderingHints. containsAttribute(WysiwygRenderingHints hints, java.lang.String attributeName)
Check if the specified WysiwygRenderingHints contains the specified attribute.org.jsoup.nodes.Document
WysiwygPolicyManager. processJHTML(org.jsoup.nodes.Document document, java.util.Locale userLocale, WysiwygRenderingHints hints)
static java.lang.String
WysiwygRenderer. processWysiwyg(java.lang.String wysiwyg, java.util.Locale locale, WysiwygRenderingHints hints)
Render the specified Wysiwyg/JHTML source data into a HTML suitable for presentation to the end user.
-