|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sourceforge.stripes.tag | |
---|---|
net.sourceforge.stripes.config | This package provides Configuration services for Stripes, including interfaces for locating configured components and configuration parameters. |
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. |
net.sourceforge.stripes.tag.layout | Provides lightweight tag classes for creating and using simple re-usable layouts similar in concept to Tiles or Sitemesh. |
Classes in net.sourceforge.stripes.tag used by net.sourceforge.stripes.config | |
---|---|
PopulationStrategy
Interface that implements the logic to determine how to populate/repopulate an input tag. |
|
TagErrorRendererFactory
Constructs and returns an instance of TagErrorRenderer to handle the error output of a specific form input tag. |
Classes in net.sourceforge.stripes.tag used by net.sourceforge.stripes.tag | |
---|---|
DefaultPopulationStrategy
Default implementation of the form input tag population strategy. |
|
FormTag
Form tag for use with the Stripes framework. |
|
HtmlTagSupport
Provides basic facilities for any tag that wishes to mimic a standard HTML/XHTML tag. |
|
InputButtonSupportTag
Support tag class that can generate HTML form fields with localized value attributes. |
|
InputOptionsCollectionTag
Writes a set of <option value="foo">bar</option> tags to the page based on the contents of a Collection. |
|
InputTagSupport
Parent class for all input tags in stripes. |
|
InputTextTag
Tag that generates HTML form fields of type <input type="text" name="foo" value="bar"/>, which can dynamically re-populate their value. |
|
LinkTagSupport
Abstract support class for generating links. |
|
ParameterizableTag
Interface to be implemented by tags which wish to be able to receive parameters from nested <stripes:param> tags. |
|
PopulationStrategy
Interface that implements the logic to determine how to populate/repopulate an input tag. |
|
StripesTagSupport
A very basic implementation of the Tag interface that is similar in manner to the standard TagSupport class, but with less clutter. |
|
TagErrorRenderer
Implementations of this interface are used to apply formatting to form input fields when there are associated errors. |
|
TagErrorRendererFactory
Constructs and returns an instance of TagErrorRenderer to handle the error output of a specific form input tag. |
|
VarTagSupport
Provides support for tags that allow assigning a value in a named scope. |
Classes in net.sourceforge.stripes.tag used by net.sourceforge.stripes.tag.layout | |
---|---|
StripesTagSupport
A very basic implementation of the Tag interface that is similar in manner to the standard TagSupport class, but with less clutter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |