Uses of Interface
com.aspectran.utils.MultiValueMap
Packages that use MultiValueMap
Package
Description
A package for providing adapters for integration with a core activity.
Miscellaneous utility classes, such as utilities for working
with strings, classes, collections, reflection, etc.
Contains a variant of the adapter interface for web application.
-
Uses of MultiValueMap in com.aspectran.core.activity.request
Methods in com.aspectran.core.activity.request that return MultiValueMapModifier and TypeMethodDescriptionAbstractRequest.getHeaderMap()
Returns a map of the request headers that can be modified.Methods in com.aspectran.core.activity.request with parameters of type MultiValueMapModifier and TypeMethodDescriptionvoid
AbstractRequest.putAllFileParameters
(MultiValueMap<String, FileParameter> fileParameterMap) void
AbstractRequest.putAllParameters
(MultiValueMap<String, String> multiValueMap) void
AbstractRequest.setHeaderMap
(MultiValueMap<String, String> headers) -
Uses of MultiValueMap in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter that return MultiValueMapModifier and TypeMethodDescriptionDefaultResponseAdapter.getAllHeaders()
Returns a map of the request headers that can be modified.RequestAdapter.getHeaderMap()
Returns a map of the request headers that can be modified.DefaultResponseAdapter.touchHeaders()
Returns a map of the response headers that can be modified.Methods in com.aspectran.core.adapter with parameters of type MultiValueMapModifier and TypeMethodDescriptionvoid
RequestAdapter.putAllFileParameters
(MultiValueMap<String, FileParameter> fileParameterMap) Copies all of the mappings from the specified file parameters.void
RequestAdapter.putAllParameters
(MultiValueMap<String, String> multiValueMap) Copies all of the mappings from the specified parameters. -
Uses of MultiValueMap in com.aspectran.core.context.expr
Methods in com.aspectran.core.context.expr that return MultiValueMapModifier and TypeMethodDescriptionItemEvaluation.evaluateAsMultiValueMap
(ItemRuleMap itemRuleMap) ItemEvaluation.evaluateAsMultiValueMap
(Collection<ItemRule> itemRules) ItemEvaluator.evaluateAsMultiValueMap
(ItemRuleMap itemRuleMap) ItemEvaluator.evaluateAsMultiValueMap
(Collection<ItemRule> itemRuleLIst) -
Uses of MultiValueMap in com.aspectran.undertow.adapter
Methods in com.aspectran.undertow.adapter that return MultiValueMap -
Uses of MultiValueMap in com.aspectran.utils
Classes in com.aspectran.utils that implement MultiValueMapModifier and TypeClassDescriptionclass
This class is a clone of org.springframework.util.LinkedCaseInsensitiveMultiValueMapclass
LinkedMultiValueMap<K,
V> This class is a clone of org.springframework.util.LinkedMultiValueMapMethods in com.aspectran.utils with parameters of type MultiValueMapModifier and TypeMethodDescriptionvoid
LinkedCaseInsensitiveMultiValueMap.addAll
(MultiValueMap<String, V> values) void
LinkedMultiValueMap.addAll
(MultiValueMap<K, V> values) void
MultiValueMap.addAll
(MultiValueMap<K, V> values) Add all the values of the givenMultiValueMap
to the current values. -
Uses of MultiValueMap in com.aspectran.web.activity.request
Methods in com.aspectran.web.activity.request that return MultiValueMapModifier and TypeMethodDescriptionstatic MultiValueMap<String,
String> WebRequestBodyParser.parseURLEncoded
(String body, String encoding) -
Uses of MultiValueMap in com.aspectran.web.activity.response
Methods in com.aspectran.web.activity.response that return MultiValueMapModifier and TypeMethodDescriptionprotected MultiValueMap<String,
String> AbstractRestResponse.getHeaders()
-
Uses of MultiValueMap in com.aspectran.web.adapter
Methods in com.aspectran.web.adapter that return MultiValueMap -
Uses of MultiValueMap in com.aspectran.web.support.util
Methods in com.aspectran.web.support.util that return MultiValueMapModifier and TypeMethodDescriptionstatic MultiValueMap<String,
String> UriUtils.encodeQueryParams
(MultiValueMap<String, String> params) Encode the query parameters from the givenMultiValueMap
with UTF-8.Methods in com.aspectran.web.support.util with parameters of type MultiValueMapModifier and TypeMethodDescriptionstatic MultiValueMap<String,
String> UriUtils.encodeQueryParams
(MultiValueMap<String, String> params) Encode the query parameters from the givenMultiValueMap
with UTF-8.