com.tensegrity.palowebviewer.modules.engine.server
Class BasePaloService

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by com.tensegrity.palowebviewer.modules.engine.server.BasePaloService
All Implemented Interfaces:
com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
EngineService

public abstract class BasePaloService
extends com.google.gwt.user.server.rpc.RemoteServiceServlet

See Also:
Serialized Form

Field Summary
protected  EngineLogic logic
           
 
Constructor Summary
BasePaloService()
           
 
Method Summary
protected  IEngineContext getContext()
           
 void init(javax.servlet.ServletConfig scfg)
           
protected  void setContext(IEngineContext context)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, shouldCompressResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, 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

logic

protected EngineLogic logic
Constructor Detail

BasePaloService

public BasePaloService()
Method Detail

init

public void init(javax.servlet.ServletConfig scfg)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

setContext

protected void setContext(IEngineContext context)

getContext

protected IEngineContext getContext()