| Package | Description |
|---|---|
| org.mmbase.bridge.jsp.taglib.typehandler |
Typehandlers are used by the FieldInfo tag to produce html-code
based on type and guitype of the field.
|
| org.mmbase.datatypes |
This package defines and implements
DataTypes, which are a way to apply restrictions to and
annotate certain data. |
| org.mmbase.datatypes.handlers |
This is a generalization of what used to be org.mmbase.bridge.jsp.taglib.typehandler.
|
| org.mmbase.datatypes.handlers.html | |
| org.mmbase.searchrelate.handlers |
| Modifier and Type | Field and Description |
|---|---|
protected Handler<String> |
DataTypeHandler.handler |
| Constructor and Description |
|---|
DataTypeHandler(Handler<String> h,
FieldInfoTag tag) |
| Modifier and Type | Class and Description |
|---|---|
static class |
CaptchaDataType.Handler |
| Modifier and Type | Method and Description |
|---|---|
Handler<?> |
BasicDataType.getHandler(String mimeType) |
Handler<?> |
DataType.getHandler(String mimeType)
Returns a handler for given mimetype for this DataType.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Handler<?>> |
BasicDataType.getHandlers() |
Map<String,Handler<?>> |
DataType.getHandlers() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHandler<C>
Handlers can be associated to DataTypes, but different Handler can be associated with different
content types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AreaHandler
This is a texthandler that produces multiline input form entries (textarea's).
|
class |
BinaryHandler
The most straight forward implementation in HTML for an input widget for a binary field is a
'input' tag with type 'file'.
|
class |
EnumHandler |
class |
HtmlHandler
This is the base handler for the mime type text/html and application/xml+xhtml.
|
class |
IntegerHandler |
class |
StringHandler |
class |
TextHandler
The most basic HtmlHandler simply produces an input tag with the type 'text'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SRNodeHandler |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}