Uses of Class
org.apache.tapestry.BaseComponent

Packages that use BaseComponent
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
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   
 

Uses of BaseComponent in org.apache.tapestry
 

Subclasses of BaseComponent in org.apache.tapestry
 class AbstractPage
          Abstract base class implementing the IPageinterface.
 

Uses of BaseComponent in org.apache.tapestry.html
 

Subclasses of BaseComponent in org.apache.tapestry.html
 class BasePage
          Base class for HTML pages.
 class ExceptionDisplay
          Component used to display an already formatted exception.
 class RequestDisplay
          Supports the Exception page by displaying the request, session, servlet context and servlet object for the current request.
 

Uses of BaseComponent in org.apache.tapestry.pages
 

Subclasses of BaseComponent 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 BaseComponent in org.apache.tapestry.wml
 

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

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

Subclasses of BaseComponent 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.