Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 . |
? Copyright 2005-2006, Stripes Development Team.