Class BirtViewerServlet
- 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.BirtSoapMessageDispatcherServlet
-
- org.eclipse.birt.report.servlet.ViewerServlet
-
- org.apache.ofbiz.birt.report.servlet.BirtViewerServlet
-
- All Implemented Interfaces:
java.io.Serializable
,Servlet
,ServletConfig
public class BirtViewerServlet extends org.eclipse.birt.report.servlet.ViewerServlet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Fields inherited from class org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet
openSource, run, viewer
-
-
Constructor Summary
Constructors Constructor Description BirtViewerServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.birt.report.context.IContext
__getContext(HttpServletRequest request, HttpServletResponse response)
-
Methods inherited from class org.eclipse.birt.report.servlet.ViewerServlet
__authenticate, __doGet, __doPost, __handleNonSoapException, __init
-
Methods inherited from class org.eclipse.birt.report.servlet.BirtSoapMessageDispatcherServlet
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
-
-
-
-
Method Detail
-
__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.ViewerServlet
- Throws:
org.eclipse.birt.core.exception.BirtException
-
-