Package | Description |
---|---|
nablarch.common.web.handler.threadcontext |
画面処理用のスレッドコンテキストに各種属性の設定を行うハンドラを提供する。
|
nablarch.common.web.validator | |
nablarch.fw.web.handler.responsewriter |
レスポンス出力機能を提供する。
JSP以外に、任意のレスポンス出力処理を実行できる。
|
nablarch.fw.web.handler.secure |
セキュリティに関連する機能を提供する。
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
LanguageAttributeInHttpCookie.getKeepingLanguage(HttpRequest req,
ServletExecutionContext ctx) |
protected abstract java.lang.String |
LanguageAttributeInHttpSupport.getKeepingLanguage(HttpRequest req,
ServletExecutionContext ctx)
保持している言語を取得する。
|
protected java.lang.String |
LanguageAttributeInHttpSession.getKeepingLanguage(HttpRequest req,
ServletExecutionContext ctx) |
protected java.lang.String |
TimeZoneAttributeInHttpSession.getKeepingTimeZone(HttpRequest req,
ServletExecutionContext ctx) |
protected java.lang.String |
TimeZoneAttributeInHttpCookie.getKeepingTimeZone(HttpRequest req,
ServletExecutionContext ctx) |
protected abstract java.lang.String |
TimeZoneAttributeInHttpSupport.getKeepingTimeZone(HttpRequest req,
ServletExecutionContext ctx)
保持しているタイムゾーンを取得する。
|
protected java.util.Locale |
LanguageAttributeInHttpSupport.getLocale(HttpRequest req,
ServletExecutionContext ctx)
スレッドコンテキストに保持する言語属性を返す。
|
protected java.util.TimeZone |
TimeZoneAttributeInHttpSupport.getTimeZone(HttpRequest req,
ServletExecutionContext ctx)
スレッドコンテキストに保持するタイムゾーン属性を返す。
|
protected void |
LanguageAttributeInHttpCookie.keepLanguage(HttpRequest req,
ServletExecutionContext ctx,
java.lang.String language) |
protected abstract void |
LanguageAttributeInHttpSupport.keepLanguage(HttpRequest req,
ServletExecutionContext ctx,
java.lang.String language)
ユーザが選択した言語を保持する。
|
protected void |
LanguageAttributeInHttpSession.keepLanguage(HttpRequest req,
ServletExecutionContext ctx,
java.lang.String language) |
protected void |
TimeZoneAttributeInHttpSession.keepTimeZone(HttpRequest req,
ServletExecutionContext ctx,
java.lang.String timeZone) |
protected void |
TimeZoneAttributeInHttpCookie.keepTimeZone(HttpRequest req,
ServletExecutionContext ctx,
java.lang.String timeZone) |
protected abstract void |
TimeZoneAttributeInHttpSupport.keepTimeZone(HttpRequest req,
ServletExecutionContext ctx,
java.lang.String timeZone)
ユーザが選択したタイムゾーンを保持する。
|
Modifier and Type | Method and Description |
---|---|
protected static java.util.List<Message> |
BeanValidationStrategy.sortMessages(java.util.List<Message> messages,
ServletExecutionContext context,
InjectForm injectForm)
メッセージをソートする。
|
Modifier and Type | Method and Description |
---|---|
boolean |
CustomResponseWriter.isResponsibleTo(java.lang.String path,
ServletExecutionContext context)
処理対象のレスポンスであるか判定する。
|
void |
CustomResponseWriter.writeResponse(java.lang.String path,
ServletExecutionContext context)
レスポンスの書き込みを行う。
|
Modifier and Type | Method and Description |
---|---|
boolean |
SecureResponseHeader.isOutput(HttpResponse response,
ServletExecutionContext context)
このヘッダを出力するか否かを返す。
|