|
Class Summary |
| AreaHandler |
This is a texthandler that produces multiline input form entries (textarea's). |
| BinaryHandler |
The most straight forward implementation in HTML for an input widget for a binary field is a
'input' tag with type 'file'. |
| EnumHandler |
|
| HtmlHandler |
This is the base handler for the mime type text/html and application/xml+xhtml. |
| IntegerHandler |
|
| Jsp |
This utility class helps you to implement HTML handlers using JSP/Taglib. |
| MultiPart |
Taglib needs to read Multipart request sometimes. |
| MultiPart.MMultipartRequest |
|
| StringHandler |
|
| TextHandler |
The most basic HtmlHandler simply produces an input tag with the type 'text'. |