| Package | Description |
|---|---|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| 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.html | |
| org.mmbase.module.builders |
The MMBase standard and optional builders.
|
| org.mmbase.util |
| Modifier and Type | Method and Description |
|---|---|
SerializableInputStream |
ContextTag.getInputStream(String key) |
| Modifier and Type | Method and Description |
|---|---|
protected SerializableInputStream |
BinaryHandler.getFieldValue(Node node,
Field field)
Returns the field value as specified by the client's post.
|
| Modifier and Type | Method and Description |
|---|---|
protected SerializableInputStream |
BinaryStringDataType.castToValidate(Object value,
Node node,
Field field) |
| Modifier and Type | Method and Description |
|---|---|
SerializableInputStream |
MultiPart.MMultipartRequest.getInputStream(String param) |
| Modifier and Type | Method and Description |
|---|---|
static File |
Images.createTemporaryFile(SerializableInputStream in,
String template) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Casting.StringSerializableInputStream
A SerializableInputStream where the toString represents the (escaped) contents of the stream itself.
|
| Modifier and Type | Method and Description |
|---|---|
static SerializableInputStream |
Casting.toSerializableInputStream(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
SerializableInputStream.inputStreamEquals(SerializableInputStream in1,
SerializableInputStream in2) |
| Constructor and Description |
|---|
SerializableInputStream(SerializableInputStream is) |
StringSerializableInputStream(SerializableInputStream is,
CharTransformer e) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}