|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--com.caucho.http.security.FormLoginServlet
Constructor Summary | |
FormLoginServlet()
|
Method Summary | |
void |
service(ServletRequest request,
ServletResponse response)
Called by the servlet container to allow the servlet to respond to a request. |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FormLoginServlet()
Method Detail |
public void service(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
GenericServlet
Servlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
.
This method is declared abstract so subclasses, such as
HttpServlet
, must override it.
service
in class GenericServlet
javax.servlet.GenericServlet
req
- the ServletRequest
object
that contains the client's requestres
- the ServletResponse
object
that will contain the servlet's responseServletException
- if an exception occurs that
interferes with the servlet's
normal operation occurredjava.io.IOException
- if an input or output
exception occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |