Class UrlBasedViewResolver

    • Field Detail

      • REDIRECT_URL_PREFIX

        public static final String REDIRECT_URL_PREFIX
        Prefix for special view names that specify a redirect URL (usually to a controller after a form has been submitted and processed). Such view names will not be resolved in the configured default way but rather be treated as special shortcut.
        See Also:
        Constant Field Values
      • FORWARD_URL_PREFIX

        public static final String FORWARD_URL_PREFIX
        Prefix for special view names that specify a forward URL (usually to a controller after a form has been submitted and processed). Such view names will not be resolved in the configured default way but rather be treated as special shortcut.
        See Also:
        Constant Field Values