WUI : API


Uses of Class
org.westofj.wui.WPage

Packages that use WPage
org.westofj.wui   
 

Uses of WPage in org.westofj.wui
 

Subclasses of WPage in org.westofj.wui
 class WExternalPage
          Sends a redirect to the clients browser to redirect the client to the target URL.
 

Methods in org.westofj.wui that return WPage
 WPage WRunner.popPage()
          Removes a page from the top of the page stack.
 WPage WRunner.getCurrentPage()
          Returns the page at the top of the page stack.
 

Methods in org.westofj.wui with parameters of type WPage
 void WRunner.pushPage(WPage page)
          Pushes a WPage instance onto the top of the runners page stack.
 void WRunner.setCurrentPage(WPage page)
          Replaces the page at the top of the page stack with the specified page.
 


Copyright (c) 2003 West of J - All rights reserved.