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
Retrieve the value of an HTTP Header.class
Extracts a variable from the URL path.class
Allows returning the parameters values of aHttpRequest
as an array.class
Parameter implementation that extracts values from HTTP request parameters.class
Retrieves a value from the http sessionclass
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 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.Method parameters in com.invirgance.convirgance.web.service with type arguments of type ParameterModifier and TypeMethodDescriptionvoid
HypermediaService.setParameters
(List<Parameter> parameters) Sets the list of parameters to extract from the request.void
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.