Uses of Interface
com.aspectran.core.util.MultiValueMap
-
Packages that use MultiValueMap Package Description com.aspectran.core.activity.request com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.aspectran.core.context.expr com.aspectran.core.util com.aspectran.undertow.adapter com.aspectran.web.activity.request com.aspectran.web.adapter 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 MultiValueMap Modifier and Type Method Description MultiValueMap<java.lang.String,java.lang.String>AbstractRequest. getHeaderMap()Returns a map of the request headers that can be modified.Methods in com.aspectran.core.activity.request with parameters of type MultiValueMap Modifier and Type Method Description voidAbstractRequest. putAllFileParameters(MultiValueMap<java.lang.String,FileParameter> fileParameterMap)voidAbstractRequest. putAllParameters(MultiValueMap<java.lang.String,java.lang.String> multiValueMap)voidAbstractRequest. setHeaderMap(MultiValueMap<java.lang.String,java.lang.String> headers) -
Uses of MultiValueMap in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter that return MultiValueMap Modifier and Type Method Description MultiValueMap<java.lang.String,java.lang.String>DefaultResponseAdapter. getAllHeaders()Returns a map of the request headers that can be modified.MultiValueMap<java.lang.String,java.lang.String>RequestAdapter. getHeaderMap()Returns a map of the request headers that can be modified.MultiValueMap<java.lang.String,java.lang.String>DefaultResponseAdapter. touchHeaders()Returns a map of the response headers that can be modified.Methods in com.aspectran.core.adapter with parameters of type MultiValueMap Modifier and Type Method Description voidRequestAdapter. putAllFileParameters(MultiValueMap<java.lang.String,FileParameter> fileParameterMap)Copies all of the mappings from the specified file parameters.voidRequestAdapter. putAllParameters(MultiValueMap<java.lang.String,java.lang.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 MultiValueMap Modifier and Type Method Description MultiValueMap<java.lang.String,java.lang.String>ItemEvaluation. evaluateAsMultiValueMap(ItemRuleMap itemRuleMap)MultiValueMap<java.lang.String,java.lang.String>ItemEvaluation. evaluateAsMultiValueMap(java.util.Collection<ItemRule> itemRules)MultiValueMap<java.lang.String,java.lang.String>ItemEvaluator. evaluateAsMultiValueMap(ItemRuleMap itemRuleMap)MultiValueMap<java.lang.String,java.lang.String>ItemEvaluator. evaluateAsMultiValueMap(java.util.Collection<ItemRule> itemRuleLIst) -
Uses of MultiValueMap in com.aspectran.core.util
Classes in com.aspectran.core.util that implement MultiValueMap Modifier and Type Class Description classLinkedCaseInsensitiveMultiValueMap<V>This class is a clone of org.springframework.util.LinkedCaseInsensitiveMultiValueMapclassLinkedMultiValueMap<K,V>This class is a clone of org.springframework.util.LinkedMultiValueMapMethods in com.aspectran.core.util with parameters of type MultiValueMap Modifier and Type Method Description voidLinkedCaseInsensitiveMultiValueMap. addAll(MultiValueMap<java.lang.String,V> values)voidLinkedMultiValueMap. addAll(MultiValueMap<K,V> values)voidMultiValueMap. addAll(MultiValueMap<K,V> values)Add all the values of the givenMultiValueMapto the current values. -
Uses of MultiValueMap in com.aspectran.undertow.adapter
Methods in com.aspectran.undertow.adapter that return MultiValueMap Modifier and Type Method Description MultiValueMap<java.lang.String,java.lang.String>TowRequestAdapter. getHeaderMap() -
Uses of MultiValueMap in com.aspectran.web.activity.request
Methods in com.aspectran.web.activity.request that return MultiValueMap Modifier and Type Method Description static MultiValueMap<java.lang.String,java.lang.String>WebRequestBodyParser. parseURLEncoded(java.lang.String body, java.lang.String encoding) -
Uses of MultiValueMap in com.aspectran.web.adapter
Methods in com.aspectran.web.adapter that return MultiValueMap Modifier and Type Method Description MultiValueMap<java.lang.String,java.lang.String>HttpServletRequestAdapter. getHeaderMap()
-