Package com.axemble.vdoc.sdk.impl
Class EzsPluginRequest
java.lang.Object
com.axemble.vdoc.sdk.impl.EzsPluginRequest
- All Implemented Interfaces:
IPluginRequest,Serializable
- Author:
- vlygeros
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEzsPluginRequest(IModule module, IPlugin plugin, com.axemble.easysite.plugins.mvc.URI uri) -
Method Summary
Modifier and TypeMethodDescriptionConverts the inner value to a string.getParameterValue(String key) Gets a parameter by its key.String[]getParameterValues(String key) Gets all the values associated with a key.Gets the requested string.Gets the requested URIGets the requested URLcom.axemble.easysite.plugins.mvc.URIgetURI()voidsetParameterValue(String key, String value) Sets the value for the specified parameter.voidsetParameterValues(String key, String[] values) Sets the values associated with a key.
-
Constructor Details
-
EzsPluginRequest
-
-
Method Details
-
getQueryString
Description copied from interface:IPluginRequestGets the requested string.- Specified by:
getQueryStringin interfaceIPluginRequest- Returns:
- The requested string as a java.lang.String object.
-
getRequestURI
Description copied from interface:IPluginRequestGets the requested URI- Specified by:
getRequestURIin interfaceIPluginRequest- Returns:
- A java.lang.String value.
-
getRequestURL
Description copied from interface:IPluginRequestGets the requested URL- Specified by:
getRequestURLin interfaceIPluginRequest- Returns:
- A java.lang.String value.
-
getURI
public com.axemble.easysite.plugins.mvc.URI getURI() -
getParameterValue
Description copied from interface:IPluginRequestGets a parameter by its key.- Specified by:
getParameterValuein interfaceIPluginRequest- Parameters:
key- The key of the parameter.- Returns:
- The parameter associated with the key.
-
getParameterValues
Description copied from interface:IPluginRequestGets all the values associated with a key.- Specified by:
getParameterValuesin interfaceIPluginRequest- Parameters:
key- The key of the parameters.- Returns:
- All the values associated with the key.
-
setParameterValue
Description copied from interface:IPluginRequestSets the value for the specified parameter.- Specified by:
setParameterValuein interfaceIPluginRequest- Parameters:
key- The key of the parameter.value- The value of the parameter.
-
setParameterValues
Description copied from interface:IPluginRequestSets the values associated with a key.- Specified by:
setParameterValuesin interfaceIPluginRequest- Parameters:
key- The key of the parameter.values- The values to set.
-
convertToString
Description copied from interface:IPluginRequestConverts the inner value to a string.- Specified by:
convertToStringin interfaceIPluginRequest- Returns:
- a java.lang.String value.
-