Class WhiteboardFilterHandler
- java.lang.Object
-
- org.apache.felix.http.base.internal.handler.FilterHandler
-
- org.apache.felix.http.base.internal.handler.WhiteboardFilterHandler
-
- All Implemented Interfaces:
Comparable<FilterHandler>
public final class WhiteboardFilterHandler extends FilterHandler
Filter holder for filters registered through the http whiteboard.
-
-
Field Summary
-
Fields inherited from class org.apache.felix.http.base.internal.handler.FilterHandler
useCount
-
-
Constructor Summary
Constructors Constructor Description WhiteboardFilterHandler(long contextServiceId, ExtServletContext context, FilterInfo filterInfo, org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandestroy()intinit()Initialize the object-
Methods inherited from class org.apache.felix.http.base.internal.handler.FilterHandler
compareTo, dispose, equals, getContext, getContextServiceId, getFilter, getFilterInfo, getName, handle, hashCode, setFilter
-
-
-
-
Constructor Detail
-
WhiteboardFilterHandler
public WhiteboardFilterHandler(long contextServiceId, ExtServletContext context, FilterInfo filterInfo, org.osgi.framework.BundleContext bundleContext)
-
-
Method Detail
-
init
public int init()
Description copied from class:FilterHandlerInitialize the object- Overrides:
initin classFilterHandler- Returns:
- {code -1} on success, a failure reason according to
DTOConstantsotherwise.
-
destroy
public boolean destroy()
- Overrides:
destroyin classFilterHandler
-
-