Modifier and Type | Method and Description |
---|---|
static <K,V> PairObject<K,V> |
PairObject.bind(K key) |
static <K,V> PairObject<K,V> |
PairObject.bind(K key,
V value) |
PairObject<K,V> |
PairObject.setKey(K key) |
PairObject<K,V> |
PairObject.setValue(V value) |
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
ClassUtils.getFieldAnnotationFirst(Class<?> clazz,
Class<A> annotationClazz) |
PairObject<RSAPublicKey,RSAPrivateKey> |
CodecUtils.RSACodecHelper.initRSAKey() |
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
ClassUtils.getFieldAnnotations(Class<?> clazz,
Class<A> annotationClazz) |
Modifier and Type | Method and Description |
---|---|
PairObject<IView,ResponseCache> |
IInterceptorRuleProcessor.processRequest(IWebMvc owner,
IRequestContext requestContext)
处理请求执行拦截规则
|
Modifier and Type | Method and Description |
---|---|
Map<String,PairObject<Type.HeaderType,Object>> |
PageCacheElement.getHeaders() |
Constructor and Description |
---|
PageCacheElement(String contentType,
Map<String,PairObject<Type.HeaderType,Object>> headers,
byte[] body,
boolean storeGzipped) |
Modifier and Type | Method and Description |
---|---|
PairObject<IView,ResponseCache> |
DefaultInterceptorRuleProcessor.processRequest(IWebMvc owner,
IRequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
Map<String,PairObject<Type.HeaderType,Object>> |
GenericResponseWrapper.getHeaders() |
Modifier and Type | Method and Description |
---|---|
static PairObject<IView,String> |
View.mappingToView(IWebMvc owner,
String requestMapping) |
Copyright © 2022. All rights reserved.