org.springframework.web.servlet.mvc.condition
Interface NameValueExpression<T>

All Known Implementing Classes:
AbstractNameValueExpression, HeadersRequestCondition.HeaderExpression, ParamsRequestCondition.ParamExpression

public interface NameValueExpression<T>

A contract for "name!=value" style expression used to specify request parameters and request header conditions in @RequestMapping.

Since:
3.1
Author:
Rossen Stoyanchev
See Also:
RequestMapping.params(), RequestMapping.headers()

Method Summary
 java.lang.String getName()
           
 T getValue()
           
 boolean isNegated()
           
 

Method Detail

getName

java.lang.String getName()

getValue

T getValue()

isNegated

boolean isNegated()