Class RestConstants


  • public class RestConstants
    extends Object
    Common constants for REST controllers.
    Author:
    avasquez
    • Field Detail

      • SITE_NAME_PATH_VAR_NAME

        public static final String SITE_NAME_PATH_VAR_NAME
        Site name path variable name.
        See Also:
        Constant Field Values
      • WAIT_TILL_DONE_PARAM_NAME

        public static final String WAIT_TILL_DONE_PARAM_NAME
        Request param that indicates if request shouldn't finish until the deployment is done.
        See Also:
        Constant Field Values