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(javax.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(javax.servlet.ServletConfig config) throws javax.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 javax.servlet.Servlet
init
in class IlvGanttServlet
config
- The servlet configuration.javax.servlet.ServletException
protected IlvGanttServletSupport createServletSupport()
createServletSupport
in class IlvGanttServlet
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.