Class OfbizBirtEngineServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.axis.transport.http.AxisServletBase
org.apache.axis.transport.http.AxisServlet
org.eclipse.birt.report.servlet.BaseReportEngineServlet
org.eclipse.birt.report.servlet.BirtEngineServlet
org.apache.ofbiz.birt.report.servlet.OfbizBirtEngineServlet
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class OfbizBirtEngineServlet
extends org.eclipse.birt.report.servlet.BirtEngineServlet
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.birt.report.servlet.BaseReportEngineServlet
engine, openSource, requester
Fields inherited from class org.apache.axis.transport.http.AxisServlet
INIT_PROPERTY_DISABLE_SERVICES_LIST, INIT_PROPERTY_ENABLE_LIST, INIT_PROPERTY_JWS_CLASS_DIR, INIT_PROPERTY_SERVICES_PATH, INIT_PROPERTY_TRANSPORT_NAME, INIT_PROPERTY_USE_SECURITY, log
Fields inherited from class org.apache.axis.transport.http.AxisServletBase
ATTR_AXIS_ENGINE, axisServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.birt.report.context.IContext
__getContext
(HttpServletRequest request, HttpServletResponse response) Methods inherited from class org.eclipse.birt.report.servlet.BirtEngineServlet
__authenticate, __doGet, __handleNonSoapException, __init
Methods inherited from class org.eclipse.birt.report.servlet.BaseReportEngineServlet
doGet, doPost, init, isOpenSource, service
Methods inherited from class org.apache.axis.transport.http.AxisServlet
getDefaultJWSClassDir, getHttpServletResponseStatus, getJWSClassDir, init, initQueryStringHandlers, logException, processAxisFault, reportAvailableServices, reportCantGetAxisService, reportCantGetJWSService, reportNoWSDL, reportServiceInfo
Methods inherited from class org.apache.axis.transport.http.AxisServletBase
decLockCounter, destroy, getEngine, getEngine, getEngineEnvironment, getHomeDir, getLoadCounter, getOption, getServletContext, getWebappBase, getWebInfPath, incLockCounter, isDevelopment, service
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, log, log
-
Constructor Details
-
OfbizBirtEngineServlet
public OfbizBirtEngineServlet()
-
-
Method Details
-
__getContext
protected org.eclipse.birt.report.context.IContext __getContext(HttpServletRequest request, HttpServletResponse response) throws org.eclipse.birt.core.exception.BirtException - Overrides:
__getContext
in classorg.eclipse.birt.report.servlet.BirtEngineServlet
- Throws:
org.eclipse.birt.core.exception.BirtException
-