public class HmtpServlet extends GenericServlet
| Constructor and Description |
|---|
HmtpServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected ManagedBroker |
getBroker() |
void |
init()
Initialize the servlet.
|
boolean |
isAuthenticationRequired() |
void |
service(ServletRequest request,
ServletResponse response)
Service handling
|
void |
setAdmin(boolean isAdmin) |
void |
setAuthenticationRequired(boolean isAuthRequired) |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log, toStringpublic void setAdmin(boolean isAdmin)
public void setAuthenticationRequired(boolean isAuthRequired)
public boolean isAuthenticationRequired()
public void init()
GenericServletinit in class GenericServletpublic void service(ServletRequest request, ServletResponse response) throws java.io.IOException, ServletException
request - request information. Normally servlets will cast this
to HttpServletRequestresponse - response information. Normally servlets will cast this
to HttpServletRequestjava.io.IOExceptionServletExceptionprotected ManagedBroker getBroker()