org.apache.ws.commons.tcpmon.core.ui
Class DefaultContentFilterFactory

java.lang.Object
  extended by org.apache.ws.commons.tcpmon.core.ui.DefaultContentFilterFactory
All Implemented Interfaces:
ContentFilterFactory

public class DefaultContentFilterFactory
extends Object
implements ContentFilterFactory

Default ContentFilterFactory implementation.


Constructor Summary
DefaultContentFilterFactory()
           
 
Method Summary
 StreamFilter[] getContentFilterChain(javax.activation.MimeType contentType)
          Get a new filter (chain) for the given content type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultContentFilterFactory

public DefaultContentFilterFactory()
Method Detail

getContentFilterChain

public StreamFilter[] getContentFilterChain(javax.activation.MimeType contentType)
Description copied from interface: ContentFilterFactory
Get a new filter (chain) for the given content type.

Specified by:
getContentFilterChain in interface ContentFilterFactory
Parameters:
contentType - the content type
Returns:
the filters to apply to the content or null (or an empty array) if no filter should be applied


Copyright © The Apache Software Foundation. All Rights Reserved.