パッケージ | 説明 |
---|---|
nablarch.common.web.handler.threadcontext |
画面処理用のスレッドコンテキストに各種属性の設定を行うハンドラを提供する。
|
nablarch.common.web.validator | |
nablarch.fw.web.handler.secure |
セキュリティに関連する機能を提供する。
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected abstract String |
LanguageAttributeInHttpSupport.getKeepingLanguage(HttpRequest req,
ServletExecutionContext ctx)
保持している言語を取得する。
|
protected String |
LanguageAttributeInHttpCookie.getKeepingLanguage(HttpRequest req,
ServletExecutionContext ctx) |
protected String |
LanguageAttributeInHttpSession.getKeepingLanguage(HttpRequest req,
ServletExecutionContext ctx) |
protected abstract String |
TimeZoneAttributeInHttpSupport.getKeepingTimeZone(HttpRequest req,
ServletExecutionContext ctx)
保持しているタイムゾーンを取得する。
|
protected String |
TimeZoneAttributeInHttpSession.getKeepingTimeZone(HttpRequest req,
ServletExecutionContext ctx) |
protected String |
TimeZoneAttributeInHttpCookie.getKeepingTimeZone(HttpRequest req,
ServletExecutionContext ctx) |
protected Locale |
LanguageAttributeInHttpSupport.getLocale(HttpRequest req,
ServletExecutionContext ctx)
スレッドコンテキストに保持する言語属性を返す。
|
protected TimeZone |
TimeZoneAttributeInHttpSupport.getTimeZone(HttpRequest req,
ServletExecutionContext ctx)
スレッドコンテキストに保持するタイムゾーン属性を返す。
|
protected abstract void |
LanguageAttributeInHttpSupport.keepLanguage(HttpRequest req,
ServletExecutionContext ctx,
String language)
ユーザが選択した言語を保持する。
|
protected void |
LanguageAttributeInHttpCookie.keepLanguage(HttpRequest req,
ServletExecutionContext ctx,
String language) |
protected void |
LanguageAttributeInHttpSession.keepLanguage(HttpRequest req,
ServletExecutionContext ctx,
String language) |
protected abstract void |
TimeZoneAttributeInHttpSupport.keepTimeZone(HttpRequest req,
ServletExecutionContext ctx,
String timeZone)
ユーザが選択したタイムゾーンを保持する。
|
protected void |
TimeZoneAttributeInHttpSession.keepTimeZone(HttpRequest req,
ServletExecutionContext ctx,
String timeZone) |
protected void |
TimeZoneAttributeInHttpCookie.keepTimeZone(HttpRequest req,
ServletExecutionContext ctx,
String timeZone) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected static List<Message> |
BeanValidationStrategy.sortMessages(List<Message> messages,
ServletExecutionContext context,
InjectForm injectForm)
メッセージをソートする。
|
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
SecureResponseHeader.isOutput(HttpResponse response,
ServletExecutionContext context)
このヘッダを出力するか否かを返す。
|