Package org.apache.hop.www
Class BodyHttpServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.apache.hop.www.BaseHttpServlet
-
- org.apache.hop.www.BodyHttpServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,IHopServerPlugin,IHopServerServlet
- Direct Known Subclasses:
BaseWorkflowServlet
public abstract class BodyHttpServlet extends BaseHttpServlet implements IHopServerPlugin
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.hop.www.BaseHttpServlet
log, pipelineMap, serverConfig, supportGraphicEnvironment, variables, workflowMap
-
-
Constructor Summary
Constructors Constructor Description BodyHttpServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbeginHtml(javax.servlet.http.HttpServletResponse response, PrintWriter out)voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)protected voidendHtml(PrintWriter out)StringgetService()protected voidstartXml(javax.servlet.http.HttpServletResponse response, PrintWriter out)protected booleanuseXML(javax.servlet.http.HttpServletRequest request)-
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, toString, wait, wait, wait
-
Methods inherited from interface org.apache.hop.www.IHopServerPlugin
getContextPath, isJettyMode, setJettyMode, setup
-
-
-
-
Method Detail
-
useXML
protected boolean useXML(javax.servlet.http.HttpServletRequest request)
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException- Specified by:
doGetin interfaceIHopServerPlugin- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Throws:
IOException
-
beginHtml
protected void beginHtml(javax.servlet.http.HttpServletResponse response, PrintWriter out) throws IOException- Throws:
IOException
-
endHtml
protected void endHtml(PrintWriter out)
-
startXml
protected void startXml(javax.servlet.http.HttpServletResponse response, PrintWriter out) throws IOException- Throws:
IOException
-
getService
public String getService()
- Specified by:
getServicein interfaceIHopServerServlet
-
-