public class RequestMappingNode extends Object
Constructor and Description |
---|
RequestMappingNode() |
public Map<String,List<String>> getRequestParameters(MutableMvcRequest request, String value)
public RequestMappingNode add(String value, RequestMappingEntry requestEntry) throws MalformedURLException
MalformedURLException
public void remove(String value)
public RequestMappingNode getNextNode(String value)
public RequestMappingNode getNext(String value)
public RequestMappingNode getNextToAdd(String value)
public boolean isEmpty()
public StringPattern getPattern()
public void setPattern(StringPattern pattern)
public RequestMappingEntry getRequestEntry(RequestMethodType value)
public boolean putRequestEntry(RequestMethodType requestMethodType, RequestMappingEntry value)
public boolean removeRequestEntry(RequestMethodType value)
public String getValue()
public void setValue(String value)
public boolean isStaticValue()
public void setStaticValue(boolean staticValue)
public Map<String,RequestMappingNode> getStaticNext()
public void setStaticNext(Map<String,RequestMappingNode> staticNext)
public Set<RequestMappingNode> getDynamicNext()
public void setDynamicNext(Set<RequestMappingNode> dynamicNext)
Copyright © 2018 Brandao. All rights reserved.