@Singleton public class FxWebInterceptor extends Object implements InvokerFilter
| 构造器和说明 |
|---|
FxWebInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Map<String,List<String>> |
cookieArrayMap()
cookieMap,Value是数组
|
static Map<String,String> |
cookieMap()
cookieMap
|
Object |
doInvoke(Invoker invoker,
InvokerChain chain) |
static Map<String,List<String>> |
headerArrayMap()
headerMap,Value是数组
|
static Map<String,String> |
headerMap()
headerMap
|
static Invoker |
invoker() |
static javax.servlet.http.HttpSession |
servletSession()
session
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, initpublic Object doInvoke(Invoker invoker, InvokerChain chain) throws Throwable
doInvoke 在接口中 InvokerFilterThrowablepublic static Invoker invoker()
public static javax.servlet.http.HttpSession servletSession()
Copyright © 2020. All rights reserved.