public interface IParameterMapper
| Modifier and Type | Method and Description |
|---|---|
Object[] |
convertParameters(Object[] parameters,
Object request)
Convert parameters.
|
Object[] convertParameters(Object[] parameters, Object request) throws Exception
parameters - The values to convert.context - The context (could be the http servlet request or a custom container request).ExceptionCopyright © 2015. All Rights Reserved.