Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.rt
Interface RequestParameterNames

All Known Subinterfaces:
Request
All Known Implementing Classes:
oracle.panama.rt.common.AbstractConnection, ReservedParameterNames

public interface RequestParameterNames

Defines the constants for URL parameter names used by the system run-time and core models. These constant strings can be used to retrieve the value of the parameters from "Parameter" attribute category. Refer to AttributeCategory class for more information about categories.


Field Summary
static java.lang.String BRAND_NAME
          The name of the log-in user brand
static java.lang.String CALLBACK_LABEL
          The callback label used by the module caller
static java.lang.String CALLBACK_URL
          The callback URL used by the module caller
static java.lang.String CHARACTER_ENCODING
          This parameter is used to specify the encoding of the cached URL's
static java.lang.String CONNXN_ID
          The parameter used to identify the re-entrant request for a request currently blocked on a cache lookup
static java.lang.String DEBUG
          The optional parameter to enable logging of debug information
static java.lang.String DEVICE_ID
          The parameter used to identify the device for a re-entrant request on a cache lookup
static java.lang.String EFFECTIVE_USER_NAME
          The name of the effective user
static java.lang.String FULL_CALLBACK_URL
          The full (non-cached) callback URL used by the module caller
static java.lang.String GET_PAGE
           
static java.lang.String GO_SESSION_HOME
          A request to invoke the session home service
static java.lang.String LOCALE_PREFERENCE
           
static java.lang.String LOGIN
          The parameter used to force a new login dialog
static java.lang.String LOGOFF
          The parameter used to logoff the user and invalidate the session
static java.lang.String MODULE_STACK_SIZE
          The current size of the module stack
static java.lang.String MS_XFORMER
          The parameter can be used to select the result transformer other than the transformer designated by PAsection name
static java.lang.String PASSWORD
          The password for log-in user
static java.lang.String PATFOCUS
          The name of the PAT parameter that smart clients use to send the extra:uid of the element where the focus is when submitting to the server.
static java.lang.String PATSELECTOR
          The name of the PAT parameter that smart clients use to send the value the transformer uses to identify a <choices> within a <select> or <select1> where the focus was when a submission to the server occurred.
static java.lang.String REDIRECT
          The parameter used for determining if a request has been redirected Used by virtual user mechanism
static java.lang.String REFERER
          This parameter is used to specify the referer URL
static java.lang.String REQUEST_LANDMARK
          The parameter used to specify a landmark for the request
static java.lang.String REQUEST_USER_PROFILE
          The parameter used to specify a user profile for the request
static java.lang.String SECTION
          The name of a section in a Web Integration Adapter
static java.lang.String SERVICE_DESIGNER
          The parameter used by service designer to request adpater or simple results
static java.lang.String SERVICE_OID
          The object id of the requested service
static java.lang.String SERVICE_PATH
          The path of the requested service in the repository
static java.lang.String SESSION_HOME
          The object id of the service that is the session home
static java.lang.String SESSION_ID
          The session id parameter used to track the user sessions
static java.lang.String SESSION_LANDMARK
          The parameter used to specify a landmark for the session
static java.lang.String SESSION_USER_PROFILE
          The parameter used to specify a user profile for the session
static java.lang.String SHORT_NAME
          The short name for the service
static java.lang.String USER_NAME
          The name of the log-in user
static java.lang.String VIRTUAL_URL
          The virtual URL of the requested module
static java.lang.String XFORMS_DOC_ID
          The parameter used to specify the doc id of the xforms document to be invoked.
static java.lang.String XFORMS_EVENT_ID_PREFIX
          The name prefix of the event id parameter.
static java.lang.String XFORMS_RESERVED_PREFIX
           

 

Field Detail

USER_NAME

public static final java.lang.String USER_NAME
The name of the log-in user
See Also:
Constant Field Values

BRAND_NAME

public static final java.lang.String BRAND_NAME
The name of the log-in user brand
See Also:
Constant Field Values

EFFECTIVE_USER_NAME

public static final java.lang.String EFFECTIVE_USER_NAME
The name of the effective user
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
The password for log-in user
See Also:
Constant Field Values

SERVICE_OID

public static final java.lang.String SERVICE_OID
The object id of the requested service
See Also:
Constant Field Values

SESSION_HOME

public static final java.lang.String SESSION_HOME
The object id of the service that is the session home
See Also:
Constant Field Values

GO_SESSION_HOME

public static final java.lang.String GO_SESSION_HOME
A request to invoke the session home service
See Also:
Constant Field Values

SERVICE_PATH

public static final java.lang.String SERVICE_PATH
The path of the requested service in the repository
See Also:
Constant Field Values

VIRTUAL_URL

public static final java.lang.String VIRTUAL_URL
The virtual URL of the requested module
See Also:
Constant Field Values

CALLBACK_URL

public static final java.lang.String CALLBACK_URL
The callback URL used by the module caller
See Also:
Constant Field Values

FULL_CALLBACK_URL

public static final java.lang.String FULL_CALLBACK_URL
The full (non-cached) callback URL used by the module caller
See Also:
Constant Field Values

CALLBACK_LABEL

public static final java.lang.String CALLBACK_LABEL
The callback label used by the module caller
See Also:
Constant Field Values

MODULE_STACK_SIZE

public static final java.lang.String MODULE_STACK_SIZE
The current size of the module stack
See Also:
Constant Field Values

SHORT_NAME

public static final java.lang.String SHORT_NAME
The short name for the service
See Also:
Constant Field Values

SECTION

public static final java.lang.String SECTION
The name of a section in a Web Integration Adapter
See Also:
Constant Field Values

SESSION_ID

public static final java.lang.String SESSION_ID
The session id parameter used to track the user sessions
See Also:
Constant Field Values

REQUEST_LANDMARK

public static final java.lang.String REQUEST_LANDMARK
The parameter used to specify a landmark for the request
See Also:
Constant Field Values

SESSION_LANDMARK

public static final java.lang.String SESSION_LANDMARK
The parameter used to specify a landmark for the session
See Also:
Constant Field Values

REQUEST_USER_PROFILE

public static final java.lang.String REQUEST_USER_PROFILE
The parameter used to specify a user profile for the request
See Also:
Constant Field Values

SESSION_USER_PROFILE

public static final java.lang.String SESSION_USER_PROFILE
The parameter used to specify a user profile for the session
See Also:
Constant Field Values

LOGIN

public static final java.lang.String LOGIN
The parameter used to force a new login dialog
See Also:
Constant Field Values

LOGOFF

public static final java.lang.String LOGOFF
The parameter used to logoff the user and invalidate the session
See Also:
Constant Field Values

DEBUG

public static final java.lang.String DEBUG
The optional parameter to enable logging of debug information
See Also:
Constant Field Values

SERVICE_DESIGNER

public static final java.lang.String SERVICE_DESIGNER
The parameter used by service designer to request adpater or simple results
See Also:
Constant Field Values

MS_XFORMER

public static final java.lang.String MS_XFORMER
The parameter can be used to select the result transformer other than the transformer designated by PAsection name
See Also:
Constant Field Values

CONNXN_ID

public static final java.lang.String CONNXN_ID
The parameter used to identify the re-entrant request for a request currently blocked on a cache lookup
See Also:
Constant Field Values

DEVICE_ID

public static final java.lang.String DEVICE_ID
The parameter used to identify the device for a re-entrant request on a cache lookup
See Also:
Constant Field Values

GET_PAGE

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

LOCALE_PREFERENCE

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

REDIRECT

public static final java.lang.String REDIRECT
The parameter used for determining if a request has been redirected Used by virtual user mechanism
See Also:
Constant Field Values

REFERER

public static final java.lang.String REFERER
This parameter is used to specify the referer URL
See Also:
Constant Field Values

CHARACTER_ENCODING

public static final java.lang.String CHARACTER_ENCODING
This parameter is used to specify the encoding of the cached URL's
See Also:
Constant Field Values

XFORMS_DOC_ID

public static final java.lang.String XFORMS_DOC_ID
The parameter used to specify the doc id of the xforms document to be invoked. From the doc id, the oid of the service, which is the source of the xforms document, can be also determined. The document and service oid are cached in the runtime session.
See Also:
Constant Field Values

XFORMS_RESERVED_PREFIX

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

XFORMS_EVENT_ID_PREFIX

public static final java.lang.String XFORMS_EVENT_ID_PREFIX
The name prefix of the event id parameter. The parameter name has the form 'XFeN' where N is the id of the target element. The value of the 'XFeN' parameter is the id's of the events to be dispatched.
See Also:
Constant Field Values

PATFOCUS

public static final java.lang.String PATFOCUS
The name of the PAT parameter that smart clients use to send the extra:uid of the element where the focus is when submitting to the server.
See Also:
Constant Field Values

PATSELECTOR

public static final java.lang.String PATSELECTOR
The name of the PAT parameter that smart clients use to send the value the transformer uses to identify a <choices> within a <select> or <select1> where the focus was when a submission to the server occurred.
See Also:
Constant Field Values

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.