Uiinfrastructure API Docs  
 

ASConstants Members

ASConstants overview

Public Static Fields

CACHED If this is set to 'true' then the cache will be searched for the named space and a new one will be created if it cannot be found. This should not be used with SPACEID.
CACHED_INPUT cached or not
CLEARSESSION This parameter is for use by network monitoring tools and tells the Interpreter to clean up the HTTPSession after the request has completed. This means it will remove everything cached on the HTTPSession to minimize the impact of network monitoring on memory usage. This does not work for gateway requests or requests that fail in certain ways.
CONTROL name of the control
CONTROL_INPUT name of the control
PAGE name of the display page
PAGE_INPUT name of the display page
PARENTSPACEID parent space id
PARENTSPACEID_INPUT parent space id
PARENTSPACENAME parent space name
PARENTSPACENAME_INPUT parent space name
PREVIOUS_REQUEST_IS_POST 
PREVIOUS_REQUEST_URL The full request URL of the previous request is stored using this key on the sandbox to allow pages to make links back to the previous page. Whether or not the request was a POST request is also stored. This information is used in HTMLConstructHelpers.GetPreviousSpaceURL().
REDIRECT_AFTER_LOGIN JF- QS param for the URL to redirect to after login (usually we don't need this because we do internal redirects but in mode 1, we might have to do a 302 redirect to the login page and we don't want to loose the information on where to redirect after that).
REDIRECT_AFTER_LOGIN_INPUT 
REDIRECT_AFTER_LOGIN_SECONDARY DAP- Secondary QS param for the URL to redirect to after login required to handle complex cases involving nested PEI plugins with custom guest user login pages, or multiple (pseudo) guest user login pages.
SANDBOXASCACHE Key that the cache object is stored under in the user's sandbox session AActivitySpace.GetSubSession()
SPACEID Include the space ID if you want to access a specific instance of a space (optional) If you do not include this, a new space will be created.
SPACEID_INPUT Include the space ID if you want to access a specific instance of a space (optional) If you do not include this, a new space will be created.
SPACENAME space name
SPACENAME_INPUT space name
STR_508_VIEW_SUFFIX In 508 mode the AActivitySpace will handle views differently. When GetView(name) is called, the space will first attempt to find the view (name + _D). It will return that if it exists, otherwise it will return the normal view, which will be responsible for displaying 508 HTML. The _D views will be only for 508 mode.
SUBSPACE subspace key
SUBSPACE_INPUT subspace key
USERID_INPUT User session ID input

Public Instance Constructors

ASConstants Constructor Initializes a new instance of the ASConstants class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

ASConstants Class | com.plumtree.uiinfrastructure.activityspace Namespace