Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.struts.taglib.wml.common.* (1)

org.apache.struts.taglib.wml: Javadoc index of package org.apache.struts.taglib.wml.


Package Samples:

org.apache.struts.taglib.wml.common: The "struts-wml" tag library contains JSP custom tags useful in creating dynamic WML user interfaces, including input forms.  

Classes:

ErrorsTag: Custom tag that renders error messages if an appropriate request attribute has been created. The tag looks for a request attribute with a reserved key, and assumes that it is either a String, a String array, containing message keys to be looked up in the module's MessageResources, or an object of type org.apache.struts.action.ActionErrors . The following optional message keys will be utilized if corresponding messages exist for them in the application resources: errors.header - If present, the corresponding message will be rendered prior to the individual list of error messages. errors.footer - ...
OptionsCollectionTag: Tag for creating multiple <select> options from a collection. The collection may be part of the enclosing form, or may be independent of the form. Each element of the collection must expose a 'label' and a 'value', the property names of which are configurable by attributes of this tag. The collection may be an array of objects, a Collection, an Enumeration, an Iterator, or a Map. NOTE - This tag requires a Java2 (JDK 1.2 or later) platform.
OptionsTag: Tag for creating multiple <select> options from a collection. The associated values displayed to the user may optionally be specified by a second collection, or will be the same as the values themselves. Each collection may be an array of objects, a Collection, an Enumeration, an Iterator, or a Map. NOTE - This tag requires a Java2 (JDK 1.2 or later) platform.
BaseHandlerTag: Base class for tags that render form elements capable of include event handlers. This class does not implement the doStartTag() or doEndTag() methods. Subclasses should provide appropriate implementations of these.
OptionTag: Tag for select options. The body of this tag is presented to the user in the option list, while the value attribute is the value returned to the server if this option is selected.
SelectTag: Custom tag that represents an WML select element, associated with a bean property specified by our attributes. This tag must be nested inside a form tag.
FormTag: Custom tag that represents an input form, associated with a bean whose properties correspond to the various fields of the form.
WmlTag: Renders an WML element with appropriate language attributes if there is a current Locale available in the user's session.
BaseWmlTag: Abstract class containing basic attributes each WML element should have.
BaseFieldTag: Convenience base class for the various input tags for text fields.
GoTag: Generate a URL-encoded hyperlink to the specified URI.
LinkTag: Generate a URL-encoded hyperlink to the specified URI.
BaseLangTag: Abstract class for setting some common attributes.
BaseInputTag: Abstract base class for the various input tags.
PasswordTag: Custom tag for input fields of type "password".
TextTag: Custom tag for input fields of type "text".
CancelTag: Tag for input fields of type "cancel".
Constants: Manifest constants for this package.
PostfieldTag: Custom tag for Postfields.
TaglibUtils

Home | Contact Us | Privacy Policy | Terms of Service