abstractpublic class StringArrayRequestControl extends BaseControl(Code)
This class is a generalization of controls that have a single String[] request
parameter.
author: Jevgeni Kabanov (ekabanov at araneaframework dot org)
toResponseParameters(Object controlValue) This method should return the String[] representation of the control value.
Parameters: controlValue - the control value.
This method should preprocess the parameterValues and return the processed
variant. It may be used to normalize the request making the further parsing of it
easier.
Parameters: parameterValues - String[]- the values from request. the preprocessed values from request.
This method should return the String[] representation of the control value.
Parameters: controlValue - the control value. the String[] representation of the control value.