Package name.matthewgreet.strutscommons.view
package name.matthewgreet.strutscommons.view
Various view helpers used for JSP pages.
-
ClassesClassDescriptionAbstractDetailDisplay<D,
T extends Serializable> AbstractListCacheBasedDisplay<T extends Serializable>AbstractListDisplay<D,T extends Serializable> EnumSingleSelectBoxDisplay<E extends Enum<E>>Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting an enumerated type for display and selecting from a current value.EnumSingleSelectBoxDisplay2<E extends Enum<E>>Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting an enumerated type for display and selecting from a current value.Concrete subclass ofSingleSelectBoxDisplay
that formats list of numbers for display in an HTML select box.Concrete subclass ofSingleSelectBoxDisplay
that formats list of numbers for display in an HTML select box.Aids creation of OPTION tags in JSPs for SELECT elements by formatting items for display.Aids creation of OPTION tags in JSPs for SELECT elements by formatting items for display.Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting list for display.Template that aids creation of OPTION tags in JSPs for single selection SELECT elements by formatting an unformatted list for display.