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

java.lang.Object
  extended by org.apache.felix.http.whiteboard.internal.manager.AbstractMapping
Direct Known Subclasses:
FilterMapping, ServletMapping

public abstract class AbstractMapping
extends Object


Constructor Summary
AbstractMapping(HttpContext context)
           
 
Method Summary
 HttpContext getContext()
           
  getInitParams()
           
abstract  void register(HttpService httpService)
           
abstract  void unregister(HttpService httpService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractMapping

public AbstractMapping(HttpContext context)
Method Detail

getContext

public final HttpContext getContext()

getInitParams

public final  getInitParams()

register

public abstract void register(HttpService httpService)

unregister

public abstract void unregister(HttpService httpService)


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