public abstract class IltFacesGraphServlet extends IlvManagerServlet
ImageMapAreaGeneratorProperty
Constructor and Description |
---|
IltFacesGraphServlet()
Constructor.
|
IltFacesGraphServlet(IltFacesGraphServletSupport support)
Deprecated.
Use a subclass to override
IlvManagerServlet.createServletSupport(ServletContext) instead. |
Modifier and Type | Method and Description |
---|---|
IlvManagerView |
getManagerView(javax.servlet.http.HttpServletRequest request)
Returns the manager view used for the given request.
|
protected boolean |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Responds to image or capabilities requests.
|
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet.
|
additionalCapabilities, addServerActionListener, beforeDraw, createServletSupport, doGet, doPost, generateImage, getAdditionalCapabilities, getAntialiasing, getContentLengthEnable, getDefaultImageMapHREF, getImageMapAreaGenerator, getJPEGQuality, getLayers, getLock, getManagerBBox, getMaxZoomLevel, getServletSupport, getSupport, isOverviewLayer, isVerbose, prepareManagerView, prepareSession, removeServerActionListener, setAntialiasing, setContentLengthEnable, setJPEGQuality, setVerbose, shouldGenerateImageMap
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public IltFacesGraphServlet()
Constructor.
@Deprecated public IltFacesGraphServlet(IltFacesGraphServletSupport support)
IlvManagerServlet.createServletSupport(ServletContext)
instead.Constructor.
support
- The servlet support to be used.public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
Initializes the servlet.
init
in interface javax.servlet.Servlet
init
in class IlvManagerServlet
config
- The object holding the servlet configuration information.javax.servlet.ServletException
protected boolean handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
Responds to image or capabilities requests.
handleRequest
in class IlvManagerServlet
request
- The current Http request.response
- The Http response.false
if the request is not recognized by this
servlet, true
otherwise.IOException
javax.servlet.ServletException
public IlvManagerView getManagerView(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException
Returns the manager view used for the given request.
The manager view is stored in the session.
getManagerView
in class IlvManagerServlet
request
- The current HTTP request.javax.servlet.ServletException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.