Package org.loom.tags.core

Interface Summary
I18nComparator<T> Comparator that translates anything before comparing
NumberFieldTag A tag that can accept number restrictions
 

Class Summary
AbstractOptionsTag Select or Radio field with nested options.
AbstractOutTag Parent of the out tags.
AbstractTextFieldTag Parent of the InputText and InputTextArea fields
AbstractWebResourceTag Tag that creates a link to a script or css file.
ButtonTag Submit, Reset or Push button.
CacheTag Cache the tag contents.
CssTag HTML CSS link.
FormTag HTML form tag.
ImgTag HTML img tag.
InputCheckboxTag HTML checkboxes.
InputFileTag HTML input file tag.
InputHiddenTag HTML input hidden tag
InputHiddenTagBeanInfo  
InputImageTag HTML input image tag
InputPasswordTag HTML password input field.
InputRadioTag HTML radio button.
InputSelectTag HTML select tag
InputTextAreaTag HTML textarea tag.
InputTextTag HTML text input field.
LabelComparator Compares two options by the label.
LabelTag HTML label.
LinkTag Renders a plain link.
Option An option in the AbstractOptionsTag Tag
OptionTag An option inside a select or radio tag
OutPropertyTag outProperty has the same syntax of out, but prints the value of any action attribute using the associated Converter for the current locale.
OutTag Translates and prints a value.
ParamTag A parameter (name/value pair) to be added to the URL created by a ParameterContainer.
RedirectTag Redirect the current request This tag is useful for index.jsp pages that will be redirected to some action class.
ScriptTag HTML script tag.
UrlTag HTML link.
ValueComparator Compare options by value.
 

Enum Summary
AbstractOptionsTag.SortBy