Package de.xima.fc.user_portal.constants
Class UserPortalConstants.RequestParameter
- java.lang.Object
-
- de.xima.fc.user_portal.constants.UserPortalConstants.RequestParameter
-
- Enclosing class:
- UserPortalConstants
public static final class UserPortalConstants.RequestParameter extends Object
Constants for common request parameters.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_CODE
The error code to be displayed on an error page.static String
PORTAL_ALIAS
The alias of a user portal.static String
PORTAL_UUID
The UUID of a portal.static String
RESOURCE_UUID
The UUID of a resource.
-
-
-
Field Detail
-
PORTAL_ALIAS
public static final String PORTAL_ALIAS
The alias of a user portal.- See Also:
- Constant Field Values
-
PORTAL_UUID
public static final String PORTAL_UUID
The UUID of a portal.- See Also:
- Constant Field Values
-
RESOURCE_UUID
public static final String RESOURCE_UUID
The UUID of a resource.- See Also:
- Constant Field Values
-
ERROR_CODE
public static final String ERROR_CODE
The error code to be displayed on an error page.- See Also:
- Constant Field Values
-
-