Oracle Application Server Web Clipping API Reference
10g (9.0.4)

B10912-01

oracle.webclipping.bean
Interface WebClippingConstants

All Known Implementing Classes:
WebClippingRequest

public interface WebClippingConstants

This interface defines all the constants that can and are used by the Bean APIs. They include header names that are used to deliver information to the Web Clipping Server.


Field Summary
static java.lang.String DEF_PREF
           
static java.lang.String HDR_CLIP_ID
          The ID of the Clip that is requested for
static java.lang.String HDR_MOBILE_LOC_ADDR_LASTLINE
          Address line3 of the location.
static java.lang.String HDR_MOBILE_LOC_ADDR_LINE1
          Address line1 of the location.
static java.lang.String HDR_MOBILE_LOC_ADDR_LINE2
          Address line2 of the location.
static java.lang.String HDR_MOBILE_LOC_BLOCK
          Location Block.
static java.lang.String HDR_MOBILE_LOC_CITY
          Location City.
static java.lang.String HDR_MOBILE_LOC_COMPANY_NAME
          Address company name.
static java.lang.String HDR_MOBILE_LOC_COUNTRY
          Country.
static java.lang.String HDR_MOBILE_LOC_COUNTY
          Location county.
static java.lang.String HDR_MOBILE_LOC_POSTALCODE
          Location zip/postal code.
static java.lang.String HDR_MOBILE_LOC_POSTALCODE_EXT
          Extended zip/postal code.
static java.lang.String HDR_MOBILE_LOC_STATE
          Location state.
static java.lang.String HDR_MOBILE_LOC_TYPE
          Values are "profile" or "auto"
static java.lang.String HDR_MOBILE_LOC_X
          X Cord of the location (float)
static java.lang.String HDR_MOBILE_LOC_Y
          Y Cord of the location (float)
static java.lang.String HDR_MOBILE_USER_AUTHKIND
          The kind of authentication used to login
static java.lang.String HDR_MOBILE_USER_DISPNAME
          The display name for the user of the mobile device.
static java.lang.String HDR_MOBILE_USER_KIND
          The kind of user that's using the mobile device: logged in or not
static java.lang.String HDR_MOBILE_USER_LOCALE
          The locale of the user
static java.lang.String HDR_MOBILE_USER_NAME
          The login user name of the mobile device.
static java.lang.String LOC_PREF
           
static java.lang.String USR_PREF
           

 

Field Detail

DEF_PREF

public static final java.lang.String DEF_PREF
See Also:
Constant Field Values

HDR_CLIP_ID

public static final java.lang.String HDR_CLIP_ID
The ID of the Clip that is requested for
See Also:
Constant Field Values

USR_PREF

public static final java.lang.String USR_PREF
See Also:
Constant Field Values

HDR_MOBILE_USER_NAME

public static final java.lang.String HDR_MOBILE_USER_NAME
The login user name of the mobile device.
See Also:
Constant Field Values

HDR_MOBILE_USER_DISPNAME

public static final java.lang.String HDR_MOBILE_USER_DISPNAME
The display name for the user of the mobile device.
See Also:
Constant Field Values

HDR_MOBILE_USER_KIND

public static final java.lang.String HDR_MOBILE_USER_KIND
The kind of user that's using the mobile device: logged in or not
See Also:
Constant Field Values

HDR_MOBILE_USER_AUTHKIND

public static final java.lang.String HDR_MOBILE_USER_AUTHKIND
The kind of authentication used to login
See Also:
Constant Field Values

HDR_MOBILE_USER_LOCALE

public static final java.lang.String HDR_MOBILE_USER_LOCALE
The locale of the user
See Also:
Constant Field Values

LOC_PREF

public static final java.lang.String LOC_PREF
See Also:
Constant Field Values

HDR_MOBILE_LOC_ADDR_LINE1

public static final java.lang.String HDR_MOBILE_LOC_ADDR_LINE1
Address line1 of the location. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_ADDR_LINE2

public static final java.lang.String HDR_MOBILE_LOC_ADDR_LINE2
Address line2 of the location. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_COMPANY_NAME

public static final java.lang.String HDR_MOBILE_LOC_COMPANY_NAME
Address company name. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_ADDR_LASTLINE

public static final java.lang.String HDR_MOBILE_LOC_ADDR_LASTLINE
Address line3 of the location. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_BLOCK

public static final java.lang.String HDR_MOBILE_LOC_BLOCK
Location Block. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_CITY

public static final java.lang.String HDR_MOBILE_LOC_CITY
Location City. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_COUNTY

public static final java.lang.String HDR_MOBILE_LOC_COUNTY
Location county. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_STATE

public static final java.lang.String HDR_MOBILE_LOC_STATE
Location state. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_POSTALCODE

public static final java.lang.String HDR_MOBILE_LOC_POSTALCODE
Location zip/postal code. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_POSTALCODE_EXT

public static final java.lang.String HDR_MOBILE_LOC_POSTALCODE_EXT
Extended zip/postal code. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_COUNTRY

public static final java.lang.String HDR_MOBILE_LOC_COUNTRY
Country. (Value Encoded based on InputEncoding Setting. See Section on Encoding)
See Also:
Constant Field Values

HDR_MOBILE_LOC_TYPE

public static final java.lang.String HDR_MOBILE_LOC_TYPE
Values are "profile" or "auto"
See Also:
Constant Field Values

HDR_MOBILE_LOC_X

public static final java.lang.String HDR_MOBILE_LOC_X
X Cord of the location (float)
See Also:
Constant Field Values

HDR_MOBILE_LOC_Y

public static final java.lang.String HDR_MOBILE_LOC_Y
Y Cord of the location (float)
See Also:
Constant Field Values

Oracle Application Server Web Clipping API Reference
10g (9.0.4)

B10912-01

Copyright © 1996, 2003, Oracle. All rights reserved.