| Tag Summary |
| debugOutput | Outputs the parameters in each scope |
| getCurrentUser | Assigns the current user to a page-scoped variable |
| typeBasedImport | type based lookup for a jsp fragment to be included in the page using FilePathFactory entries in typedservices.properties |
| typeBasedRedirect | type based lookup for a jsp to redirect to using FilePathFactory entries in typedservices.properties |
| batch | Allows nested tags that use BatchCommands to share a single batch command instance. This is currently taken advantage of by the tag. |
| setCommandContextProperty | Helper tag that sets properties on a batch command. These properties will be available to command implementation classes via the CommandContext object. This tag can be nested within a parent or tag. Alternatively, the command context to configure can be specified using the target attribute. |
| typeBasedPath | custom tag to check Types and return path to jsp for attributes to display |
| isA | Checks to see if the referenced object is of specified the specified type. |
| readOnly | Enables optimizations that only are applicable in read-only mode. |