Package org.pentaho.di.www
Class BaseCartePlugin
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.pentaho.di.www.BaseHttpServlet
org.pentaho.di.www.BaseCartePlugin
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable,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, transformationMapFields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) Deprecated.Should not be called directly.abstract Stringabstract voidprotected voidservice(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) toString()Methods inherited from class org.pentaho.di.www.BaseHttpServlet
convertContextPath, doDelete, doPost, doPut, getDetections, getJobMap, getPopulatedVariableSpaceFromRequest, getSocketRepository, getTransformationMap, isJettyMode, logBasic, logBasic, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logRowlevel, setJettyMode, setupMethods inherited from class jakarta.servlet.http.HttpServlet
doHead, doOptions, doTrace, getLastModified, init, serviceMethods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, 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(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException Deprecated.Should not be called directly. Useservice(HttpServletRequest, HttpServletResponse)instead- Specified by:
doGetin interfaceCartePluginInterface- Overrides:
doGetin classjakarta.servlet.http.HttpServlet- Parameters:
req- http servlet requestresp- http servlet response- Throws:
IOException
-
service
protected void service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException - Overrides:
servicein classjakarta.servlet.http.HttpServlet- Throws:
IOException
-
handleRequest
- Specified by:
handleRequestin interfaceCarteRequestHandler- Throws:
IOException
-
getContextPath
- Specified by:
getContextPathin interfaceCartePluginInterface
-
getService
- Specified by:
getServicein interfaceCarteServletInterface
-
toString
-