Uses of Interface
com.invirgance.convirgance.web.parameter.Parameter
Packages that use Parameter
Package
Description
Parameter extraction and binding API.
Core web service implementations.
-
Uses of Parameter in com.invirgance.convirgance.web.parameter
Classes in com.invirgance.convirgance.web.parameter that implement ParameterModifier and TypeClassDescriptionclass
Allows returning the parameters values of aHttpRequest
as an array.class
Parameter implementation that extracts values from HTTP request parameters.class
Parameter implementation that provides a fixed, predefined value. -
Uses of Parameter in com.invirgance.convirgance.web.service
Methods in com.invirgance.convirgance.web.service that return types with arguments of type ParameterModifier and TypeMethodDescriptionInsertService.getParameters()
Gets the list of parameters to extract from the request.SelectService.getParameters()
Gets the list of parameters to extract from the request.Method parameters in com.invirgance.convirgance.web.service with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
InsertService.setParameters
(List<Parameter> parameters) Sets the list of parameters to extract from the request.void
SelectService.setParameters
(List<Parameter> parameters) Sets the list of parameters to extract from the request.