org.objectweb.telosys.rpl
Class ServiceServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byorg.objectweb.telosys.common.TelosysServlet
              extended byorg.objectweb.telosys.rpl.ServiceServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ServiceServlet
extends TelosysServlet

See Also:
Serialized Form

Field Summary
static int ACTION_GET
           
static int ACTION_INVALID
           
static int ACTION_NONE
           
static java.lang.String SERVICE_RESPONSE
           
 
Fields inherited from class org.objectweb.telosys.common.TelosysServlet
XML_CONTENT_TYPE
 
Constructor Summary
ServiceServlet()
           
 
Method Summary
 void destroy()
           
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void init()
           
protected  void navigation(javax.servlet.http.HttpServletRequest request, ScreenService service, View view)
          Hook method designed to be overridden in a subclasse
 
Methods inherited from class org.objectweb.telosys.common.TelosysServlet
error, error, error, getFlagTrace, info, setFlagTrace, trace
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
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

SERVICE_RESPONSE

public static final java.lang.String SERVICE_RESPONSE
See Also:
Constant Field Values

ACTION_INVALID

public static final int ACTION_INVALID
See Also:
Constant Field Values

ACTION_NONE

public static final int ACTION_NONE
See Also:
Constant Field Values

ACTION_GET

public static final int ACTION_GET
See Also:
Constant Field Values
Constructor Detail

ServiceServlet

public ServiceServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws javax.servlet.ServletException,
                   java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

destroy

public void destroy()

navigation

protected void navigation(javax.servlet.http.HttpServletRequest request,
                          ScreenService service,
                          View view)
Hook method designed to be overridden in a subclasse

Parameters:
request -
service -
view -