|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamBuilder
The StreamBuilder interface is implemented by the Java which is
generated by First-Use Assembly based on Rule-Stream instances.
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
static byte |
FMT_BLOCK
Formatting option; NORMAL formating, and replace each newline with <BR>. |
static byte |
FMT_JAVASCRIPT
Formatting option; format for output to be included in a JavaScript string. |
static byte |
FMT_LITERAL
Formatting option; leave string unchanged. |
static byte |
FMT_NORMAL
Formatting option; convert special characters to corresponding HTML entities ( &, ", <,
>). |
static byte |
FMT_RICHTEXT
Formatting option; format for rich text, i.e. |
static byte |
FMT_STREAM
Formatting option; NORMAL formating, and replace each newline and <BR> with a space. |
static byte |
FMT_TEXT
Formatting option; NORMAL formating, and replace each <BR> with a newline. |
static long |
MODE_INPUT_ENABLED
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the stream should be displayed with input enabled. |
static long |
MODE_NO_INPUT
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the stream should be displayed with input not enabled. |
static long |
MODE_PREVIEW
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the stream should be displayed in preview mode. |
static long |
MODE_STREAMING_DISABLED
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the (included) stream output MUST NEVER be direct streamed. |
static long |
MODE_STREAMING_PERMITTED
When this is used with the bitmap parameter of PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the (included) stream output may be direct streamed. |
static java.lang.String |
sInputEnabled
Value of "pzInput" (in StringMap to PublicAPI.getStream(StringMap, ClipboardPage)
method) for Rule-Obj-HTML streams when input is permitted. |
static java.lang.String |
sNoInput
Value of "pzInput" (in StringMap to PublicAPI.getStream(StringMap, ClipboardPage)
method) for Rule-Obj-HTML streams when input is not permitted. |
static java.lang.String |
VERSION
|
| Method Summary | |
|---|---|
void |
execute()
The execute method defines the processing associated with
each implementation of StreamBuilder. |
boolean |
isDirectiveStream()
Is this a (deprecated) directive-based stream? |
| Field Detail |
|---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
static final java.lang.String sInputEnabled
StringMap to PublicAPI.getStream(StringMap, ClipboardPage)
method) for Rule-Obj-HTML streams when input is permitted.
static final java.lang.String sNoInput
StringMap to PublicAPI.getStream(StringMap, ClipboardPage)
method) for Rule-Obj-HTML streams when input is not permitted.
static final byte FMT_LITERAL
static final byte FMT_NORMAL
&, ", <,
>).
static final byte FMT_STREAM
<BR> with a space.
static final byte FMT_BLOCK
<BR>.
static final byte FMT_TEXT
<BR> with a newline.
static final byte FMT_JAVASCRIPT
static final byte FMT_RICHTEXT
static final long MODE_INPUT_ENABLED
PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the stream should be displayed with input enabled.
static final long MODE_NO_INPUT
PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the stream should be displayed with input not enabled.
This mode is the default.
static final long MODE_PREVIEW
PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the stream should be displayed in preview mode.
static final long MODE_STREAMING_PERMITTED
PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the (included) stream output may be direct streamed.
static final long MODE_STREAMING_DISABLED
PublicAPI.getStream(StringMap, ClipboardPage, long),
it indicates that the (included) stream output MUST NEVER be direct streamed.
| Method Detail |
|---|
void execute()
execute method defines the processing associated with
each implementation of StreamBuilder.
boolean isDirectiveStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||