Package | Description |
---|---|
org.hippoecm.hst.content.rewriter |
The org.hippoecm.hst.content.rewriter package defines the API for the HST Content Rewriters
|
org.hippoecm.hst.content.rewriter.impl | |
org.hippoecm.hst.jaxrs.services | |
org.hippoecm.hst.jaxrs.services.content | |
org.hippoecm.hst.tag |
Modifier and Type | Method and Description |
---|---|
ContentRewriter<String> |
ContentRewriterFactory.createContentRewriter() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentRewriter<T>
AbstractContentRewriter
|
class |
SimpleContentRewriter
SimpleContentRewriter
Rewrites rich text stored in HippoHtml nodes.
|
Modifier and Type | Method and Description |
---|---|
ContentRewriter<String> |
ContentRewriterFactoryImpl.createContentRewriter() |
Modifier and Type | Method and Description |
---|---|
ContentRewriter<String> |
AbstractResource.getContentRewriter() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractResource.setContentRewriter(ContentRewriter<String> contentRewriter) |
Modifier and Type | Method and Description |
---|---|
protected ContentRewriter<String> |
AbstractContentResource.getResolvedContentRewriter() |
Modifier and Type | Field and Description |
---|---|
protected ContentRewriter<String> |
HstHtmlTag.contentRewriter |
Modifier and Type | Method and Description |
---|---|
ContentRewriter<String> |
HstHtmlTag.getContentRewriter() |
ContentRewriter<String> |
HstHtmlTag.getOrCreateContentRewriter() |
Modifier and Type | Method and Description |
---|---|
void |
HstHtmlTag.setContentRewriter(ContentRewriter<String> contentRewriter) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.