org.apache.felix.http.base.internal.handler
Class AbstractHandler
java.lang.Object
org.apache.felix.http.base.internal.handler.AbstractHandler
- Direct Known Subclasses:
- FilterHandler, ServletHandler
public abstract class AbstractHandler
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHandler
public AbstractHandler(ExtServletContext context)
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.