Package com.microstrategy.web.app
Interface EnumWebParameters
-
public interface EnumWebParameters
This 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.String
IDENTITY_TOKEN
Name of the parameter for specifying identity tokenstatic java.lang.String
WebParameterApplicationType
Name of the parameter for the application type.static java.lang.String
WebParameterDebugUser
Name of the parameter that indicates what debug information should be included in the output HTMLstatic java.lang.String
WebParameterDisplayLocaleID
Name of the parameter for the display locale id.static java.lang.String
WebParameterFolderViewMode
Deprecated.This constant is deprecated.static java.lang.String
WebParameterHiddenSections
Name of the parameter for specifying hidden sectionsstatic java.lang.String
WebParameterLogin
Name of the parameter that indicates login checkstatic java.lang.String
WebParameterLoginAuthenticationMode
Name of the parameter that holds the type of authentication modestatic java.lang.String
WebParameterLoginCheckP
Name of the parameter that holds the confirmation of the new password for the loginstatic java.lang.String
WebParameterLoginCheckPassword
Deprecated.static java.lang.String
WebParameterLoginFacebookToken
Name of the parameter that holds the Facebook access tokenstatic java.lang.String
WebParameterLoginKey
Name of the parameter that indicates the key to use for recognizing the login sessionstatic java.lang.String
WebParameterLoginLocale
Deprecated.Not used any more.static java.lang.String
WebParameterLoginLoginMode
Name of the parameter that holds the type of web login modestatic java.lang.String
WebParameterLoginNewP
Name of the parameter that holds the information about the new password for the loginstatic java.lang.String
WebParameterLoginNewPassword
Deprecated.static java.lang.String
WebParameterLoginP
Name of the parameter that holds the password informationstatic java.lang.String
WebParameterLoginPassword
Deprecated.static java.lang.String
WebParameterLoginPort
Name of the parameter that holds the port to connect tostatic java.lang.String
WebParameterLoginProjectName
Name of the parameter that holds the name of the projectstatic java.lang.String
WebParameterLoginSaveP
Name of the parameter that indicates password should be persistedstatic java.lang.String
WebParameterLoginSavePassword
Deprecated.static java.lang.String
WebParameterLoginServerAlias
Name of the parameter that holds the alias of the serverstatic java.lang.String
WebParameterLoginServerName
Name of the parameter that holds the name of the serverstatic java.lang.String
WebParameterLoginSessionFlags
Name of the parameter that indicates the flags to use when opening the sessionstatic java.lang.String
WebParameterLoginUser
Name of the parameter that holds the login namestatic java.lang.String
WebParameterMetadataLocaleID
Name of the parameter for the metadata locale id.static java.lang.String
WebParameterNumberLocaleID
Name of the parameter for the display number and date locale id.static java.lang.String
WebParameterPage
Name of the parameter that indicates the page to display.static java.lang.String
WebParameterPortletID
Name of the parameter indicates the portlet window id.static java.lang.String
WebParameterRegularWorkingSetSize
Name of the parameter for the regular working set size.static java.lang.String
WebParameterResolveOnly
Name of the parameter to determine if the request is resolveOnlystatic java.lang.String
WebParameterReuseSession
Name of the parameter indicates whether we should reuse session when new credential information is also provided.static java.lang.String
WebParameterSessionFlags
Name of the parameter for the session flags.static java.lang.String
WebParameterSessionKey
Name of the parameter that indicates a key that identifies a specific session in a session list.static java.lang.String
WebParameterShare
Name of the parameter to determine if the request is sharedstatic java.lang.String
WebParameterTwoStepVerificationCode
Name of the parameter for the two-step verification code.static java.lang.String
WebParameterWarehouseLocaleID
Name of the parameter for the warehouse locale id.static java.lang.String
WebParameterXml
Name of the parameter that indicates to include the Bean's xml in the debug HTML outputstatic java.lang.String
WebSessionManagerState
static java.lang.String
WebUserSessionManagerState
-
-
-
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.WebPageDefault
is 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
-
-