org.apache.felix.http.whiteboard.internal.manager
Class FilterMapping

java.lang.Object
  extended by org.apache.felix.http.whiteboard.internal.manager.AbstractMapping
      extended by org.apache.felix.http.whiteboard.internal.manager.FilterMapping

public final class FilterMapping
extends AbstractMapping


Constructor Summary
FilterMapping(HttpContext context, javax.servlet.Filter filter, String pattern, int ranking)
           
 
Method Summary
 void register(HttpService httpService)
           
 void unregister(HttpService httpService)
           
 
Methods inherited from class org.apache.felix.http.whiteboard.internal.manager.AbstractMapping
getContext, getInitParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterMapping

public FilterMapping(HttpContext context,
                     javax.servlet.Filter filter,
                     String pattern,
                     int ranking)
Method Detail

register

public void register(HttpService httpService)
Specified by:
register in class AbstractMapping

unregister

public void unregister(HttpService httpService)
Specified by:
unregister in class AbstractMapping


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.