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, toString
public void setAdmin(boolean isAdmin)
public void setAuthenticationRequired(boolean isAuthRequired)
public boolean isAuthenticationRequired()
public void init()
GenericServlet
init
in class GenericServlet
public void service(ServletRequest request, ServletResponse response) throws java.io.IOException, ServletException
request
- request information. Normally servlets will cast this
to HttpServletRequest
response
- response information. Normally servlets will cast this
to HttpServletRequest
java.io.IOException
ServletException
protected ManagedBroker getBroker()