| Package | Description |
|---|---|
| com.aspectran.core.activity.request | |
| com.aspectran.core.activity.response | |
| com.aspectran.core.adapter |
A package for providing basic adapters for integration with a core activity.
|
| com.aspectran.core.context.expr | |
| com.aspectran.core.util |
| Modifier and Type | Method | Description |
|---|---|---|
MultiValueMap<java.lang.String,java.lang.String> |
AbstractRequest.getAllHeaders() |
Returns a map of the request headers that can be modified.
|
protected MultiValueMap<java.lang.String,java.lang.String> |
AbstractRequest.touchHeaders() |
Returns a map of the request headers that can be modified.
|
| Modifier and Type | Method | Description |
|---|---|---|
MultiValueMap<java.lang.String,java.lang.String> |
AbstractResponse.getHeaders() |
Returns a map of the request headers that can be modified.
|
MultiValueMap<java.lang.String,java.lang.String> |
AbstractResponse.touchHeaders() |
Returns a map of the request headers that can be modified.
|
| Modifier and Type | Method | Description |
|---|---|---|
MultiValueMap<java.lang.String,java.lang.String> |
RequestAdapter.getAllHeaders() |
Returns a map of the request headers that can be modified.
|
MultiValueMap<java.lang.String,java.lang.String> |
ResponseAdapter.getHeaders() |
Returns a map of the request headers that can be modified.
|
MultiValueMap<java.lang.String,java.lang.String> |
ResponseAdapter.touchHeaders() |
Returns a map of the request headers that can be modified.
|
| Modifier and Type | Method | Description |
|---|---|---|
MultiValueMap<java.lang.String,java.lang.String> |
ItemEvaluator.evaluateAsMultiValueMap(ItemRuleMap itemRuleMap) |
|
MultiValueMap<java.lang.String,java.lang.String> |
ItemExpressionParser.evaluateAsMultiValueMap(ItemRuleMap itemRuleMap) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LinkedCaseInsensitiveMultiValueMap<V> |
LinkedHashMap variant that stores String keys in a case-insensitive
manner, for example for key-based access in a results table. |
class |
LinkedMultiValueMap<K,V> |
Simple implementation of
MultiValueMap that wraps a LinkedHashMap,
storing multiple values in a LinkedList. |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.