com.stimulsoft.web.servlet
Class StiWebResourceServlet

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.web.servlet.StiWebResourceServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class StiWebResourceServlet
extends StiServlet

#67569 Web resource servlet

See Also:
Serialized Form

Field Summary
static java.lang.String RESOURCE_PARAM
           
static java.lang.String RESOURCE_SERVLET_MAPPING
           
static java.lang.String VERSION
           
 
Constructor Summary
StiWebResourceServlet()
           
 
Method Summary
static java.lang.Long getTime()
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_PARAM

public static java.lang.String RESOURCE_PARAM

RESOURCE_SERVLET_MAPPING

public static java.lang.String RESOURCE_SERVLET_MAPPING

VERSION

public static final java.lang.String VERSION
Constructor Detail

StiWebResourceServlet

public StiWebResourceServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

getTime

public static java.lang.Long getTime()