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 TypeClassDescriptionclassRetrieve the value of an HTTP Header.classExtracts a variable from the URL path.classAllows returning the parameters values of aHttpRequestas an array.classParameter implementation that extracts values from HTTP request parameters.classRetrieves a value from the http sessionclassParameter 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 TypeMethodDescriptionHypermediaService.getParameters()Gets the list of parameters to extract from the request.InsertService.getParameters()Gets the list of parameters to extract from the request.SelectService.getParameters()Gets the list of parameters to extract from the request.UpdateService.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 TypeMethodDescriptionvoidHypermediaService.setParameters(List<Parameter> parameters) Sets the list of parameters to extract from the request.voidInsertService.setParameters(List<Parameter> parameters) Sets the list of parameters to extract from the request.voidSelectService.setParameters(List<Parameter> parameters) Sets the list of parameters to extract from the request.voidUpdateService.setParameters(List<Parameter> parameters) Sets the list of parameters to extract from the request.