public class IlvFacesDiagrammerServlet extends IlvDiagrammerServlet
IlvFacesDiagrammerServletSupport
servlet support instance and sets the multisession mode.Constructor and Description |
---|
IlvFacesDiagrammerServlet()
Creates a new
IlvFacesDiagrammerServlet instance. |
Modifier and Type | Method and Description |
---|---|
protected IlvSDMServletSupport |
createServletSupport()
Deprecated.
Beginning with JViews 8.1 use
createServletSupport(ServletContext)
instead. |
protected IlvSDMServletSupport |
createServletSupport(javax.servlet.ServletContext context)
Returns a new instance of
IlvDiagrammerServletSupport . |
void |
init(javax.servlet.ServletConfig config)
This method is overridden to handle the
"project" parameter of
the diagrammer.servlet configuration. |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
getDefaultProject, getDiagrammer, setDefaultProject, setProject
addServerActionListener, doGet, doPost, getDataURL, getDefaultStyleSheet, getDefaultXmlFile, getJPEGQuality, getServletSupport, isMultiSession, isVerbose, prepareSession, removeServerActionListener, setDataURL, setDefaultStyleSheet, setDefaultXmlFile, setJPEGQuality, setMultiSession, setStyleSheet, setVerbose, setXmlFile
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
public IlvFacesDiagrammerServlet()
IlvFacesDiagrammerServlet
instance.public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
"project"
parameter of
the diagrammer.servlet configuration.init
in interface javax.servlet.Servlet
init
in class IlvDiagrammerServlet
config
- The object holding the configuration information for the servlet.javax.servlet.ServletException
@Deprecated protected IlvSDMServletSupport createServletSupport()
createServletSupport(ServletContext)
instead.IlvDiagrammerServletSupport
.createServletSupport
in class IlvDiagrammerServlet
protected IlvSDMServletSupport createServletSupport(javax.servlet.ServletContext context)
IlvDiagrammerServletSupport
.createServletSupport
in class IlvDiagrammerServlet
context
- The servlet context.protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.