org.tinygroup.weblayer.webcontext.basic
接口 BasicWebContext

所有超级接口:
org.tinygroup.context.BaseContext, org.tinygroup.context.Context, TwoPhaseCommitWebContext, WebContext
所有已知实现类:
BasicWebContextImpl

public interface BasicWebContext
extends TwoPhaseCommitWebContext

这是一个基础性的web context,提供了interceptor机制,主要用于构建可扩展的安全方案。

作者:
renhui

方法摘要
 Object[] getResponseHeaderInterceptors()
           
 
从接口 org.tinygroup.weblayer.webcontext.TwoPhaseCommitWebContext 继承的方法
commitHeaders
 
从接口 org.tinygroup.weblayer.WebContext 继承的方法
getObject, getRequest, getResponse, getServletContext, getWrappedWebContext, init, setObject, setRequest, setResponse, setServletContext
 
从接口 org.tinygroup.context.Context 继承的方法
clearSubContext, createSubContext, get, getParent, getSubContext, getSubContextMap, put, putSubContext, remove, removeSubContext, setParent
 
从接口 org.tinygroup.context.BaseContext 继承的方法
clear, exist, get, get, getItemMap, put, remove, renameKey, size
 

方法详细信息

getResponseHeaderInterceptors

Object[] getResponseHeaderInterceptors()


Copyright © 2006–2014 开源组织. All rights reserved.