Interface NameValueExpression<T>

  • Type Parameters:
    T - the value type
    All Known Implementing Classes:
    AbstractNameValueExpression, WebRequestHeaderExpression, WebRequestParamExpression

    public interface NameValueExpression<T>
    A contract for "name!=value" style expression used to specify request parameters and request header conditions in @RequestMapping.
    Since:
    Spring Framework 3.1
    Author:
    Rossen Stoyanchev
    See Also:
    RequestMapping.params(), RequestMapping.headers()
    • Method Detail

      • getName

        java.lang.String getName()
      • getValue

        @Nullable
        T getValue()
      • isNegated

        boolean isNegated()