Class SecureportaladdonWebConstants.RequestMappings
- java.lang.Object
-
- de.hybris.platform.secureportaladdon.constants.SecureportaladdonWebConstants.RequestMappings
-
- Enclosing class:
- SecureportaladdonWebConstants
public static final class SecureportaladdonWebConstants.RequestMappings extends java.lang.ObjectList of any new request URIs defined and handled in this add on.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACCOUNT_REGISTRATIONstatic java.lang.StringHOMEstatic java.lang.StringLOGIN
-
-
-
Field Detail
-
ACCOUNT_REGISTRATION
public static final java.lang.String ACCOUNT_REGISTRATION
- See Also:
- Constant Field Values
-
HOME
public static final java.lang.String HOME
- See Also:
- Constant Field Values
-
LOGIN
public static final java.lang.String LOGIN
- See Also:
- Constant Field Values
-
-