|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.servlet.GenericServlet javax.servlet.http.HttpServlet org.molwind.servlet.MolwindServlet
public class MolwindServlet
MolwindServlet serves tiles to a WorldWind client.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_COMMAND
Default name of a command |
static java.lang.String |
DEFAULT_WORLD
Default name of a Molwind world. |
static java.lang.String |
PARAM_COMMAND
Name of the parameter, which includes the name of the called command |
static java.lang.String |
PARAM_WORLD
Name of the parameter, which includes the name of the world. |
Constructor Summary | |
---|---|
MolwindServlet()
|
Method Summary | |
---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called by the server (via the service method) to allow a servlet to handle a GET request. |
void |
init(javax.servlet.ServletConfig config)
Called by the servlet container to indicate that the servlet is being placed into service. |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PARAM_WORLD
public static final java.lang.String DEFAULT_WORLD
public static final java.lang.String PARAM_COMMAND
public static final java.lang.String DEFAULT_COMMAND
Constructor Detail |
---|
public MolwindServlet()
Method Detail |
---|
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
config
- the ServletConfig
object, contains
configuration information for this servlet
javax.servlet.ServletException
- if an exception occurs that interrupts the servlet's normal
operationpublic void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException, java.lang.NullPointerException
doGet
in class javax.servlet.http.HttpServlet
request
- an HttpServletRequest
object, contains
the request the client has made of the servletresponse
- an HttpServletResponse
object, contains
the response the servlet sends to the client
javax.servlet.ServletException
- if an exception occurs that interrupts the servlet's normal
operation
java.io.IOException
- is thrown upon i/o error
java.lang.NullPointerException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |