|
|||||||||
| Home >> All >> org >> apache >> tapestry >> [ wml overview ] | PREV NEXT | ||||||||
A
- ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.wml.Card
- ATTRIBUTE_NAME - Static variable in class org.apache.tapestry.wml.Select
- Used by the
Selectto record itself as a org.apache.tapestry.IRequestCycle attribute, so that the Option components it wraps can have access to it. - AbstractPostfield - class org.apache.tapestry.wml.AbstractPostfield.
- A base class for building components that correspond to WML postfield elements.
- AbstractPostfield() - Constructor for class org.apache.tapestry.wml.AbstractPostfield
- activateExceptionPage(IRequestCycle, ResponseOutputStream, Throwable) - Method in class org.apache.tapestry.wml.WMLEngine
C
- Card - class org.apache.tapestry.wml.Card.
- A deck contains a collection of cards.
- Card() - Constructor for class org.apache.tapestry.wml.Card
- close() - Method in class org.apache.tapestry.wml.NestedWMLWriter
- Invokes the super-class
implementation 55 , then gets the data accumulated in the
internal buffer and provides it to the containing writer using
IMarkupWriter.printRaw(char[], int, int)>
IMarkupWriter.printRaw(char[], int, int)55 .
D
- Deck - class org.apache.tapestry.wml.Deck.
- Concrete class for WML decks.
- Deck() - Constructor for class org.apache.tapestry.wml.Deck
- Do - class org.apache.tapestry.wml.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.
- Do() - Constructor for class org.apache.tapestry.wml.Do
E
- ENTITIES - Static variable in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- ENTITY_TRANSLATOR - Static variable in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- EXCEPTION_PAGE - Static variable in class org.apache.tapestry.wml.WMLEngine
- The name of the page used for reporting exceptions.
- emitEventHandlers(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Go
- This component doesn't support event handlers.
G
- Go - class org.apache.tapestry.wml.Go.
- The go element declares a go task, indicating navigation to a URI.
- Go() - Constructor for class org.apache.tapestry.wml.Go
- GoLinkRenderer - class org.apache.tapestry.wml.GoLinkRenderer.
- A subclass of org.apache.tapestry.link.DefaultLinkRenderer for the WML Go element.
- GoLinkRenderer() - Constructor for class org.apache.tapestry.wml.GoLinkRenderer
- getAlt() - Method in class org.apache.tapestry.wml.Image
- getDefaultTranslator() - Method in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- getDelegate() - Method in class org.apache.tapestry.wml.Go
- This component doesn't support delegate.
- getDisplayName() - Method in class org.apache.tapestry.wml.Go
- getElement() - Method in class org.apache.tapestry.wml.GoLinkRenderer
- getElement() - Method in class org.apache.tapestry.wml.OptionRenderer
- getEncodedVarName(String) - Method in class org.apache.tapestry.wml.AbstractPostfield
- getExceptionPageName() - Method in class org.apache.tapestry.wml.WMLEngine
- getForm(IRequestCycle) - Method in class org.apache.tapestry.wml.AbstractPostfield
- Returns the Go wrapping this component.
- getForm() - Method in class org.apache.tapestry.wml.AbstractPostfield
- getFormat() - Method in class org.apache.tapestry.wml.Input
- getHasBody() - Method in class org.apache.tapestry.wml.GoLinkRenderer
- getImage() - Method in class org.apache.tapestry.wml.Image
- getLabel() - Method in class org.apache.tapestry.wml.Do
- getModel() - Method in class org.apache.tapestry.wml.PropertySelection
- getModel() - Method in class org.apache.tapestry.wml.SelectionField
- getName() - Method in class org.apache.tapestry.wml.AbstractPostfield
- getName() - Method in class org.apache.tapestry.wml.Input
- getName() - Method in class org.apache.tapestry.wml.PropertySelection
- getName() - Method in class org.apache.tapestry.wml.Select
- getName() - Method in class org.apache.tapestry.wml.Setvar
- getName() - Method in class org.apache.tapestry.wml.Timer
- getNestedWriter() - Method in class org.apache.tapestry.wml.WMLWriter
- getResponseWriter(OutputStream) - Method in class org.apache.tapestry.wml.Deck
- Returns a new WMLWriter.
- getStaleLinkPageName() - Method in class org.apache.tapestry.wml.WMLEngine
- getStaleSessionPageName() - Method in class org.apache.tapestry.wml.WMLEngine
- getTag() - Method in class org.apache.tapestry.wml.Go
- getTitle() - Method in class org.apache.tapestry.wml.Card
- getTitle() - Method in class org.apache.tapestry.wml.Input
- getTitle() - Method in class org.apache.tapestry.wml.Select
- getTranslator(String) - Method in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- getType() - Method in class org.apache.tapestry.wml.Do
- getType() - Method in class org.apache.tapestry.wml.OnEvent
- getUrlAttribute() - Method in class org.apache.tapestry.wml.OptionRenderer
- getValue() - Method in class org.apache.tapestry.wml.Option
- getValue() - Method in class org.apache.tapestry.wml.Select
- getValueBinding() - Method in class org.apache.tapestry.wml.AbstractPostfield
- getValueBinding() - Method in class org.apache.tapestry.wml.Input
- getValueBinding() - Method in class org.apache.tapestry.wml.Setvar
- getValueBinding() - Method in class org.apache.tapestry.wml.Timer
- getVarName() - Method in class org.apache.tapestry.wml.AbstractPostfield
I
- Image - class org.apache.tapestry.wml.Image.
- The Image component indicates that an image is to be included in the text flow.
- Image() - Constructor for class org.apache.tapestry.wml.Image
- Input - class org.apache.tapestry.wml.Input.
- The Input element specifies a text entry object.
- Input() - Constructor for class org.apache.tapestry.wml.Input
- isDisabled() - Method in class org.apache.tapestry.wml.AbstractPostfield
- isEmptyok() - Method in class org.apache.tapestry.wml.Input
- isHidden() - Method in class org.apache.tapestry.wml.Input
- isMultiple() - Method in class org.apache.tapestry.wml.Select
N
- NestedWMLWriter - class org.apache.tapestry.wml.NestedWMLWriter.
- Subclass of WMLWriter that is nested.
- NestedWMLWriter(IMarkupWriter) - Constructor for class org.apache.tapestry.wml.NestedWMLWriter
O
- OnEvent - class org.apache.tapestry.wml.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.
- OnEvent() - Constructor for class org.apache.tapestry.wml.OnEvent
- Option - class org.apache.tapestry.wml.Option.
- This component serves as a container for one item that is listed as a choice in a Select.
- Option() - Constructor for class org.apache.tapestry.wml.Option
- OptionRenderer - class org.apache.tapestry.wml.OptionRenderer.
- Implementation of org.apache.tapestry.link.ILinkRenderer for the WML Option element.
- OptionRenderer() - Constructor for class org.apache.tapestry.wml.OptionRenderer
- org.apache.tapestry.wml - package org.apache.tapestry.wml
- Tapestry is a comprehensive web application framework, written in Java.
P
- Postfield - class org.apache.tapestry.wml.Postfield.
- The postfield element specifies a field name and value for transmission to an origin server during a URL request.
- Postfield() - Constructor for class org.apache.tapestry.wml.Postfield
- PropertySelection - class org.apache.tapestry.wml.PropertySelection.
- A high level component used to render a drop-down list of options that the user may select.
- PropertySelection() - Constructor for class org.apache.tapestry.wml.PropertySelection
R
- readValue() - Method in class org.apache.tapestry.wml.Input
- readValue() - Method in class org.apache.tapestry.wml.Setvar
- readValue() - Method in class org.apache.tapestry.wml.Timer
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.AbstractPostfield
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Card
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Do
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Image
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Input
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.OnEvent
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Option
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.PropertySelection
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Select
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Setvar
- renderComponent(IMarkupWriter, IRequestCycle) - Method in class org.apache.tapestry.wml.Timer
- rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.AbstractPostfield
- rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.Postfield
- rewind(IRequestCycle) - Method in class org.apache.tapestry.wml.SelectionField
S
- SAFE_CHARACTERS - Static variable in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- SAFE_MATCHER - Static variable in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- SHARED_INSTANCE - Static variable in class org.apache.tapestry.wml.GoLinkRenderer
- A singleton for the go link.
- SHARED_INSTANCE - Static variable in class org.apache.tapestry.wml.OptionRenderer
- A singleton for the option link.
- STALE_LINK_PAGE - Static variable in class org.apache.tapestry.wml.WMLEngine
- The name of the page used for reporting stale links.
- STALE_SESSION_PAGE - Static variable in class org.apache.tapestry.wml.WMLEngine
- The name of the page used for reporting state sessions.
- Select - class org.apache.tapestry.wml.Select.
- The Select element lets users pick from a list of options.
- Select() - Constructor for class org.apache.tapestry.wml.Select
- SelectionField - class org.apache.tapestry.wml.SelectionField.
- SelectionField specifies a postfield element and it is used to complement the PropertySelection component.
- SelectionField() - Constructor for class org.apache.tapestry.wml.SelectionField
- Setvar - class org.apache.tapestry.wml.Setvar.
- The setvar element specifies the variable to set in the current browser context as a side effect of executing a task.
- Setvar() - Constructor for class org.apache.tapestry.wml.Setvar
- setDelegate(IValidationDelegate) - Method in class org.apache.tapestry.wml.Go
- setForm(IForm) - Method in class org.apache.tapestry.wml.AbstractPostfield
- setName(String) - Method in class org.apache.tapestry.wml.AbstractPostfield
T
- TRANSLATOR_SOURCE - Static variable in class org.apache.tapestry.wml.WMLWriter
- Timer - class org.apache.tapestry.wml.Timer.
- The Timer element declares a card timer, which exposes a means of processing inactivity or idle time.
- Timer() - Constructor for class org.apache.tapestry.wml.Timer
U
- updateValue(Object) - Method in class org.apache.tapestry.wml.AbstractPostfield
W
- WMLCharacterTranslatorSource - class org.apache.tapestry.wml.WMLCharacterTranslatorSource.
- The WML implementation of a character translator source.
- WMLCharacterTranslatorSource() - Constructor for class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- WMLEngine - class org.apache.tapestry.wml.WMLEngine.
- Subclass of org.apache.tapestry.engine.BaseEngine used for WML applications to change the Exception, StaleLink and StaleSession pages.
- WMLEngine() - Constructor for class org.apache.tapestry.wml.WMLEngine
- WMLWriter - class org.apache.tapestry.wml.WMLWriter.
- This class is used to create WML output.
- WMLWriter(OutputStream) - Constructor for class org.apache.tapestry.wml.WMLWriter
- Creates a response writer for content type "text/vnd.wap.wml".
- WMLWriter(OutputStream, String) - Constructor for class org.apache.tapestry.wml.WMLWriter
- WMLWriter(String, OutputStream) - Constructor for class org.apache.tapestry.wml.WMLWriter
- WMLWriter(String, String, OutputStream) - Constructor for class org.apache.tapestry.wml.WMLWriter
- WMLWriter(String) - Constructor for class org.apache.tapestry.wml.WMLWriter
- WML_TRANSLATOR - Static variable in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- writeAttributes(IMarkupWriter, ILink) - Method in class org.apache.tapestry.wml.Go
- writeHiddenField(IMarkupWriter, String, String) - Method in class org.apache.tapestry.wml.Go
_
- __CLOVER_463_0 - Static variable in class org.apache.tapestry.wml.AbstractPostfield
- __CLOVER_464_0 - Static variable in class org.apache.tapestry.wml.Card
- __CLOVER_465_0 - Static variable in class org.apache.tapestry.wml.Deck
- __CLOVER_466_0 - Static variable in class org.apache.tapestry.wml.Do
- __CLOVER_467_0 - Static variable in class org.apache.tapestry.wml.Go
- __CLOVER_468_0 - Static variable in class org.apache.tapestry.wml.GoLinkRenderer
- __CLOVER_469_0 - Static variable in class org.apache.tapestry.wml.Image
- __CLOVER_470_0 - Static variable in class org.apache.tapestry.wml.Input
- __CLOVER_471_0 - Static variable in class org.apache.tapestry.wml.NestedWMLWriter
- __CLOVER_472_0 - Static variable in class org.apache.tapestry.wml.OnEvent
- __CLOVER_473_0 - Static variable in class org.apache.tapestry.wml.Option
- __CLOVER_474_0 - Static variable in class org.apache.tapestry.wml.OptionRenderer
- __CLOVER_475_0 - Static variable in class org.apache.tapestry.wml.Postfield
- __CLOVER_476_0 - Static variable in class org.apache.tapestry.wml.PropertySelection
- __CLOVER_477_0 - Static variable in class org.apache.tapestry.wml.Select
- __CLOVER_478_0 - Static variable in class org.apache.tapestry.wml.SelectionField
- __CLOVER_479_0 - Static variable in class org.apache.tapestry.wml.Setvar
- __CLOVER_480_0 - Static variable in class org.apache.tapestry.wml.Timer
- __CLOVER_481_0 - Static variable in class org.apache.tapestry.wml.WMLCharacterTranslatorSource
- __CLOVER_482_0 - Static variable in class org.apache.tapestry.wml.WMLEngine
- __CLOVER_483_0 - Static variable in class org.apache.tapestry.wml.WMLWriter
- _internalBuffer - Variable in class org.apache.tapestry.wml.NestedWMLWriter
- _parent - Variable in class org.apache.tapestry.wml.NestedWMLWriter
A C D E G I N O P R S T U W _
|
|||||||||
| Home >> All >> org >> apache >> tapestry >> [ wml overview ] | PREV NEXT | ||||||||