public class Echo2Servlet
extends WebContainerServlet
Constructor and Description |
---|
Echo2Servlet(java.lang.String name,
java.lang.Class modClass) |
Modifier and Type | Method and Description |
---|---|
static void |
create(Echo2Window window) |
void |
destroy() |
Echo2Display |
getDisplay() |
java.lang.String |
getServletName() |
ApplicationInstance |
newApplicationInstance() |
protected void |
process(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
setDisplay(Echo2Display display) |
public Echo2Servlet(java.lang.String name, java.lang.Class modClass)
public Echo2Display getDisplay()
public void setDisplay(Echo2Display display)
public static void create(Echo2Window window) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
public java.lang.String getServletName()
public ApplicationInstance newApplicationInstance()
protected void process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
javax.servlet.ServletException
java.io.IOException
public void destroy()