|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlTagSupport | |
---|---|
net.sourceforge.stripes.tag | Contains implementation classes for all the Stripes custom tags and interfaces for overriding the strategy used to (re-)populate tag values and rendering tags in case of validation errors. |
Uses of HtmlTagSupport in net.sourceforge.stripes.tag |
---|
Subclasses of HtmlTagSupport in net.sourceforge.stripes.tag | |
---|---|
class |
ErrorsFooterTag
Can be used within a stripes:errors tag to show a footer on an error list. |
class |
ErrorsHeaderTag
Can be used within a stripes:errors tag to show a header on an error list. |
class |
ErrorsTag
The errors tag has two modes, one where it displays all validation errors in a list and a second mode when there is a single enclosed field-error tag that has no name attribute in which case this tag iterates over the body, displaying each error in turn in place of the field-error tag. |
class |
FieldMetadataTag
Field metadata tag for use with the Stripes framework. |
class |
FormTag
Form tag for use with the Stripes framework. |
class |
IndividualErrorTag
The individual-error tag works in concert with a parent errors tag to control the output of each iteration of an error. |
class |
InputButtonSupportTag
Support tag class that can generate HTML form fields with localized value attributes. |
class |
InputButtonTag
Tag that generates HTML form fields of type {@literal |
class |
InputCheckBoxTag
Implements an HTML tag that generates form fields of type <input type="checkbox"/>. |
class |
InputFileTag
Tag that generates HTML form fields of type {@literal |
class |
InputHiddenTag
Generates one or more {@literal |
class |
InputImageTag
Tag class that generates an image button for use in HTML forms, e.g: |
class |
InputLabelTag
Tag handler for a tag that produces an HTML label tag which is capable of looking up localized field names and formatting the label when validation errors exist. |
class |
InputOptionsCollectionTag
Writes a set of <option value="foo">bar</option> tags to the page based on the contents of a Collection. |
class |
InputOptionsEnumerationTag
Writes a set of <option value="foo">bar</option> tags to the page based on the values of a enum. |
class |
InputOptionsMapTag
Extracts the Set of Map.Entry from the
specified Map and uses it as the Collection
for the superclass InputOptionsCollectionTag . |
class |
InputOptionTag
Generates an <option value="foo">Fooey</option> HTML tag. |
class |
InputPasswordTag
Tag class that implements an input tag of type password. |
class |
InputRadioButtonTag
Generates <input type="radio" value="foo"/> HTML tags based on the attribute set on the tag and the state of the form. |
class |
InputResetTag
Tag that generates HTML form fields of type {@literal |
class |
InputSelectTag
Coordinates with one or more other tags to produce a well formed HTML select tag with state repopulation. |
class |
InputSubmitTag
Tag that generates HTML form fields of type {@literal |
class |
InputTagSupport
Parent class for all input tags in stripes. |
class |
InputTextAreaTag
Tag that generates HTML form fields of type {@literal |
class |
InputTextTag
Tag that generates HTML form fields of type <input type="text" name="foo" value="bar"/>, which can dynamically re-populate their value. |
class |
LinkTag
Tag for generating links to pages or ActionBeans within a Stripes application. |
class |
LinkTagSupport
Abstract support class for generating links. |
class |
MessagesTag
Displays a list of non-error messages to the user. |
class |
UrlTag
A Stripes version of the <c:url/> tag that adds some Stripes specific parameters to the URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |