Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt
Interface ProcessingContextParameterNames

All Known Subinterfaces:
ProcessingContext, ServiceContext
All Known Implementing Classes:
ReservedParameterNames

public interface ProcessingContextParameterNames

Defines the constants for ProcessingContext parameter names.


Field Summary
static java.lang.String ABS_REQUEST_NAME
          The Argument with this name contains the page-name of the request.
Eg.
static java.lang.String ACCEPT_LANG
          Http header attribute name for accepted language list
static java.lang.String AMP_EXPLICIT
           
static java.lang.String BASE_URL
          The Argument with this name contains the base URL for the mobile XML document
static java.lang.String COUNTRY
          The argument with this name contains the country name of the current location
static java.lang.String DEVICE
          The argument with this name contains the name of the device model
static java.lang.String DEVICE_CATEGORY
           
static java.lang.String ENC_SUFFIX
          Suffix for encoded parameters among the arguments
static java.lang.String FIRST_ACCEPT_LANG
          The argument with this name contains the first language derived from the list of accepted languages specified in the http header.
static java.lang.String HTTP_REQUEST_NAME
          The Argument with this name contains absolute URL to the portal servlet using the HTTP protocol
static java.lang.String HTTPS_REQUEST_NAME
          The Argument with this name contains absolute URL to the portal servlet using the HTTPS protocol
static java.lang.String IMAGE_PREFERENCES
           
static java.lang.String INP_FIRST_SERVICE_NAME
          The Argument with this name contains the name of Service which is invoked.
Ex.
static java.lang.String INP_FIRST_SERVICE_NAME_ENC
          Encoded INP_FIRST_SERVICE_NAME
static java.lang.String INP_FIRST_SERVICE_URL
          The Argument with this name contains the comlete URL of Service which is invoked.
Ex.
static java.lang.String INP_FIRST_SERVICE_URL_ENC
          Encoded INP_FIRST_SERVICE_NAME
static java.lang.String LATITUDE
          The argument with this name contains the latitude part of the current location
static java.lang.String LONGITUDE
          The argument with this name contains the longitude part of the current location
static java.lang.String MAX_DOC_SIZE
           
static java.lang.String POSTALCODE
          The argument with this name contains the postalcode of the current location
static java.lang.String REFERER_URL
          The Argument with this name contains the referer URL for the mobile XML document
static java.lang.String REQUEST_NAME
          The Argument with this name contains the page-name of the request.
Eg.
static java.lang.String RESULT
          The XML element tag name for results
static java.lang.String SCREEN_COLS
           
static java.lang.String SCREEN_HEIGHT
           
static java.lang.String SCREEN_ROWS
           
static java.lang.String SCREEN_WIDTH
           
static java.lang.String SERVICE_REQUEST
          The XML element tag name for service request information
static java.lang.String SESSION
          The Argument with this name contains the session id url.
Eg.
static java.lang.String SOFT_KEYS
           
static java.lang.String SR_FROM_ADAPTER
          For debug, the service request information from the Adapter is stored under this name
static java.lang.String SR_FROM_SERVICE
          For debug, the service request information from the the Service is stored under this name
static java.lang.String STATE
          The argument with this name contains the state name of the current location
static java.lang.String USER
          The argument with this name contains the name of the user
static java.lang.String USER_AGENT
           
static java.lang.String USER_LANGUAGE
          The argument with this name contains the preferred language for the user

 

Field Detail

SERVICE_REQUEST

public static final java.lang.String SERVICE_REQUEST
The XML element tag name for service request information
See Also:
Constant Field Values

RESULT

public static final java.lang.String RESULT
The XML element tag name for results
See Also:
Constant Field Values

DEVICE

public static final java.lang.String DEVICE
The argument with this name contains the name of the device model
See Also:
Constant Field Values

REQUEST_NAME

public static final java.lang.String REQUEST_NAME
The Argument with this name contains the page-name of the request.
Eg. In the string "http://www.panama.com/master/parm.jsp?PAservicepath=/master/getQuote" the REQUEST_NAME holds "parm.jsp".
See Also:
Constant Field Values

ABS_REQUEST_NAME

public static final java.lang.String ABS_REQUEST_NAME
The Argument with this name contains the page-name of the request.
Eg. In the string "http://www.panama.com/ptg/rm?PAservicepath=/master/getQuote" the ABS_REQUEST_NAME holds "http://www.panama.com/ptg/rm".
See Also:
Constant Field Values

HTTP_REQUEST_NAME

public static final java.lang.String HTTP_REQUEST_NAME
The Argument with this name contains absolute URL to the portal servlet using the HTTP protocol
See Also:
Constant Field Values

HTTPS_REQUEST_NAME

public static final java.lang.String HTTPS_REQUEST_NAME
The Argument with this name contains absolute URL to the portal servlet using the HTTPS protocol
See Also:
Constant Field Values

BASE_URL

public static final java.lang.String BASE_URL
The Argument with this name contains the base URL for the mobile XML document
See Also:
Constant Field Values

REFERER_URL

public static final java.lang.String REFERER_URL
The Argument with this name contains the referer URL for the mobile XML document
See Also:
Constant Field Values

SESSION

public static final java.lang.String SESSION
The Argument with this name contains the session id url.
Eg. PAsid=3
See Also:
Constant Field Values

INP_FIRST_SERVICE_NAME

public static final java.lang.String INP_FIRST_SERVICE_NAME
The Argument with this name contains the name of Service which is invoked.
Ex. In the string "http://www.panama.com/master/parm.jsp?PAservicepath=/master/getQuote" the INP_FIRST_SERVICE_NAME holds "getQuote".
See Also:
Constant Field Values

ENC_SUFFIX

public static final java.lang.String ENC_SUFFIX
Suffix for encoded parameters among the arguments
See Also:
Constant Field Values

AMP_EXPLICIT

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

INP_FIRST_SERVICE_NAME_ENC

public static final java.lang.String INP_FIRST_SERVICE_NAME_ENC
Encoded INP_FIRST_SERVICE_NAME
See Also:
Constant Field Values

INP_FIRST_SERVICE_URL

public static final java.lang.String INP_FIRST_SERVICE_URL
The Argument with this name contains the comlete URL of Service which is invoked.
Ex. In the string "http://www.panama.com/master/parm.jsp?PAservicepath=/master/getQuote" the INP_FIRST_SERVICE_NAME holds "/master/getQuote".
See Also:
Constant Field Values

INP_FIRST_SERVICE_URL_ENC

public static final java.lang.String INP_FIRST_SERVICE_URL_ENC
Encoded INP_FIRST_SERVICE_NAME
See Also:
Constant Field Values

SR_FROM_ADAPTER

public static final java.lang.String SR_FROM_ADAPTER
For debug, the service request information from the Adapter is stored under this name
See Also:
Constant Field Values

SR_FROM_SERVICE

public static final java.lang.String SR_FROM_SERVICE
For debug, the service request information from the the Service is stored under this name
See Also:
Constant Field Values

USER_AGENT

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

ACCEPT_LANG

public static final java.lang.String ACCEPT_LANG
Http header attribute name for accepted language list
See Also:
Constant Field Values

FIRST_ACCEPT_LANG

public static final java.lang.String FIRST_ACCEPT_LANG
The argument with this name contains the first language derived from the list of accepted languages specified in the http header.
See Also:
Constant Field Values

USER

public static final java.lang.String USER
The argument with this name contains the name of the user
See Also:
Constant Field Values

USER_LANGUAGE

public static final java.lang.String USER_LANGUAGE
The argument with this name contains the preferred language for the user
See Also:
Constant Field Values

LONGITUDE

public static final java.lang.String LONGITUDE
The argument with this name contains the longitude part of the current location
See Also:
Constant Field Values

LATITUDE

public static final java.lang.String LATITUDE
The argument with this name contains the latitude part of the current location
See Also:
Constant Field Values

COUNTRY

public static final java.lang.String COUNTRY
The argument with this name contains the country name of the current location
See Also:
Constant Field Values

STATE

public static final java.lang.String STATE
The argument with this name contains the state name of the current location
See Also:
Constant Field Values

POSTALCODE

public static final java.lang.String POSTALCODE
The argument with this name contains the postalcode of the current location
See Also:
Constant Field Values

SCREEN_COLS

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

SCREEN_ROWS

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

SCREEN_WIDTH

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

SCREEN_HEIGHT

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

DEVICE_CATEGORY

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

SOFT_KEYS

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

IMAGE_PREFERENCES

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

MAX_DOC_SIZE

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

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.