InfoCenter Home > 4.2.1.3.3.1.1: Extending PageListServletIBM WebSphere Application Server supplies the PageListServlet, the superclass of servlets that load pages contained in the page list element (<page-list>) of an XML servlet configuration file. Implement a servlet that supports the use of XML configuration files (.servlet files) and page lists by extending the PageListServlet class. The PageListServlet has a callPage() method that invokes a JavaServer Page in response to an HTTP request for a page in the page list. The PageListServlet.callPage() method receives as input:
In structuring the servlet code, keep in mind that the PageListServlet.callPage() method is not an exit. Any servlet code that follows the callPage() method invocation will be run after the invocation. See the Related information for an example of a servlet that extends the PageListServlet.
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|