Client type detection support

In addition to providing the page list mapping capability, the PageListServlet also provides Client Type Detection support. A servlet determines the markup language type that a calling client needs in the response, using the configuration information in the client_types.xml file.

Client type detection support allows a servlet, extending the PageListServlet, to call an appropriate JavaServer Pages (JSP) file. The servlet invokes the callPage method, which calls a JSP file based on the markup-language type of the request.


 

See Also


Page lists

 

See Also


client_types.xml
Example: Extending PageListServlet
Web applications: Resources for learning