Package org.pentaho.di.www
Class BaseCartePlugin
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.pentaho.di.www.BaseHttpServlet
org.pentaho.di.www.BaseCartePlugin
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,CartePluginInterface,CarteRequestHandler,CarteServletInterface
public abstract class BaseCartePlugin
extends BaseHttpServlet
implements CartePluginInterface, CarteRequestHandler
- Author:
- nhudak
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.pentaho.di.www.CarteRequestHandler
CarteRequestHandler.CarteRequest, CarteRequestHandler.CarteResponse, CarteRequestHandler.OutputStreamResponse, CarteRequestHandler.WriterResponse -
Field Summary
Fields inherited from class org.pentaho.di.www.BaseHttpServlet
detections, jobMap, log, serialVersionUID, socketRepository, transformationMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) Deprecated.Should not be called directly.abstract Stringabstract voidprotected voidservice(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) toString()Methods inherited from class org.pentaho.di.www.BaseHttpServlet
convertContextPath, doDelete, doPost, doPut, getDetections, getJobMap, getSocketRepository, getTransformationMap, isJettyMode, logBasic, logBasic, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logRowlevel, setJettyMode, setupMethods inherited from class javax.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.pentaho.di.www.CartePluginInterface
isJettyMode, setJettyMode, setup
-
Constructor Details
-
BaseCartePlugin
public BaseCartePlugin()
-
-
Method Details
-
doGet
@Deprecated public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException Deprecated.Should not be called directly. Useservice(HttpServletRequest, HttpServletResponse)instead- Specified by:
doGetin interfaceCartePluginInterface- Overrides:
doGetin classjavax.servlet.http.HttpServlet- Parameters:
req- http servlet requestresp- http servlet response- Throws:
IOException
-
service
protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException - Overrides:
servicein classjavax.servlet.http.HttpServlet- Throws:
IOException
-
handleRequest
- Specified by:
handleRequestin interfaceCarteRequestHandler- Throws:
IOException
-
getContextPath
- Specified by:
getContextPathin interfaceCartePluginInterface
-
getService
- Specified by:
getServicein interfaceCarteServletInterface
-
toString
-