|
|||||||||
| Home >> All >> org >> apache >> tapestry >> [ wml overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.tapestry.wml
Tapestry is a comprehensive web application framework, written in Java.
See:
Description
| Class Summary | |
| AbstractPostfield | A base class for building components that correspond to WML postfield elements. |
| Card | A deck contains a collection of cards. |
| Deck | Concrete class for WML decks. |
| Do | The do element provides a general mechanism for the user to act upon the current card, in other words a card-level user interface element. |
| Go | The go element declares a go task, indicating navigation to a URI. |
| GoLinkRenderer | A subclass of org.apache.tapestry.link.DefaultLinkRenderer for the WML Go element. |
| Image | The Image component indicates that an image is to be included in the text flow. |
| Input | The Input element specifies a text entry object. |
| NestedWMLWriter | Subclass of WMLWriter that is nested. |
| OnEvent | The onevent element binds a task to a particular intrinsic event for the immediately enclosing element, ie, specifying an onevent element inside an "XYZ" element associates an intrinsic event binding with the "XYZ" element. |
| Option | This component serves as a container for one item that is listed as a choice in a Select. |
| OptionRenderer | Implementation of org.apache.tapestry.link.ILinkRenderer for the WML Option element. |
| Postfield | The postfield element specifies a field name and value for transmission to an origin server during a URL request. |
| PropertySelection | A high level component used to render a drop-down list of options that the user may select. |
| Select | The Select element lets users pick from a list of options. |
| SelectionField | SelectionField specifies a postfield element and it is used to complement the PropertySelection component. |
| Setvar | The setvar element specifies the variable to set in the current browser context as a side effect of executing a task. |
| Timer | The Timer element declares a card timer, which exposes a means of processing inactivity or idle time. |
| WMLCharacterTranslatorSource | The WML implementation of a character translator source. |
| WMLEngine | Subclass of org.apache.tapestry.engine.BaseEngine used for WML applications to change the Exception, StaleLink and StaleSession pages. |
| WMLWriter | This class is used to create WML output. |
Package org.apache.tapestry.wml Description
Tapestry is a comprehensive web application framework, written in Java.
Tapestry is not an application server. It is designed to be used inside an application server.
Tapestry is not an application. Tapestry is a framework for creating web applications.
Tapestry is not a way of using JavaServer Pages. Tapestry is an alternative to using JavaServer Pages.
Tapestry is not a scripting environment. Tapestry uses a component object model, not simple scripting, to create highly dynamic, interactive web pages.
Tapestry is based on the Java Servlet API version 2.2.
Tapestry uses a sophisticated component model to divide a web application into a hierarchy of components. Each component has specific responsibilities for rendering web pages (that is, generating a portion of an HTML page) and responding to HTML queries (such as clicking on a link, or submitting a form).
The Tapestry framework takes on virtually all of the responsibilities for managing application flow and server-side client state. This allows developers to concentrate on the business and presentation aspects of the application.
Visit Tapestry's home page at http://jakarta.apache.org/tapestry for more details on licensing.
|
|||||||||
| Home >> All >> org >> apache >> tapestry >> [ wml overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||