Uses of Interface
io.wcm.handler.richtext.util.RewriteContentHandler
-
Packages that use RewriteContentHandler Package Description io.wcm.handler.richtext RichText Handler API.io.wcm.handler.richtext.spi SPI for configuring and tailoring rich text handler processing.io.wcm.handler.richtext.util Helper classes for RichText handling. -
-
Uses of RewriteContentHandler in io.wcm.handler.richtext
Classes in io.wcm.handler.richtext that implement RewriteContentHandler Modifier and Type Class Description classDefaultRewriteContentHandlerDefault implementation ofRewriteContentHandler. -
Uses of RewriteContentHandler in io.wcm.handler.richtext.spi
Methods in io.wcm.handler.richtext.spi that return types with arguments of type RewriteContentHandler Modifier and Type Method Description @NotNull List<Class<? extends RewriteContentHandler>>RichTextHandlerConfig. getRewriteContentHandlers()Defines a list of rewrite content handlers. -
Uses of RewriteContentHandler in io.wcm.handler.richtext.util
Methods in io.wcm.handler.richtext.util with parameters of type RewriteContentHandler Modifier and Type Method Description static voidRichTextUtil. rewriteContent(@NotNull org.jdom2.Element parent, @NotNull RewriteContentHandler rewriteContentHandler)Rewrites all children/sub-tree of the given parent element.
-