Page

A page is a web resource (Servlet, JSP, HTML, or any other resource with a url pattern) within the web module by name.



Attributes Summary
name : StringThe name of the page.
uri : StringA uri to the JSP page.

Attribute Details

name    -    The name of the page.Example: "StockQuoteRequest.page"
     data type:  String
     default Value:   unspecified



uri    -    A uri to the JSP page.Example: "examples/StockQuoteHTMLRequest.jsp"
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1996-2002