public class IlvFacesGanttServlet extends IlvGanttServlet
IlvGanttServlet
that
provides a
IlvFacesGanttServletSupport
servlet support instance and registers row expand collapse, row select and table header resize actions.Constructor and Description |
---|
IlvFacesGanttServlet()
Creates a new
IlvFacesGanttServlet instance. |
Modifier and Type | Method and Description |
---|---|
protected IlvGanttServletSupport |
createServletSupport()
Creates the servlet support object to which this servlet delegates HTTP
request handling.
|
void |
init(jakarta.servlet.ServletConfig config)
This method is invoked by the servlet container to indicate that the
servlet is being placed into service.
|
doGet, doPost, getConfigParameters, getServletSupport, prepareSession
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public IlvFacesGanttServlet()
IlvFacesGanttServlet
instance.public void init(jakarta.servlet.ServletConfig config) throws jakarta.servlet.ServletException
configuration parameters
for later use.
It is always preferable to override the init()
method
instead of this one. If you do override this method, you must make sure to
call super.init(config)
.
init
in interface jakarta.servlet.Servlet
init
in class IlvGanttServlet
config
- The servlet configuration.jakarta.servlet.ServletException
protected IlvGanttServletSupport createServletSupport()
createServletSupport
in class IlvGanttServlet
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.