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 The name of the page.
uri A 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