Package org.apache.hop.www
Class GetExecutionInfoServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.hop.www.BaseHttpServlet
-
- org.apache.hop.www.GetExecutionInfoServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,IHopServerPlugin,IHopServerServlet
@HopServerServlet(id="getExecInfo", name="Get execution information") public class GetExecutionInfoServlet extends BaseHttpServlet implements IHopServerPlugin
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetExecutionInfoServlet.Type
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXT_PATHstatic StringPARAMETER_CHILDRENstatic StringPARAMETER_EXEC_TYPEstatic StringPARAMETER_IDstatic StringPARAMETER_INCLUDE_LARGE_LOGGINGstatic StringPARAMETER_LIMITstatic StringPARAMETER_LOCATIONstatic StringPARAMETER_NAMEstatic StringPARAMETER_PARENT_IDstatic StringPARAMETER_TYPE-
Fields inherited from class org.apache.hop.www.BaseHttpServlet
log, pipelineMap, serverConfig, supportGraphicEnvironment, variables, workflowMap
-
-
Constructor Summary
Constructors Constructor Description GetExecutionInfoServlet()GetExecutionInfoServlet(WorkflowMap workflowMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)StringgetContextPath()StringgetService()StringtoString()-
Methods inherited from class org.apache.hop.www.BaseHttpServlet
convertContextPath, doDelete, doPost, doPut, getLog, getPipelineMap, getServerConfig, getWorkflowMap, isJettyMode, logBasic, logBasic, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logRowlevel, service, setJettyMode, setLog, setPipelineMap, setServerConfig, setup, setWorkflowMap
-
Methods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, 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, wait, wait, wait
-
Methods inherited from interface org.apache.hop.www.IHopServerPlugin
isJettyMode, setJettyMode, setup
-
-
-
-
Field Detail
-
CONTEXT_PATH
public static final String CONTEXT_PATH
- See Also:
- Constant Field Values
-
PARAMETER_TYPE
public static final String PARAMETER_TYPE
- See Also:
- Constant Field Values
-
PARAMETER_LOCATION
public static final String PARAMETER_LOCATION
- See Also:
- Constant Field Values
-
PARAMETER_CHILDREN
public static final String PARAMETER_CHILDREN
- See Also:
- Constant Field Values
-
PARAMETER_LIMIT
public static final String PARAMETER_LIMIT
- See Also:
- Constant Field Values
-
PARAMETER_INCLUDE_LARGE_LOGGING
public static final String PARAMETER_INCLUDE_LARGE_LOGGING
- See Also:
- Constant Field Values
-
PARAMETER_ID
public static final String PARAMETER_ID
- See Also:
- Constant Field Values
-
PARAMETER_NAME
public static final String PARAMETER_NAME
- See Also:
- Constant Field Values
-
PARAMETER_EXEC_TYPE
public static final String PARAMETER_EXEC_TYPE
- See Also:
- Constant Field Values
-
PARAMETER_PARENT_ID
public static final String PARAMETER_PARENT_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetExecutionInfoServlet
public GetExecutionInfoServlet()
-
GetExecutionInfoServlet
public GetExecutionInfoServlet(WorkflowMap workflowMap)
-
-
Method Detail
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException- Specified by:
doGetin interfaceIHopServerPlugin- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
getService
public String getService()
- Specified by:
getServicein interfaceIHopServerServlet
-
getContextPath
public String getContextPath()
- Specified by:
getContextPathin interfaceIHopServerPlugin
-
-