|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface WebNavigationConstants contains navigation related constants.
Field Summary | |
static int |
LOAD_FLAGS_BYPASS_CACHE
|
static int |
LOAD_FLAGS_BYPASS_HISTORY
Bypass history flag. |
static int |
LOAD_FLAGS_BYPASS_PROXY
|
static int |
LOAD_FLAGS_CHARSET_CHANGE
|
static int |
LOAD_FLAGS_IS_LINK
Link-click flag. |
static int |
LOAD_FLAGS_IS_REFRESH
Meta-refresh flag. |
static int |
LOAD_FLAGS_MASK
|
static int |
LOAD_FLAGS_NONE
Normal load flag. |
static int |
LOAD_FLAGS_REPLACE_HISTORY
Replace history entry flag. |
static int |
OUTPUT_ABSOLUTE_LINKS
Convert links, image src, and script src to absolute URLs when possible |
static int |
OUTPUT_BODY_ONLY
No html head tags |
static int |
OUTPUT_CR_LINEBREAK
LineBreak processing: we can do either platform line breaks, CR, LF, or CRLF. |
static int |
OUTPUT_ENCODE_BASIC_ENTITIES
Encode entities when outputting to a string. |
static int |
OUTPUT_ENCODE_HTML_ENTITIES
|
static int |
OUTPUT_ENCODE_LATIN1_ENTITIES
|
static int |
OUTPUT_ENCODE_W3C_ENTITIES
Attempt to encode entities standardized at W3C (HTML, MathML, etc). |
static int |
OUTPUT_FORMAT_FLOWED
Output for format flowed (RFC 2646). |
static int |
OUTPUT_FORMATTED
Plaintext output: Convert html to plaintext that looks like the html. |
static int |
OUTPUT_LF_LINEBREAK
|
static int |
OUTPUT_NO_FORMATTINGIN_PRE
Don't allow any formatting nodes (e.g. |
static int |
OUTPUT_NO_FRAMES_CONTENT
Output the content of noframes elements (only for serializing to plaintext). |
static int |
OUTPUT_NO_SCRIPT_CONTENT
Output the content of noscript elements (only for serializing to plaintext). |
static int |
OUTPUT_PREFORMATTED
Wrap even if we're not doing formatted output (e.g. |
static int |
OUTPUT_RAW
OutputRaw is used by copying text from widgets |
static int |
OUTPUT_SELECTION_ONLY
Output only the selection (as opposed to the whole document). |
static int |
OUTPUT_WRAP
Output as though the content is preformatted (e.g. |
static int |
STOP_ALL
Stop all activity. |
static int |
STOP_CONTENT
Stop all content activity. |
static int |
STOP_NETWORK
Stop all network activity. |
static int |
STREAM_LF_BYPASS_HISTORY
|
static int |
STREAM_LF_CHARSET_CHANGE
|
static int |
STREAM_LF_HISTORY
|
static int |
STREAM_LF_IS_LINK
|
static int |
STREAM_LF_IS_REFRESH
|
static int |
STREAM_LF_NORMAL
loadStream() specific flags |
static int |
STREAM_LF_RELOAD_BYPASS_CACHE
|
static int |
STREAM_LF_RELOAD_BYPASS_PROXY
|
static int |
STREAM_LF_RELOAD_BYPASS_PROXY_AND_CACHE
|
static int |
STREAM_LF_RELOAD_NORMAL
|
static int |
STREAM_LF_REPLACE
|
static short |
TYPE_PAGE_INFO
Indicates information type page-info. |
static short |
TYPE_SEC_INFO
Indicates information type security-info. |
Field Detail |
public static final int LOAD_FLAGS_MASK
public static final int LOAD_FLAGS_NONE
public static final int LOAD_FLAGS_IS_REFRESH
public static final int LOAD_FLAGS_IS_LINK
public static final int LOAD_FLAGS_BYPASS_HISTORY
public static final int LOAD_FLAGS_REPLACE_HISTORY
public static final int LOAD_FLAGS_BYPASS_CACHE
public static final int LOAD_FLAGS_BYPASS_PROXY
public static final int LOAD_FLAGS_CHARSET_CHANGE
public static final int STREAM_LF_NORMAL
public static final int STREAM_LF_REPLACE
public static final int STREAM_LF_HISTORY
public static final int STREAM_LF_RELOAD_NORMAL
public static final int STREAM_LF_RELOAD_BYPASS_CACHE
public static final int STREAM_LF_RELOAD_BYPASS_PROXY
public static final int STREAM_LF_RELOAD_BYPASS_PROXY_AND_CACHE
public static final int STREAM_LF_IS_LINK
public static final int STREAM_LF_IS_REFRESH
public static final int STREAM_LF_CHARSET_CHANGE
public static final int STREAM_LF_BYPASS_HISTORY
public static final int STOP_NETWORK
public static final int STOP_CONTENT
public static final int STOP_ALL
public static final short TYPE_PAGE_INFO
public static final short TYPE_SEC_INFO
public static final int OUTPUT_SELECTION_ONLY
public static final int OUTPUT_FORMATTED
), since html wraps. HTML output: always do prettyprinting, ignoring existing formatting. (Probably not well tested for HTML output.)
public static final int OUTPUT_RAW
public static final int OUTPUT_BODY_ONLY
public static final int OUTPUT_PREFORMATTED
public static final int OUTPUT_WRAP
public static final int OUTPUT_FORMAT_FLOWED
public static final int OUTPUT_ABSOLUTE_LINKS
public static final int OUTPUT_ENCODE_W3C_ENTITIES
public static final int OUTPUT_CR_LINEBREAK
public static final int OUTPUT_LF_LINEBREAK
public static final int OUTPUT_NO_SCRIPT_CONTENT
public static final int OUTPUT_NO_FRAMES_CONTENT
public static final int OUTPUT_NO_FORMATTINGIN_PRE
. This is used primarily by mail.
public static final int OUTPUT_ENCODE_BASIC_ENTITIES
public static final int OUTPUT_ENCODE_LATIN1_ENTITIES
public static final int OUTPUT_ENCODE_HTML_ENTITIES
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |