public interface IPluginRequest extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
convertToString()
Converts the inner value to a string.
|
String |
getParameterValue(String key)
Gets a parameter by its key.
|
String[] |
getParameterValues(String key)
Gets all the values associated with a key.
|
String |
getQueryString()
Gets the requested string.
|
String |
getRequestURI()
Gets the requested URI
|
String |
getRequestURL()
Gets the requested URL
|
void |
setParameterValue(String key,
String value)
Sets the value for the specified parameter.
|
void |
setParameterValues(String key,
String[] values)
Sets the values associated with a key.
|
String getRequestURL()
String getRequestURI()
String getQueryString()
String getParameterValue(String key)
key
- The key of the parameter.void setParameterValue(String key, String value)
key
- The key of the parameter.value
- The value of the parameter.String[] getParameterValues(String key)
key
- The key of the parameters.void setParameterValues(String key, String[] values)
key
- The key of the parameter.values
- The values to set.String convertToString()
Copyright © 2022 Visiativ. All rights reserved.