| Tag Summary |
| removeLines | Removes blank lines from evaluated body |
| reloadMetadata | Reloads the applications metadata |
| datafield | Creates a input field for a datasource attribute. |
| forEachFieldList | This tag is used to iterate over fields lists. |
| forEachField | This tag is used to iterate over a list of fields. |
| forEachTableRow | This tag is used to create a nicely wrapped HTML table from a list of fields. |
| forEachTableRowField | This tag is used to iterate over a list of fields that will make up a single row of an input table. |
| datafieldCaption | This tag returns the Caption for the current datafield. If the field has no specified caption, then the field's name is used as the caption. If the field name is used for the caption, then by default, the name is pretty printed. |
| setEntityVars | Sets request scope vars for current entity name, and object. |
| setAllAttributesVar | This tag builds a comma separated list of all field names in the current entity and sets it as a request scope attribute. |
| oneLine | Unwraps multiple lines into one line |
| verbatim | Does not interpret body content, and scriptlet code. |
| uuid | Generates time-based, or URI based UUIDs. |
| userEditableContent | Simply sends out the body content; removing the JSP tags. |
| checkParams | Tests for the existence of the specified request parameters. |
| writeToFile | Write the body content to the specified file name. The body content is not included in the JSP output stream. |
| Function Summary |
java.lang.Boolean | isFldNameInList( java.lang.String, java.lang.String ) | Searches for a string in a comma separated list |
java.lang.Integer | toInt( java.lang.Number ) | Truncates a number to its int value |
java.lang.Boolean | isWildCardMatch( java.lang.String, java.lang.String ) | Tests if the first string matches the second pattern |
java.lang.String | upperCaseFirstLetter( java.lang.String ) | Converts the first char on a string to upper case. |
java.lang.String | getClassAttr( java.lang.String, java.lang.String ,java.lang.String ) | Returns the populated class attribute: class='type' using the second arg if the data type is currency; otherwise returns the third |
java.lang.String | getABSHashCode( java.lang.String) | Returns the absolute hash code of the string arg. |
java.lang.String | removeSpaces( java.lang.String) | Returns the param with spaces removed. |
java.lang.String | getTimeUUID( ) | Returns a time based UUID. |