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(jakarta.servlet.http.HttpServletRequest request)
Returns the manager view used for the given request.
|
protected boolean |
handleRequest(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
Responds to image or capabilities requests.
|
void |
init(jakarta.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(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException
Initializes the servlet.
init
in interface jakarta.servlet.Servlet
init
in class IlvManagerServlet
config
- The object holding the servlet configuration information.jakarta.servlet.ServletException
protected boolean handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.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
jakarta.servlet.ServletException
public IlvManagerView getManagerView(jakarta.servlet.http.HttpServletRequest request) throws jakarta.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.jakarta.servlet.ServletException
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.