org.pentaho.di.www
Class PauseTransServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.pentaho.di.www.PauseTransServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PauseTransServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
static String CONTEXT_PATH
           
 
Constructor Summary
PauseTransServlet(TransformationMap transformationMap)
           
 
Method Summary
 String toString()
           
 
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, wait, wait, wait
 

Field Detail

CONTEXT_PATH

public static final String CONTEXT_PATH
See Also:
Constant Field Values
Constructor Detail

PauseTransServlet

public PauseTransServlet(TransformationMap transformationMap)
Method Detail

toString

public String toString()
Overrides:
toString in class Object