| Package | Description |
|---|---|
| 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.
|
| net.sourceforge.stripes.tag.layout.buffered |
This package contains the old, buffered layout tags that were present
in Stripes releases up to and including 1.5.3.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| StripesTagSupport
A very basic implementation of the Tag interface that is similar in manner to the standard
TagSupport class, but with less clutter.
|
| Class and Description |
|---|
| StripesTagSupport
A very basic implementation of the Tag interface that is similar in manner to the standard
TagSupport class, but with less clutter.
|
© Copyright 2005-2006, Stripes Development Team.