com.stimulsoft.web.servlet
Class StiServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.stimulsoft.web.servlet.StiServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
StiDesignerFxServlet, StimulsoftServlet, StiViewerFxServlet, StiWebResourceServlet

public class StiServlet
extends javax.servlet.http.HttpServlet

Servlet.

See Also:
Serialized Form

Field Summary
protected static Logger LOG
           
 
Constructor Summary
StiServlet()
           
 
Method Summary
protected  void error(javax.servlet.http.HttpServletResponse response, Exception exception)
           
protected  void runAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, StiSwitchActionReturn switchActionReturn)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final Logger LOG
Constructor Detail

StiServlet

public StiServlet()
Method Detail

runAction

protected void runAction(javax.servlet.http.HttpServletRequest request,
                         javax.servlet.http.HttpServletResponse response,
                         StiSwitchActionReturn switchActionReturn)
                  throws Exception
Throws:
Exception

error

protected void error(javax.servlet.http.HttpServletResponse response,
                     Exception exception)


Copyright © 2017 Stimulsoft. All Rights Reserved.