public interface ResourceReference
Modifier and Type | Method and Description |
---|---|
void |
addParameter(String name,
Object value) |
Map<String,List<String>> |
getParameters()
A Resource Reference parameter provides optional additional information about the Resource Reference.
|
String |
getParameterValue(String name) |
List<String> |
getParameterValues(String name) |
ResourceType |
getType() |
ResourceType getType()
void addParameter(String name, Object value)
name
- the name of the parameter to addvalue
- the value of the parameter to add. If null then no value is added. Collections are also supported
in which case a multivalued parameter is used.Map<String,List<String>> getParameters()
List<String> getParameterValues(String name)
name
- the parameter name for which to return the valuesCopyright © 2004–2021 XWiki. All rights reserved.