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

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

public final class ServletMapping
extends AbstractMapping


Constructor Summary
ServletMapping(HttpContext context, Servlet servlet, String alias)
           
 
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

ServletMapping

public ServletMapping(HttpContext context,
                      Servlet servlet,
                      String alias)
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.