org.mozilla.jrex.navigation
Interface WebNavigationConstants


public interface WebNavigationConstants

Interface WebNavigationConstants contains navigation related constants.

Version:
1.0
Author:
C.N.Medappa

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 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

LOAD_FLAGS_MASK

public static final int LOAD_FLAGS_MASK
See Also:
Constant Field Values

LOAD_FLAGS_NONE

public static final int LOAD_FLAGS_NONE
Normal load flag.

See Also:
Constant Field Values

LOAD_FLAGS_IS_REFRESH

public static final int LOAD_FLAGS_IS_REFRESH
Meta-refresh flag. The cache is bypassed. This type of load is usually the result of a meta-refresh tag, or a HTTP 'refresh' header.

See Also:
Constant Field Values

LOAD_FLAGS_IS_LINK

public static final int LOAD_FLAGS_IS_LINK
Link-click flag.

See Also:
Constant Field Values

LOAD_FLAGS_BYPASS_HISTORY

public static final int LOAD_FLAGS_BYPASS_HISTORY
Bypass history flag.

See Also:
Constant Field Values

LOAD_FLAGS_REPLACE_HISTORY

public static final int LOAD_FLAGS_REPLACE_HISTORY
Replace history entry flag.

See Also:
Constant Field Values

LOAD_FLAGS_BYPASS_CACHE

public static final int LOAD_FLAGS_BYPASS_CACHE
See Also:
Constant Field Values

LOAD_FLAGS_BYPASS_PROXY

public static final int LOAD_FLAGS_BYPASS_PROXY
See Also:
Constant Field Values

LOAD_FLAGS_CHARSET_CHANGE

public static final int LOAD_FLAGS_CHARSET_CHANGE
See Also:
Constant Field Values

STREAM_LF_NORMAL

public static final int STREAM_LF_NORMAL
loadStream() specific flags

See Also:
Constant Field Values

STREAM_LF_REPLACE

public static final int STREAM_LF_REPLACE
See Also:
Constant Field Values

STREAM_LF_HISTORY

public static final int STREAM_LF_HISTORY
See Also:
Constant Field Values

STREAM_LF_RELOAD_NORMAL

public static final int STREAM_LF_RELOAD_NORMAL
See Also:
Constant Field Values

STREAM_LF_RELOAD_BYPASS_CACHE

public static final int STREAM_LF_RELOAD_BYPASS_CACHE
See Also:
Constant Field Values

STREAM_LF_RELOAD_BYPASS_PROXY

public static final int STREAM_LF_RELOAD_BYPASS_PROXY
See Also:
Constant Field Values

STREAM_LF_RELOAD_BYPASS_PROXY_AND_CACHE

public static final int STREAM_LF_RELOAD_BYPASS_PROXY_AND_CACHE
See Also:
Constant Field Values

STREAM_LF_IS_LINK

public static final int STREAM_LF_IS_LINK
See Also:
Constant Field Values

STREAM_LF_IS_REFRESH

public static final int STREAM_LF_IS_REFRESH
See Also:
Constant Field Values

STREAM_LF_CHARSET_CHANGE

public static final int STREAM_LF_CHARSET_CHANGE
See Also:
Constant Field Values

STREAM_LF_BYPASS_HISTORY

public static final int STREAM_LF_BYPASS_HISTORY
See Also:
Constant Field Values

STOP_NETWORK

public static final int STOP_NETWORK
Stop all network activity. This includes both active network loads and pending meta-refreshes.

See Also:
Constant Field Values

STOP_CONTENT

public static final int STOP_CONTENT
Stop all content activity. This includes animated images, plugins and pending Javascript timeouts.

See Also:
Constant Field Values

STOP_ALL

public static final int STOP_ALL
Stop all activity.

See Also:
Constant Field Values

TYPE_PAGE_INFO

public static final short TYPE_PAGE_INFO
Indicates information type page-info.

See Also:
Constant Field Values

TYPE_SEC_INFO

public static final short TYPE_SEC_INFO
Indicates information type security-info.

See Also:
Constant Field Values


Copyright © 2004 C.N.Medappa. All Rights Reserved.