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 SummaryConstructorsConstructorDescriptionEzsPluginRequest(IModule module, IPlugin plugin, com.axemble.easysite.plugins.mvc.URI uri) 
- 
Method SummaryModifier 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- 
getQueryStringDescription copied from interface:IPluginRequestGets the requested string.- Specified by:
- getQueryStringin interface- IPluginRequest
- Returns:
- The requested string as a java.lang.String object.
 
- 
getRequestURIDescription copied from interface:IPluginRequestGets the requested URI- Specified by:
- getRequestURIin interface- IPluginRequest
- Returns:
- A java.lang.String value.
 
- 
getRequestURLDescription copied from interface:IPluginRequestGets the requested URL- Specified by:
- getRequestURLin interface- IPluginRequest
- Returns:
- A java.lang.String value.
 
- 
getURIpublic com.axemble.easysite.plugins.mvc.URI getURI()
- 
getParameterValueDescription copied from interface:IPluginRequestGets a parameter by its key.- Specified by:
- getParameterValuein interface- IPluginRequest
- Parameters:
- key- The key of the parameter.
- Returns:
- The parameter associated with the key.
 
- 
getParameterValuesDescription copied from interface:IPluginRequestGets all the values associated with a key.- Specified by:
- getParameterValuesin interface- IPluginRequest
- Parameters:
- key- The key of the parameters.
- Returns:
- All the values associated with the key.
 
- 
setParameterValueDescription copied from interface:IPluginRequestSets the value for the specified parameter.- Specified by:
- setParameterValuein interface- IPluginRequest
- Parameters:
- key- The key of the parameter.
- value- The value of the parameter.
 
- 
setParameterValuesDescription copied from interface:IPluginRequestSets the values associated with a key.- Specified by:
- setParameterValuesin interface- IPluginRequest
- Parameters:
- key- The key of the parameter.
- values- The values to set.
 
- 
convertToStringDescription copied from interface:IPluginRequestConverts the inner value to a string.- Specified by:
- convertToStringin interface- IPluginRequest
- Returns:
- a java.lang.String value.
 
 
-