Interface IAppNavPage

All Superinterfaces:
INode
All Known Implementing Classes:
AppNavPageWrapper, ShadowAppNavPage, XMLAppNavPage

public interface IAppNavPage extends INode
Represents a standalone page in a web application. If the page does not have a parent page, it is considered to be the root page in the web application navigation structure. if the page does not have any children, it is considered to be a leaf page in the web application navigation structure.