Package com.microstrategy.web.app
Interface EnumWebPages
-
public interface EnumWebPagesThis is the enumeration of all the pages that the mstrWeb servlet expect to exist. All this pages should be declared within the pageConfig.xml- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringWebPageDefaultIdentifier for the Default pagestatic java.lang.StringWebPageErrorIdentifier for the Error pagestatic java.lang.StringWebPageRedirectIdentifier for the page that will be used for taking care of redirects, when target page can be outside the application
-
-
-
Field Detail
-
WebPageDefault
static final java.lang.String WebPageDefault
Identifier for the Default page- See Also:
- Constant Field Values
-
WebPageError
static final java.lang.String WebPageError
Identifier for the Error page- See Also:
- Constant Field Values
-
WebPageRedirect
static final java.lang.String WebPageRedirect
Identifier for the page that will be used for taking care of redirects, when target page can be outside the application- See Also:
- Constant Field Values
-
-