类 UrlBasedViewResolver

    • 字段详细资料

      • 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.
        另请参阅:
        常量字段值
      • 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.
        另请参阅:
        常量字段值