Modifier and Type | Class and Description |
---|---|
class |
BeanContextImpl |
class |
BeanExceptionCatchedContextImpl |
Modifier and Type | Method and Description |
---|---|
BaseContext |
BeanContextImpl.contain(String s) |
Modifier and Type | Interface and Description |
---|---|
interface |
Context
多层环境
|
Modifier and Type | Method and Description |
---|---|
BaseContext |
BaseContext.contain(String name)
如果上下文存在参数名称对应的参数信息,那么返回当前实例,不存在则返回null
|
Modifier and Type | Class and Description |
---|---|
class |
BaseContextImpl |
class |
ContextImpl |
Modifier and Type | Method and Description |
---|---|
BaseContext |
BaseContextImpl.contain(String name) |
Modifier and Type | Class and Description |
---|---|
class |
HttpConfigTemplateContext
基于HTTP通讯配置的上下文
|
Modifier and Type | Class and Description |
---|---|
class |
TinyVelocityContext
web上下文
|
Modifier and Type | Class and Description |
---|---|
class |
SpringTemplateContext |
Modifier and Type | Interface and Description |
---|---|
interface |
TemplateContext
模板引擎
Created by luoguo on 2014/6/4.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateContextDefault
Created by luoguo on 2014/6/6.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestTemplateContext
request包装的上下文对象
|
class |
TinyWebTemplateContext
tinywebcontext包装的模板上下文
|
Modifier and Type | Interface and Description |
---|---|
interface |
Warehouse
仓库,用于存放加工所用的材料或加工输出的产品
Created by luoguo on 14-1-8.
|
Modifier and Type | Class and Description |
---|---|
class |
WarehouseDefault
Created by luoguo on 14-1-8.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebContext
功能说明:定义web上下文接口
|
Modifier and Type | Class and Description |
---|---|
class |
WebContextImpl
web上下文接口实现
|
Modifier and Type | Interface and Description |
---|---|
interface |
TwoPhaseCommitWebContext
扩展于
WebContext ,支持先提交headers,再提交全体内容。 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebContextWrapper
功能说明:抽象的包装上下文,类属性值都是从被包装的上下文对象中获得
|
class |
CommitMonitor
保存commit的状态,用来防止重复commit。
|
class |
DefaultWebContext
功能说明:默认的上下文实现,如果filter没有自定义增强上下文的对象,那么就返回此对象
|
class |
SimpleWebContext
功能说明: 实现了
WebContext 接口,包含request、response和servletContext的信息。 |
Modifier and Type | Interface and Description |
---|---|
interface |
BasicWebContext
这是一个基础性的web context,提供了interceptor机制,主要用于构建可扩展的安全方案。
|
Modifier and Type | Class and Description |
---|---|
class |
BasicWebContextImpl
过滤header中的crlf,将status message用HTML entities转义,限制cookie的总大小。
|
Modifier and Type | Interface and Description |
---|---|
interface |
BufferedWebContext
对response.
getWriter() 和response.getOutputStream()
所返回的输出流进行缓存操作。 |
Modifier and Type | Class and Description |
---|---|
class |
BufferedWebContextImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
LazyCommitWebContext
延迟提交response。有些方法的调用会导致response被提交,包括:
sendError
sendRedirect
flushBuffer
setContentLength() 或
setHeader("Content-Length", len) ,但有些servlet
engine不会在这里提交response。
Response一旦提交,就不能修改header了。这对于一些应用(例如cookie-based session)的实现是一个问题。 |
Modifier and Type | Class and Description |
---|---|
class |
LazyCommitWebContextImpl
延迟提交response的实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
ParserWebContext
自动解析request parameters和cookie parameters,并透明地处理upload请求的web context实现。
|
Modifier and Type | Class and Description |
---|---|
class |
ParserWebContextImpl
自动解析request parameters和cookie parameters,并透明地处理upload请求的request context实现。
|
Modifier and Type | Interface and Description |
---|---|
interface |
RewriteWebContext
重写URL及参数的web context,类似于apache的mod_rewrite模块。
|
Modifier and Type | Class and Description |
---|---|
class |
RewriteWebContextImpl
重写URL及参数的request context,类似于apache的mod_rewrite模块。
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionWebContext
支持session的
WebContext 实现。 |
Modifier and Type | Class and Description |
---|---|
class |
SessionWebContextImpl
支持session的
HttpRequestContext 实现。 |
Modifier and Type | Interface and Description |
---|---|
interface |
SetLocaleWebContext
实现了Servlet 2.4规范中的response的方法。包括:
response.
setCharacterEncoding() 方法,使之可以方便地设置输出字符编码,而不需要依赖于
setContentType() 方法。
response.getContentType() 方法,使之可以取得当前输出的content type。
设置区域和编码字符集。包括:
LocaleUtil.setContextLocale()
request.setCharacterEncoding()
response.setLocale()
response.setCharacterEncoding() 。
|
Modifier and Type | Class and Description |
---|---|
class |
SetLocaleWebContextImpl
SetLocaleWebContext 的实现。 |
Modifier and Type | Interface and Description |
---|---|
interface |
WeiXinContext
微信上下文
|
Modifier and Type | Class and Description |
---|---|
class |
WeiXinContextDefault
默认的微信上下文实现
|
Modifier and Type | Class and Description |
---|---|
class |
XmlSignatureWebContextImpl |
Copyright © 2006–2018 TinyGroup. All rights reserved.