Uses of Class
org.apache.tapestry.AbstractPage

Packages that use AbstractPage
org.apache.tapestry.contrib.inspector Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. 
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
org.apache.tapestry.pages Basic pages used for errors, stale links and stale sessions. 
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
org.apache.tapestry.wml.pages WML style pages. 
 

Uses of AbstractPage in org.apache.tapestry.contrib.inspector
 

Subclasses of AbstractPage in org.apache.tapestry.contrib.inspector
 class Inspector
          The Tapestry Inspector page.
 

Uses of AbstractPage in org.apache.tapestry.html
 

Subclasses of AbstractPage in org.apache.tapestry.html
 class BasePage
          Base class for HTML pages.
 

Uses of AbstractPage in org.apache.tapestry.pages
 

Subclasses of AbstractPage in org.apache.tapestry.pages
 class Exception
          Default exception reporting page.
 class StaleLink
          Stores a message (taken from the StaleLinkException) that is displayed as part of the page.
 

Uses of AbstractPage in org.apache.tapestry.wml
 

Subclasses of AbstractPage in org.apache.tapestry.wml
 class Deck
          Concrete class for WML decks.
 

Uses of AbstractPage in org.apache.tapestry.wml.pages
 

Subclasses of AbstractPage in org.apache.tapestry.wml.pages
 class WMLException
          Default exception reporting page for WML applications.
 class WMLStaleLink
          Stores a message (taken from the StaleLinkException) that is displayed as part of the page.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.