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(javax.servlet.ServletContext context)
Returns the
IlvFacesManagerServletSupport instance that
will be used to generate the image. |
IlvManagerView |
getManagerView(javax.servlet.http.HttpServletRequest request)
Returns the manager view used for the specified request.
|
protected boolean |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Responds to the servlet request.
|
void |
init(javax.servlet.ServletConfig config)
Initializes the manager servlet.
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Overridden to dispatch the request to the
IlvManagerServlet.doGet(javax.servlet.http.HttpServletRequest, javax.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(javax.servlet.ServletContext context)
IlvFacesManagerServletSupport
instance that
will be used to generate the image.createServletSupport
in class IlvManagerServlet
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class IlvManagerServlet
config
- The ServletConfig
instance.javax.servlet.ServletException
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
IlvManagerServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
method.service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public IlvManagerView getManagerView(javax.servlet.http.HttpServletRequest request) throws javax.servlet.ServletException
getManagerView
in class IlvManagerServlet
request
- The current HTTP request.javax.servlet.ServletException
protected boolean handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.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
javax.servlet.ServletException
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.