com.stimulsoft.webviewer.servlet
Class StiWebViewerActionServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.stimulsoft.web.servlet.StiServlet
              extended by com.stimulsoft.webviewer.servlet.StiWebViewerActionServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class StiWebViewerActionServlet
extends StiServlet

Viewer requsets servlet

See Also:
Serialized Form

Field Summary
static java.lang.String ACTION_PARAM
           
static java.lang.String AJAX_SERVLET_MAPPING
           
 
Constructor Summary
StiWebViewerActionServlet()
           
 
Method Summary
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTION_PARAM

public static java.lang.String ACTION_PARAM

AJAX_SERVLET_MAPPING

public static java.lang.String AJAX_SERVLET_MAPPING
Constructor Detail

StiWebViewerActionServlet

public StiWebViewerActionServlet()