@Service(value="contentClippingFilter") public class ContentClippingFilter extends Object implements IDocumentFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
SELECTOR_KEY
Constant
SELECTOR_KEY="clippingSelector" |
| Constructor and Description |
|---|
ContentClippingFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(org.jsoup.nodes.Document document,
IContentResponse proxyResponse,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
Filter a provided document.
|
public static final String SELECTOR_KEY
SELECTOR_KEY="clippingSelector"public void filter(org.jsoup.nodes.Document document,
IContentResponse proxyResponse,
javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
filter in interface IDocumentFilterdocument - a Document objectproxyResponse - a IContentResponse objectrequest - a RenderRequest objectresponse - a RenderResponse objectCopyright © 2023 Apereo. All rights reserved.