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 StringERROR_CODEThe error code to be displayed on an error page.static StringPORTAL_ALIASThe alias of a user portal.static StringPORTAL_UUIDThe UUID of a portal.static StringRESOURCE_UUIDThe 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
 
 
 - 
 
 -