org.apache.felix.http.base.internal.handler
Class ServletHandler
java.lang.Object
org.apache.felix.http.base.internal.handler.AbstractHandler
org.apache.felix.http.base.internal.handler.ServletHandler
public final class ServletHandler
- extends AbstractHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletHandler
public ServletHandler(ExtServletContext context,
Servlet servlet,
String alias)
getAlias
public String getAlias()
getServlet
public Servlet getServlet()
init
public void init()
throws ServletException
- Specified by:
init
in class AbstractHandler
- Throws:
ServletException
destroy
public void destroy()
- Specified by:
destroy
in class AbstractHandler
matches
public boolean matches(String uri)
handle
public boolean handle(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- Throws:
ServletException
IOException
compareTo
public int compareTo(ServletHandler other)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.