Constructor and Description |
---|
ParamScope() |
Modifier and Type | Method and Description |
---|---|
Object |
get(String name) |
Object |
getCollection(String name) |
List<String> |
getNamesStartsWith(String value) |
void |
put(String name,
Object value) |
void |
remove(String name) |
static void |
removeRequest(MutableMvcRequest value) |
static void |
setRequest(MutableMvcRequest value) |
public static void setRequest(MutableMvcRequest value)
public static void removeRequest(MutableMvcRequest value)
public Object getCollection(String name)
getCollection
in interface Scope
public List<String> getNamesStartsWith(String value)
getNamesStartsWith
in interface Scope
Copyright © 2018 Brandao. All rights reserved.