Package com.microstrategy.web.app
Interface EnumWebParameters
- 
public interface EnumWebParametersThis is the enumeration that holds the name of the parameters that JSP pages generate for some classes to use.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIDENTITY_TOKENName of the parameter for specifying identity tokenstatic java.lang.StringWebParameterApplicationTypeName of the parameter for the application type.static java.lang.StringWebParameterDebugUserName of the parameter that indicates what debug information should be included in the output HTMLstatic java.lang.StringWebParameterDisplayLocaleIDName of the parameter for the display locale id.static java.lang.StringWebParameterFolderViewModeDeprecated.This constant is deprecated.static java.lang.StringWebParameterHiddenSectionsName of the parameter for specifying hidden sectionsstatic java.lang.StringWebParameterLoginName of the parameter that indicates login checkstatic java.lang.StringWebParameterLoginAuthenticationModeName of the parameter that holds the type of authentication modestatic java.lang.StringWebParameterLoginCheckPName of the parameter that holds the confirmation of the new password for the loginstatic java.lang.StringWebParameterLoginCheckPasswordDeprecated.static java.lang.StringWebParameterLoginFacebookTokenName of the parameter that holds the Facebook access tokenstatic java.lang.StringWebParameterLoginKeyName of the parameter that indicates the key to use for recognizing the login sessionstatic java.lang.StringWebParameterLoginLocaleDeprecated.Not used any more.static java.lang.StringWebParameterLoginLoginModeName of the parameter that holds the type of web login modestatic java.lang.StringWebParameterLoginNewPName of the parameter that holds the information about the new password for the loginstatic java.lang.StringWebParameterLoginNewPasswordDeprecated.static java.lang.StringWebParameterLoginPName of the parameter that holds the password informationstatic java.lang.StringWebParameterLoginPasswordDeprecated.static java.lang.StringWebParameterLoginPortName of the parameter that holds the port to connect tostatic java.lang.StringWebParameterLoginProjectNameName of the parameter that holds the name of the projectstatic java.lang.StringWebParameterLoginSavePName of the parameter that indicates password should be persistedstatic java.lang.StringWebParameterLoginSavePasswordDeprecated.static java.lang.StringWebParameterLoginServerAliasName of the parameter that holds the alias of the serverstatic java.lang.StringWebParameterLoginServerNameName of the parameter that holds the name of the serverstatic java.lang.StringWebParameterLoginSessionFlagsName of the parameter that indicates the flags to use when opening the sessionstatic java.lang.StringWebParameterLoginUserName of the parameter that holds the login namestatic java.lang.StringWebParameterMetadataLocaleIDName of the parameter for the metadata locale id.static java.lang.StringWebParameterNumberLocaleIDName of the parameter for the display number and date locale id.static java.lang.StringWebParameterPageName of the parameter that indicates the page to display.static java.lang.StringWebParameterPortletIDName of the parameter indicates the portlet window id.static java.lang.StringWebParameterRegularWorkingSetSizeName of the parameter for the regular working set size.static java.lang.StringWebParameterResolveOnlyName of the parameter to determine if the request is resolveOnlystatic java.lang.StringWebParameterReuseSessionName of the parameter indicates whether we should reuse session when new credential information is also provided.static java.lang.StringWebParameterSessionFlagsName of the parameter for the session flags.static java.lang.StringWebParameterSessionKeyName of the parameter that indicates a key that identifies a specific session in a session list.static java.lang.StringWebParameterShareName of the parameter to determine if the request is sharedstatic java.lang.StringWebParameterTwoStepVerificationCodeName of the parameter for the two-step verification code.static java.lang.StringWebParameterWarehouseLocaleIDName of the parameter for the warehouse locale id.static java.lang.StringWebParameterXmlName of the parameter that indicates to include the Bean's xml in the debug HTML outputstatic java.lang.StringWebSessionManagerStatestatic java.lang.StringWebUserSessionManagerState 
 - 
 
- 
- 
Field Detail
- 
WebParameterPage
static final java.lang.String WebParameterPage
Name of the parameter that indicates the page to display. This parameter must be specified in case an event is not. If neither the event nor the page are specified, then theEnumWebPages.WebPageDefaultis displayed.- See Also:
 - Constant Field Values
 
 
- 
WebParameterLogin
static final java.lang.String WebParameterLogin
Name of the parameter that indicates login check- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginUser
static final java.lang.String WebParameterLoginUser
Name of the parameter that holds the login name- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginP
static final java.lang.String WebParameterLoginP
Name of the parameter that holds the password information- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginPassword
@Deprecated static final java.lang.String WebParameterLoginPassword
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginNewP
static final java.lang.String WebParameterLoginNewP
Name of the parameter that holds the information about the new password for the login- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginNewPassword
@Deprecated static final java.lang.String WebParameterLoginNewPassword
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginCheckP
static final java.lang.String WebParameterLoginCheckP
Name of the parameter that holds the confirmation of the new password for the login- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginCheckPassword
@Deprecated static final java.lang.String WebParameterLoginCheckPassword
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginServerName
static final java.lang.String WebParameterLoginServerName
Name of the parameter that holds the name of the server- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginServerAlias
static final java.lang.String WebParameterLoginServerAlias
Name of the parameter that holds the alias of the server- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginProjectName
static final java.lang.String WebParameterLoginProjectName
Name of the parameter that holds the name of the project- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginAuthenticationMode
static final java.lang.String WebParameterLoginAuthenticationMode
Name of the parameter that holds the type of authentication mode- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginPort
static final java.lang.String WebParameterLoginPort
Name of the parameter that holds the port to connect to- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginLocale
static final java.lang.String WebParameterLoginLocale
Deprecated.Not used any more. Use dlid, dslid, mdlid, wdlid instead.Name of the parameter that indicates the locale to use for the session- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginSaveP
static final java.lang.String WebParameterLoginSaveP
Name of the parameter that indicates password should be persisted- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginSavePassword
@Deprecated static final java.lang.String WebParameterLoginSavePassword
Deprecated.- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginKey
static final java.lang.String WebParameterLoginKey
Name of the parameter that indicates the key to use for recognizing the login session- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginSessionFlags
static final java.lang.String WebParameterLoginSessionFlags
Name of the parameter that indicates the flags to use when opening the session- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginLoginMode
static final java.lang.String WebParameterLoginLoginMode
Name of the parameter that holds the type of web login mode- See Also:
 - Constant Field Values
 
 
- 
WebParameterLoginFacebookToken
static final java.lang.String WebParameterLoginFacebookToken
Name of the parameter that holds the Facebook access token- See Also:
 - Constant Field Values
 
 
- 
WebParameterFolderViewMode
static final java.lang.String WebParameterFolderViewMode
Deprecated.This constant is deprecated. However, this parameter is still in use. Please see events.xml for the parameters specific to folder bean.Name of the parameter that indicates the view mode that the folder display will show- See Also:
 - Constant Field Values
 
 
- 
WebParameterXml
static final java.lang.String WebParameterXml
Name of the parameter that indicates to include the Bean's xml in the debug HTML output- See Also:
 - Constant Field Values
 
 
- 
WebParameterDebugUser
static final java.lang.String WebParameterDebugUser
Name of the parameter that indicates what debug information should be included in the output HTML- See Also:
 - Constant Field Values
 
 
- 
WebParameterSessionKey
static final java.lang.String WebParameterSessionKey
Name of the parameter that indicates a key that identifies a specific session in a session list.- Since:
 - MicroStrategy Web 8.0.1
 - See Also:
 - Constant Field Values
 
 
- 
WebSessionManagerState
static final java.lang.String WebSessionManagerState
- Since:
 - MicroStrategy Web 8.0.1
 - See Also:
 - Constant Field Values
 
 
- 
WebUserSessionManagerState
static final java.lang.String WebUserSessionManagerState
- Since:
 - MicroStrategy Web 8.0.1
 - See Also:
 - Constant Field Values
 
 
- 
WebParameterReuseSession
static final java.lang.String WebParameterReuseSession
Name of the parameter indicates whether we should reuse session when new credential information is also provided.- See Also:
 for the values., Constant Field Values
 
- 
WebParameterPortletID
static final java.lang.String WebParameterPortletID
Name of the parameter indicates the portlet window id. This id is used to identify the portlet.- See Also:
 - Constant Field Values
 
 
- 
WebParameterApplicationType
static final java.lang.String WebParameterApplicationType
Name of the parameter for the application type.- See Also:
 - Constant Field Values
 
 
- 
WebParameterDisplayLocaleID
static final java.lang.String WebParameterDisplayLocaleID
Name of the parameter for the display locale id.- See Also:
 - Constant Field Values
 
 
- 
WebParameterNumberLocaleID
static final java.lang.String WebParameterNumberLocaleID
Name of the parameter for the display number and date locale id.- See Also:
 - Constant Field Values
 
 
- 
WebParameterMetadataLocaleID
static final java.lang.String WebParameterMetadataLocaleID
Name of the parameter for the metadata locale id.- See Also:
 - Constant Field Values
 
 
- 
WebParameterWarehouseLocaleID
static final java.lang.String WebParameterWarehouseLocaleID
Name of the parameter for the warehouse locale id.- See Also:
 - Constant Field Values
 
 
- 
WebParameterRegularWorkingSetSize
static final java.lang.String WebParameterRegularWorkingSetSize
Name of the parameter for the regular working set size.- See Also:
 - Constant Field Values
 
 
- 
WebParameterSessionFlags
static final java.lang.String WebParameterSessionFlags
Name of the parameter for the session flags. It is an integer of bit-or of flags defined in @seeEnumDSSXMLSessionFlags- See Also:
 - Constant Field Values
 
 
- 
WebParameterTwoStepVerificationCode
static final java.lang.String WebParameterTwoStepVerificationCode
Name of the parameter for the two-step verification code. This can be the Usher code- See Also:
 - Constant Field Values
 
 
- 
WebParameterShare
static final java.lang.String WebParameterShare
Name of the parameter to determine if the request is shared- See Also:
 - Constant Field Values
 
 
- 
WebParameterResolveOnly
static final java.lang.String WebParameterResolveOnly
Name of the parameter to determine if the request is resolveOnly- See Also:
 - Constant Field Values
 
 
- 
WebParameterHiddenSections
static final java.lang.String WebParameterHiddenSections
Name of the parameter for specifying hidden sections- See Also:
 - Constant Field Values
 
 
- 
IDENTITY_TOKEN
static final java.lang.String IDENTITY_TOKEN
Name of the parameter for specifying identity token- See Also:
 - Constant Field Values
 
 
 - 
 
 -