public class IlvFacesManagerServlet extends IlvManagerServlet
IlvFacesManagerServletSupport
servlet support instance. To provide another servlet support override
the createServletSupport(ServletContext)
method.ImageMapAreaGeneratorProperty
Constructor and Description |
---|
IlvFacesManagerServlet()
Creates a new
IlvFacesManagerServlet instance. |
IlvFacesManagerServlet(IlvManagerServletSupport support)
Deprecated.
Beginning with JViews 8.1 use a subclass and redefine
createServletSupport(ServletContext) instead. |
Modifier and Type | Method and Description |
---|---|
protected IlvManagerServletSupport |
createServletSupport(jakarta.servlet.ServletContext context)
Returns the
IlvFacesManagerServletSupport instance that
will be used to generate the image. |
IlvManagerView |
getManagerView(jakarta.servlet.http.HttpServletRequest request)
Returns the manager view used for the specified request.
|
protected boolean |
handleRequest(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
Responds to the servlet request.
|
void |
init(jakarta.servlet.ServletConfig config)
Initializes the manager servlet.
|
protected void |
service(jakarta.servlet.http.HttpServletRequest request,
jakarta.servlet.http.HttpServletResponse response)
Overridden to dispatch the request to the
IlvManagerServlet.doGet(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse) method. |
additionalCapabilities, addServerActionListener, beforeDraw, 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
public IlvFacesManagerServlet()
IlvFacesManagerServlet
instance.@Deprecated public IlvFacesManagerServlet(IlvManagerServletSupport support)
createServletSupport(ServletContext)
instead.IlvFacesManagerServlet
instance.support
- The servlet support.protected IlvManagerServletSupport createServletSupport(jakarta.servlet.ServletContext context)
IlvFacesManagerServletSupport
instance that
will be used to generate the image.createServletSupport
in class IlvManagerServlet
public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException
init
in interface jakarta.servlet.Servlet
init
in class IlvManagerServlet
config
- The ServletConfig
instance.jakarta.servlet.ServletException
protected void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
IlvManagerServlet.doGet(jakarta.servlet.http.HttpServletRequest, jakarta.servlet.http.HttpServletResponse)
method.service
in class jakarta.servlet.http.HttpServlet
jakarta.servlet.ServletException
IOException
public IlvManagerView getManagerView(jakarta.servlet.http.HttpServletRequest request) throws jakarta.servlet.ServletException
getManagerView
in class IlvManagerServlet
request
- The current HTTP request.jakarta.servlet.ServletException
protected boolean handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException, jakarta.servlet.ServletException
false
if the request
is not a request recognized by this servlet.
You may overwrite this method to handle a new type
of request, in this case you will have to call the super method.handleRequest
in class IlvManagerServlet
request
- the current Http request.response
- the Http response.IOException
jakarta.servlet.ServletException
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.