org.apache.felix.http.base.internal.handler
Class AbstractHandler

java.lang.Object
  extended by org.apache.felix.http.base.internal.handler.AbstractHandler
Direct Known Subclasses:
FilterHandler, ServletHandler

public abstract class AbstractHandler
extends Object


Constructor Summary
AbstractHandler(ExtServletContext context)
           
 
Method Summary
abstract  void destroy()
           
protected  ExtServletContext getContext()
           
 String getId()
           
  getInitParams()
           
abstract  void init()
           
 void setInitParams(Dictionary map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractHandler

public AbstractHandler(ExtServletContext context)
Method Detail

getId

public final String getId()

getContext

protected final ExtServletContext getContext()

getInitParams

public final  getInitParams()

setInitParams

public final void setInitParams(Dictionary map)

init

public abstract void init()
                   throws ServletException
Throws:
ServletException

destroy

public abstract void destroy()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.