InfoCenter Home > 6.6.8.0.3: Assembly properties for page listsPage lists allow you to avoid hardcoding URLs in servlets and JSP files. A page list specifies the location where a request is to be forwarded, but automatically tailors that location depending on the MIME type of the servlet. These properties allow you to specify a markup language and an associated MIME type. For the given MIME type, you also specify a set of pages to invoke. For example, if you define a markup language named VXML and associate it with a vxml MIME type, you can then define Page names and URIs to be invoked for that particular MIME type. The Page names end in .page and are the same name for all markup languages. However, the URIs are set to point to files that are particular to the given MIME type. For example, if a page is called ShowAccount.page and is in a markup language named VXML, the URI is ShowAccountVXML.jsp. In a markup language named HTML, the URI is ShowAccountHTML.jsp. When the servlet refers to ShowAccount.page, the actual file to which the request maps depends on the servlet's MIME type.
|
| ||
|