public class DispatcherServletMappingDescription extends Object
DispatcherServlet.| Constructor and Description |
|---|
DispatcherServletMappingDescription(String predicate,
String handler)
Creates a new
DispatcherServletMappingDescription for the given
handler that will receives requests that match the given predicate. |
| Modifier and Type | Method and Description |
|---|---|
String |
getHandler()
Returns the handler for the described mapping.
|
String |
getPredicate()
Returns the predicate for the described mapping.
|
public DispatcherServletMappingDescription(String predicate, String handler)
DispatcherServletMappingDescription for the given
handler that will receives requests that match the given predicate.predicate - the predicatehandler - the handlerCopyright © 2018 Pivotal Software, Inc.. All rights reserved.