org.jasig.portlet.proxy.service.proxy.document
Class ContentClippingFilter

java.lang.Object
  extended by org.jasig.portlet.proxy.service.proxy.document.ContentClippingFilter
All Implemented Interfaces:
IDocumentFilter

@Service(value="contentClippingFilter")
public class ContentClippingFilter
extends Object
implements IDocumentFilter

Author:
Jen Bourey, jennifer.bourey@gmail.com

Field Summary
static String SELECTOR_KEY
           
 
Constructor Summary
ContentClippingFilter()
           
 
Method Summary
 void filter(org.jsoup.nodes.Document document, IContentResponse proxyResponse, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SELECTOR_KEY

public static final String SELECTOR_KEY
See Also:
Constant Field Values
Constructor Detail

ContentClippingFilter

public ContentClippingFilter()
Method Detail

filter

public void filter(org.jsoup.nodes.Document document,
                   IContentResponse proxyResponse,
                   javax.portlet.RenderRequest request,
                   javax.portlet.RenderResponse response)
Specified by:
filter in interface IDocumentFilter


Copyright © 2012 Jasig. All Rights Reserved.