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 |
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 |
SessionWebContext
支持session的
WebContext 实现。 |
Modifier and Type | Class and Description |
---|---|
class |
SessionWebContextImpl
支持session的
HttpRequestContext 实现。 |
Copyright © 2006–2018 TinyGroup. All rights reserved.