Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

save() - Method in class nablarch.common.web.session.Session
セッションを保存する。
save() - Method in class nablarch.core.util.map.CopyOnReadMap
カレントスレッドが保持しているスナップショットを実体のマップに反映する。 処理の結果によらず、現行スレッドのスナップショットは破棄する。
save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.SessionStore
セッションの内容をストアに保存する。
save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.store.DbStore
ユーザセッションテーブルにセッション情報を保存する。
save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.store.HiddenStore
セッションの内容をストアに保存する。
save(String, List<SessionEntry>, ExecutionContext) - Method in class nablarch.common.web.session.store.HttpSessionStore
 
save(Collection<String>, ExecutionContext) - Method in class nablarch.common.authorization.role.session.SessionStoreUserRoleResolver
セッションストアにロール一覧を保存する。
save(Collection<String>, ExecutionContext) - Static method in class nablarch.common.authorization.role.session.SessionStoreUserRoleUtil
現在のセッションに紐づくユーザが持つロールをセッションストアに保存する。
saveBoundClassAndMethodToRequestScope(ExecutionContext, Class<?>, Method) - Method in class nablarch.fw.handler.MethodBinding
ディスパッチ先のクラスとメソッドをリクエストスコープに記録する。
saveExpirationDateTime(String, long, ExecutionContext) - Method in class nablarch.common.web.session.DbManagedExpiration
 
saveExpirationDateTime(String, long, ExecutionContext) - Method in interface nablarch.common.web.session.Expiration
有効期限を保存する。
saveExpirationDateTime(String, long, ExecutionContext) - Method in class nablarch.common.web.session.HttpSessionManagedExpiration
 
saveReply(RequestMessage, ResponseMessage) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
応答電文を再送電文テーブルに格納する。
saveResumePoint() - Method in class nablarch.fw.reader.ResumeDataReader
正常に処理できたポイントを保存する。
saveResumePoint(String, int) - Method in class nablarch.fw.reader.ResumePointManager
正常に処理できたポイントを保存する。
saveToken(String, NablarchHttpServletRequestWrapper) - Method in class nablarch.common.web.token.DbTokenManager
 
saveToken(String, NablarchHttpServletRequestWrapper) - Method in class nablarch.common.web.token.HttpSessionTokenManager
 
saveToken(String, NablarchHttpServletRequestWrapper) - Method in interface nablarch.common.web.token.TokenManager
トークンを保存する。
SchemaReplacer - Class in nablarch.core.db.statement.sqlloader
スキーマのプレースホルダーを置き換えるクラス。 SQL文中に#SCHEMA#というプレースホルダーがあれば、それを指定されたスキーマ名で置換する。
SchemaReplacer() - Constructor for class nablarch.core.db.statement.sqlloader.SchemaReplacer
 
SCHEMES - Static variable in class nablarch.fw.web.ResourceLocator
対応するスキーム名
SCOPE_VAR_NAME_BOUND_CLASS - Static variable in class nablarch.fw.handler.MethodBinding
ディスパッチ先の Class オブジェクトをリクエストスコープに保存するときのキー名。
SCOPE_VAR_NAME_BOUND_METHOD - Static variable in class nablarch.fw.handler.MethodBinding
ディスパッチ先の Method オブジェクトをリクエストスコープに保存するときのキー名。
ScriptTag - Class in nablarch.common.web.tag
コンテキストパスの付加とURLリライトに対応するscriptタグを出力するクラス。
ScriptTag() - Constructor for class nablarch.common.web.tag.ScriptTag
 
search(String, ListSearchInfo) - Method in class nablarch.core.db.support.DbAccessSupport
指定されたSQL_IDとListSearchInfoから件数取得及び検索を実行する。 検索結果の件数は、指定されたListSearchInfoオブジェクトに設定する。
SearchTag - Class in nablarch.common.web.tag
入力データ復元とHTMLエスケープを行うinputタグ(type="search")を出力するクラス。
SearchTag() - Constructor for class nablarch.common.web.tag.SearchTag
 
SecureHandler - Class in nablarch.fw.web.handler
Webアプリケーションのセキュリティに関する処理やヘッダ設定を行うハンドラ。
SecureHandler() - Constructor for class nablarch.fw.web.handler.SecureHandler
 
SecureResponseHeader - Interface in nablarch.fw.web.handler.secure
セキュリティに関連したレスポンスヘッダを返すインタフェース
SecureResponseHeaderSupport - Class in nablarch.fw.web.handler.secure
単純なSecureResponseHeaderの実装を提供するサポートクラス。
SecureResponseHeaderSupport(String, String) - Constructor for class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
コンストラクタ。
SEE_OTHER - Enum constant in enum class nablarch.fw.web.HttpResponse.Status
リダイレクト
SELECTED - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
selected属性
selectHandlers(Object, Class<T>, Class<?>) - Method in class nablarch.fw.ExecutionContext
ハンドラキュー上の後続ハンドラのうち、 指定されたクラスもしくはインタフェースを実装しているものを全て返す。
SelectOption - Class in nablarch.core.db.statement
検索処理のオプションを保持するクラス。
SelectOption(int, int) - Constructor for class nablarch.core.db.statement.SelectOption
検索オプションを生成する。
SelectTagSupport - Class in nablarch.common.web.tag
selectタグの属性を出力するクラスの実装をサポートするクラス。
SelectTagSupport() - Constructor for class nablarch.common.web.tag.SelectTagSupport
 
send(SendingMessage) - Method in class nablarch.fw.messaging.MessagingContext
メッセージを送信する。
SendingMessage - Class in nablarch.fw.messaging
対外システムに対する仕向け要求電文を表すクラス。
SendingMessage() - Constructor for class nablarch.fw.messaging.SendingMessage
SendingMessageを生成する。
SendingMessage(SendingMessage) - Constructor for class nablarch.fw.messaging.SendingMessage
元となるSendingMessageからインスタンスを生成する。
SendMailRetryableException - Exception in nablarch.common.mail
メール送信時にリトライ可能である状態を示す例外
SendMailRetryableException(String, Throwable) - Constructor for exception nablarch.common.mail.SendMailRetryableException
コンストラクタ。
sendMessage(SendingMessage) - Method in class nablarch.fw.messaging.MessagingContext
メッセージを送信する。
sendMessage(SendingMessage) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider.Context
メッセージを送信する。
sendRequest(HttpRequest) - Method in class nablarch.test.core.http.SimpleRestTestSupport
テストリクエストを内蔵サーバに渡しレスポンスを返す。
sendRequest(HttpRequest, RequestResponseProcessor) - Method in class nablarch.test.core.http.SimpleRestTestSupport
テストリクエストを内蔵サーバに渡しレスポンスを返す。
sendRequestWithContext(HttpRequest, ExecutionContext) - Method in class nablarch.test.core.http.SimpleRestTestSupport
ExecutionContextを設定しテストリクエストを内蔵サーバに渡しレスポンスを返す。 ExecutionContextの設定はHttpRequestTestSupportHandlerを利用する。
sendRequestWithContext(HttpRequest, ExecutionContext, RequestResponseProcessor) - Method in class nablarch.test.core.http.SimpleRestTestSupport
ExecutionContextを設定しテストリクエストを内蔵サーバに渡しレスポンスを返す。 ExecutionContextの設定はHttpRequestTestSupportHandlerを利用する。
SendStatusUpdateFailureException - Exception in nablarch.common.mail
メール送信時の送信ステータス更新に失敗した状態を示す例外 本例外が発生した際は、送信ステータスが未送信から送信済みまたは送信失敗へ失敗したことを表す。
SendStatusUpdateFailureException(String, Throwable) - Constructor for exception nablarch.common.mail.SendStatusUpdateFailureException
コンストラクタ。
sendSync(MessageSenderSettings, SyncMessage) - Method in interface nablarch.fw.messaging.MessageSenderClient
同期通信を行う。
sendSync(MessageSenderSettings, SyncMessage) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
HTTPを使用したリアルタイム通信通信を行う。
sendSync(SendingMessage) - Method in class nablarch.fw.messaging.MessagingContext
メッセージの同期送信を行う。 プロバイダ側設定のタイムアウト時間を経過した場合はnullを返す。
sendSync(SendingMessage, long) - Method in class nablarch.fw.messaging.MessagingContext
メッセージの同期送信を行う。 メッセージ送信後、応答電文を受信するか、指定した時間が経過するまでブロックする。 タイムアウトした場合はnullを返す。 タイムアウト時間に0以下の数値を設定した場合、 プロバイダ側のデフォルトタイムアウト時間を経過した場合はnullを返す。 タイムアウト時間が指定された場合は有効期間ヘッダにタイムアウト時間を指定する。
sendSync(SyncMessage) - Static method in class nablarch.fw.messaging.MessageSender
対外システムにメッセージを送信し、応答された電文を返す。
SentMessageTableSchema - Class in nablarch.fw.messaging.tableschema
再送電文管理テーブルスキーマ定義クラス。
SentMessageTableSchema() - Constructor for class nablarch.fw.messaging.tableschema.SentMessageTableSchema
 
SEPARATOR - Enum constant in enum class nablarch.core.util.JsonParser.TokenType
セパレータ
SequenceGeneratorFailedException(String) - Constructor for exception nablarch.common.idgenerator.SequenceIdGenerator.SequenceGeneratorFailedException
例外を生成する。
sequenceIdGenerator - Variable in class nablarch.common.dao.DaoContextFactory
シーケンスID採番用のIdGenerator実装クラス
SequenceIdGenerator - Class in nablarch.common.idgenerator
データベースのシーケンスオブジェクトを用いて一意の値を採番するクラス。
SequenceIdGenerator() - Constructor for class nablarch.common.idgenerator.SequenceIdGenerator
 
SequenceIdGenerator.SequenceGeneratorFailedException - Exception in nablarch.common.idgenerator
シーケンス採番に失敗したことを示す例外クラス。
SequenceIdGeneratorSupport - Class in nablarch.common.idgenerator
Deprecated.
本実装は、Dialectを使用してシーケンス採番を行うSequenceIdGeneratorに置き換わりました。
SequenceIdGeneratorSupport() - Constructor for class nablarch.common.idgenerator.SequenceIdGeneratorSupport
Deprecated.
コンストラクタ。
serialize(Writer, Object) - Method in class nablarch.core.text.json.ArrayToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.BooleanToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.CalendarToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.DateToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.JavaTimeToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in interface nablarch.core.text.json.JsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.ListToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.MapToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.NullToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.NumberToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.ObjectToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.core.text.json.StringToJsonSerializer
シリアライズを行う。
serialize(Writer, Object) - Method in class nablarch.fw.jaxrs.JsonStringToJsonSerializer
シリアライズを行う。
serializeDouble(Writer, Double) - Method in class nablarch.core.text.json.NumberToJsonSerializer
Double値のシリアライズを行う。
serializeFloat(Writer, Float) - Method in class nablarch.core.text.json.NumberToJsonSerializer
Float値のシリアライズを行う。
service(HttpServletRequest, HttpServletResponse) - Method in class nablarch.test.core.http.dump.RequestDumpServlet
SERVICE_UNAVAILABLE - Enum constant in enum class nablarch.fw.web.HttpResponse.Status
システムエラー:サービスを一時的に停止している。
ServiceAvailability - Interface in nablarch.common.availability
サービス提供可否状態を判定するインタフェース。
ServiceAvailabilityCheckHandler - Class in nablarch.common.availability
WEBサービス提供可否状態判定処理実施ハンドラ。
ThreadContextから取得したリクエストIDがサービス提供可能かどうか判定する。
ServiceAvailabilityCheckHandler - Class in nablarch.common.handler
ServiceAvailabilityCheckHandler() - Constructor for class nablarch.common.availability.ServiceAvailabilityCheckHandler
 
ServiceAvailabilityCheckHandler() - Constructor for class nablarch.common.handler.ServiceAvailabilityCheckHandler
Deprecated.
 
ServiceAvailabilityDisplayControlChecker - Class in nablarch.common.web.tag
開閉局情報に基づき、サブミットを行うタグの表示制御を行う必要があるか否かを判定するクラス。
ServiceAvailabilityDisplayControlChecker() - Constructor for class nablarch.common.web.tag.ServiceAvailabilityDisplayControlChecker
 
ServiceAvailabilityUtil - Class in nablarch.common.availability
サービス提供可否状態を判定するユーティリティ。
ServiceError - Exception in nablarch.fw.results
サービス側で生じた問題により処理が継続できないことを示す例外。
ServiceError() - Constructor for exception nablarch.fw.results.ServiceError
デフォルトコンストラクタ
ServiceError(String) - Constructor for exception nablarch.fw.results.ServiceError
コンストラクタ
ServiceError(String, Throwable) - Constructor for exception nablarch.fw.results.ServiceError
コンストラクタ
ServiceError(Throwable) - Constructor for exception nablarch.fw.results.ServiceError
コンストラクタ
ServiceError(LogLevel, String, Object...) - Constructor for exception nablarch.fw.results.ServiceError
運用ログへの出力に関する制御情報を含む例外を生成する。
ServiceError(LogLevel, Throwable, String, Object...) - Constructor for exception nablarch.fw.results.ServiceError
運用ログへの出力に関する制御情報を含む例外を生成する。
ServiceUnavailable - Exception in nablarch.fw.results
一時的に処理の受付を停止していることを表す例外。
ServiceUnavailable() - Constructor for exception nablarch.fw.results.ServiceUnavailable
デフォルトコンストラクタ
ServiceUnavailable(String) - Constructor for exception nablarch.fw.results.ServiceUnavailable
コンストラクタ
ServiceUnavailable(String, Throwable) - Constructor for exception nablarch.fw.results.ServiceUnavailable
コンストラクタ
ServiceUnavailable(Throwable) - Constructor for exception nablarch.fw.results.ServiceUnavailable
コンストラクタ
ServiceUnavailable(LogLevel, String, Object...) - Constructor for exception nablarch.fw.results.ServiceUnavailable
コンストラクタ
ServiceUnavailable(LogLevel, Throwable, String, Object...) - Constructor for exception nablarch.fw.results.ServiceUnavailable
コンストラクタ
ServletContextCreator - Interface in nablarch.fw.web.i18n
サーブレットコンテキストの生成を行うインタフェース。
ServletExecutionContext - Class in nablarch.fw.web.servlet
サーブレットコンテナ上でのリクエスト処理における実行コンテキスト
ServletExecutionContext(HttpServletRequest, HttpServletResponse, ServletContext) - Constructor for class nablarch.fw.web.servlet.ServletExecutionContext
コンストラクタ。
Session - Class in nablarch.common.web.session
セッション全体を表すクラス。
Session(ExecutionContext) - Constructor for class nablarch.common.web.session.Session
コンストラクタ。
SESSION_SCOPE_KEY - Static variable in interface nablarch.core.log.app.CommitLogger
セッションに自身のインスタンスを格納する際に使用するキー
SessionAttributeMap - Class in nablarch.fw.web.servlet
HttpSessionオブジェクトに対してMapインターフェースを与えるラッパー。
SessionAttributeMap(HttpSession) - Constructor for class nablarch.fw.web.servlet.SessionAttributeMap
HTTPセッションに対する、Mapインターフェースへのラッパーを作成する。
SessionConcurrentAccessHandler - Class in nablarch.fw.handler
SessionConcurrentAccessHandler - Class in nablarch.fw.web.handler
Deprecated.
本ハンドラは、SessionStoreを用いてセッション管理を行う SessionStoreHandlerに置き換わりました。
SessionConcurrentAccessHandler() - Constructor for class nablarch.fw.handler.SessionConcurrentAccessHandler
Deprecated.
 
SessionConcurrentAccessHandler() - Constructor for class nablarch.fw.web.handler.SessionConcurrentAccessHandler
Deprecated.
 
SessionConcurrentAccessHandler.ConcurrentAccessPolicy - Enum Class in nablarch.fw.web.handler
Deprecated.
セッションスコープ変数に対する並行アクセス同期ポリシー。
補足:並行アクセス同期ポリシーについて、version 1.4.3まではMANUALとSERIALIZEDが存在していたが、MANUALとSERIALIZEについてはversion 1.5.0以降で廃止された。
SessionConcurrentAccessHandler.SessionConfliction - Exception in nablarch.fw.web.handler
Deprecated.
セッション書き込みに競合が発生したことを表す例外。
SessionConfliction(String) - Constructor for exception nablarch.fw.web.handler.SessionConcurrentAccessHandler.SessionConfliction
Deprecated.
コンストラクタ。
SessionEntry - Class in nablarch.common.web.session
セッションに登録するオブジェクト。 JSPなどから値オブジェクトのプロパティを参照するために、Mapのインタフェースを実装している。 Mapインターフェースで操作する場合は、unmodifiableなMapとして振る舞う。 また、getter実行時に例外が発生する場合は、空のMapとして振る舞う。
SessionEntry(String, Object, SessionStore) - Constructor for class nablarch.common.web.session.SessionEntry
コンストラクタ。
SessionIdBuilder() - Constructor for class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.SessionIdBuilder
 
SessionIdBuilder() - Constructor for class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.SessionIdBuilder
 
SessionIdItem() - Constructor for class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionIdItem
 
SessionIdItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionIdItem
 
SessionKeyNotFoundException - Exception in nablarch.common.web.session
セッションに指定したキーが存在しないことを示す例外クラス。
SessionKeyNotFoundException(String) - Constructor for exception nablarch.common.web.session.SessionKeyNotFoundException
指定されたキーが存在しないことを示す例外を生成する。
SessionManager - Class in nablarch.common.web.session
セッションストアの管理および、セッションオブジェクトの生成を行うクラス。
SessionManager() - Constructor for class nablarch.common.web.session.SessionManager
コンストラクタ。
SessionScopeBuilder(LogUtil.MapValueEditor) - Constructor for class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.SessionScopeBuilder
コンストラクタ。
SessionScopeBuilder(LogUtil.MapValueEditor) - Constructor for class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.SessionScopeBuilder
コンストラクタ。
SessionScopeItem(char, Pattern[], String) - Constructor for class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionScopeItem
コンストラクタ。
SessionScopeItem(char, Pattern[], String) - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionScopeItem
コンストラクタ。
SessionStore - Class in nablarch.common.web.session
セッションの内容をストアに格納/読み込みするクラスが継承する共通実装。
SessionStore(String) - Constructor for class nablarch.common.web.session.SessionStore
コンストラクタ。 デフォルトのセッションストア名を設定する。
SessionStoreHandler - Class in nablarch.common.web.session
ストアを選択できるセッション保存機能のためのハンドラ。
SessionStoreHandler() - Constructor for class nablarch.common.web.session.SessionStoreHandler
 
SessionStoreIdBuilder() - Constructor for class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.SessionStoreIdBuilder
 
SessionStoreIdBuilder() - Constructor for class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.SessionStoreIdBuilder
 
SessionStoreIdItem() - Constructor for class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.SessionStoreIdItem
 
SessionStoreIdItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.SessionStoreIdItem
 
SessionStoreUserRoleResolver - Class in nablarch.common.authorization.role.session
ユーザに紐づくロールをセッションストアから解決するUserRoleResolver実装。
SessionStoreUserRoleResolver() - Constructor for class nablarch.common.authorization.role.session.SessionStoreUserRoleResolver
 
SessionStoreUserRoleUtil - Class in nablarch.common.authorization.role.session
ユーザに紐づくロールをセッションストアに保存するAPIを提供するクラス。
SessionUtil - Class in nablarch.common.web.session
セッションに関するユーティリティ。
set(int, E) - Method in class nablarch.common.dao.EntityList
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
set(ExecutionContext, JaxRsContext) - Static method in class nablarch.fw.jaxrs.JaxRsContext
JaxRsContextをリクエストスコープに設定する。
setAbnormalEndExceptions(List<String>) - Method in class nablarch.fw.handler.ProcessResidentHandler
処理を異常終了させる例外クラスを設定する。
setAbnormalEndExitCode(int) - Method in class nablarch.common.mail.MailConfig
送信失敗時の終了コードを設定する。
setAccept(String) - Method in class nablarch.common.web.tag.FileTag
XHTMLのaccept属性を設定する。
setAccept(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのaccept属性を設定する。
setAccept(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
受け入れるデータ種別を設定する。
setAccept(String) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
受け入れるデータ種別を設定します。
setAcceptCharset(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのaccept-charset属性を設定する。
setAccesskey(String) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
XHTMLのaccesskey属性を設定する。
setAction(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのaction属性を設定する。
setAddDefaultContentTypeForNoBodyResponse(boolean) - Method in class nablarch.common.web.WebConfig
ボディを持たないレスポンスでもContent-Typeを設定するか否かを設定する。 デフォルトはfalse。
setAdditionalInfo(String) - Method in class nablarch.core.db.statement.BasicSqlPStatement
付加情報を設定する。
ここで設定された情報は、付加情報としてSQLログに出力する。
setAdditionalInfo(String) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
付加情報を設定する。
setAlign(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのalign属性を設定する。
setAlign(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
XHTMLのalign属性を設定する。
setAllowArrayEmptyString(boolean) - Method in class nablarch.core.db.statement.sqlconvertor.VariableConditionSyntaxConvertor
配列(Collectionを含む)のサイズが1の場合で、 その要素の値が空文字列の場合にその項目を検索条件に含めるか否かを設定する。
setAllowCredentials(boolean) - Method in class nablarch.fw.jaxrs.cors.BasicCors
実際のリクエストで資格情報を使用してよいか否かを設定する。
setAllowDoubleSubmission(boolean) - Method in class nablarch.common.web.tag.ButtonTag
二重サブミットを許可するか否かを設定する。
デフォルトはtrue。
setAllowDoubleSubmission(boolean) - Method in class nablarch.common.web.tag.SubmitLinkTag
二重サブミットを許可するか否かを設定する。
デフォルトはtrue。
setAllowDoubleSubmission(boolean) - Method in class nablarch.common.web.tag.SubmitTag
二重サブミットを許可するか否かを設定する。
デフォルトはtrue。
setAllowDTD(boolean) - Method in class nablarch.core.dataformat.XmlDataParser
DTDの使用を許可する。 デフォルトは「許可しない」(false)。
setAllowedCharacters(String) - Method in class nablarch.core.validation.validator.unicode.LiteralCharsetDef
許容文字を設定する。 許容文字がBMPの範囲外にあり表示や入力に難がある場合は、U+n表記を使用するとよい。 例えば、ホッケ(U+29E3D)の場合は\uD867\uDE3Dのように入力する。
setAllowedMethods(Set<String>) - Method in class nablarch.fw.web.handler.csrf.HttpMethodVerificationTargetMatcher
CSRFトークンの検証対象外となるHTTPメソッドの集合を設定する。
setAllowedRecordSeparatorList(List<String>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
許容するレコード終端文字列のリストを設定する。
setAllowedRecordSeparatorList(List<String>) - Method in class nablarch.core.dataformat.FormatterFactory
許容するレコード終端文字列のリストを設定する。
setAllowHeaders(List<String>) - Method in class nablarch.fw.jaxrs.cors.BasicCors
実際のリクエストで使用できるHTTPヘッダを設定する。
setAllowMethods(List<String>) - Method in class nablarch.fw.jaxrs.cors.BasicCors
リソースへのアクセス時に許可するメソッドを設定する。
setAllowNullValue(boolean) - Method in class nablarch.core.validation.convertor.BooleanConvertor
変換対象の値にnullを許可するか否かを設定する。
setAllowNullValue(boolean) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
変換対象の値にnullを許可するか否かを設定する。 設定を省略した場合、nullが許可される。
setAllowNullValue(boolean) - Method in class nablarch.core.validation.convertor.StringConvertor
変換対象の値にnullを許可するか否かを設定する。
setAllowOrigins(List<String>) - Method in class nablarch.fw.jaxrs.cors.BasicCors
リソースへのアクセスを許可するオリジンを設定する。
setAllowSurrogatePair(boolean) - Method in class nablarch.core.validation.ee.SystemCharConfig
サロゲートペアを許容するかどうかを表すフラグを設定する
setAllowSurrogatePair(boolean) - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
サロゲートペアを許容するかどうかを設定する。
setAlt(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのalt属性を設定する。
setAlt(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
XHTMLのalt属性を設定する。
setAnonymousId(String) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
未ログイン時にスレッドコンテキストに設定されるIDを設定する。
setAppendResponseCharacterEncoding(boolean) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
レスポンスのContent-Typeに「;charset=xx」を付加するかのフラグを設定する。
setArray(int, Array) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setArray(int, Array) - Method in interface nablarch.core.db.statement.SqlPStatement
setAsciiStream(int, InputStream, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setAsciiStream(int, InputStream, int) - Method in interface nablarch.core.db.statement.SqlPStatement
setAscSortSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのascSortSubmitCss属性のデフォルト値を設定する。
setAttribute(String, Object) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
setAttribute(String, Object) - Method in class nablarch.fw.web.servlet.RequestAttributeMap
属性名に対応する属性値を設定する。
setAttribute(String, Object) - Method in class nablarch.fw.web.servlet.SessionAttributeMap
属性名に対応する属性値を設定する。
setAttribute(K, V) - Method in class nablarch.core.util.map.AttributeMap
属性名に対応する属性値を設定する。
setAttributes(List<ThreadContextAttribute>) - Method in class nablarch.common.handler.threadcontext.ThreadContextHandler
このハンドラが管理する属性のリストを登録する。
setAutoCleaning(boolean) - Method in class nablarch.fw.web.upload.UploadSettings
自動クリーニング要否を設定する。
setAutocomplete(String) - Method in class nablarch.common.web.tag.FormTag
HTML5のautocomplete属性を設定する。
setAutocomplete(String) - Method in class nablarch.common.web.tag.PasswordTag
HTML5のautocomplete属性を設定する。
setAutocomplete(String) - Method in class nablarch.common.web.tag.TextTag
HTML5のautocomplete属性を設定する。
setAutocompleteDisableTarget(String) - Method in class nablarch.common.web.tag.CustomTagConfig
autocomplete属性をOFFにする対象のデフォルト値を設定する。
setAutofocus(boolean) - Method in class nablarch.common.web.tag.ButtonTagSupport
HTML5のautofocus属性を設定する。
setAutofocus(boolean) - Method in class nablarch.common.web.tag.InputTagSupport
HTML5のautofocus属性を設定する。
setAutofocus(boolean) - Method in class nablarch.common.web.tag.SelectTagSupport
HTML5のautofocus属性を設定する。
setAutofocus(boolean) - Method in class nablarch.common.web.tag.TextareaTag
HTML5のautofocus属性を設定する。
setAutowireType(AutowireType) - Method in class nablarch.core.repository.di.config.xml.schema.Component
Sets the value of the autowireType property.
setAvailableStores(List<SessionStore>) - Method in class nablarch.common.web.session.SessionManager
セッションストアを設定する。
setBackend(HttpSession) - Method in class nablarch.fw.web.servlet.SessionAttributeMap
このMapの実体であるHTTPSessionオブジェクトを設定する。
setBase64Key(Base64Key) - Method in class nablarch.common.encryption.AesEncryptor
暗号化に使用する128bitの共通鍵及びIVをBase64エンコードした値を設定する。
setBasePackage(String) - Method in class nablarch.fw.handler.JavaPackageMappingEntry
マッピング先Javaパッケージを設定する。
setBasePackage(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
マッピング先Javaパッケージを設定する。
setBasePackage(String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
ベースパッケージを設定する。
setBasePath(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
マッピング元ベースパスを設定する。
setBasePath(String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
ベースパスを設定する。
setBasePath(String) - Method in class nablarch.fw.web.handler.ResourceMapping
マッピング先リソースパスを設定する。
setBasePathSettings(Map<String, String>) - Method in class nablarch.core.util.FilePathSetting
ベースパスの論理名と物理パスとの対応を収めたMapを設定する。
setBaseRecordType(RecordDefinition) - Method in class nablarch.core.dataformat.RecordDefinition
このレコードフォーマットのベースとなるレコードタイプ名を設定する。
setBaseUri(String) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
ベースURIを設定する。(HttpRequestJavaPackageMapping.setBasePath(String)のシノニム)
setBaseUri(String) - Method in class nablarch.fw.web.handler.ResourceMapping
マッピング元ベースURIを設定する。
setBatchCount(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
バッチ件数を設定する。
setBigDecimal(int, BigDecimal) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setBigDecimal(int, BigDecimal) - Method in interface nablarch.core.db.statement.SqlPStatement
setBinaryStream(int, InputStream, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setBinaryStream(int, InputStream, int) - Method in interface nablarch.core.db.statement.SqlPStatement
setBlob(int, Blob) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setBlob(int, Blob) - Method in interface nablarch.core.db.statement.SqlPStatement
setBody(Object) - Method in class nablarch.fw.web.RestMockHttpRequest
リクエストボディを設定する。
setBodyContent(BodyContent) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
setBodyConverters(Collection<? extends RestTestBodyConverter>) - Method in class nablarch.fw.web.RestMockHttpRequestBuilder
利用可能なRestTestBodyConverterを設定する。
setBodyConverters(List<BodyConverter>) - Method in class nablarch.fw.jaxrs.BodyConvertHandler
BodyConverterのリストを設定する。
setBodyDataColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
メッセージボディデータの内容をバイト配列で保持するカラムの名称を設定する。 (デフォルトは"BODY_DATA")
setBodyLengthLimit(int) - Method in class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
リクエストのボディストリームから読み込む最大容量を設定する。
setBodyStream(InputStream) - Method in class nablarch.common.web.download.FileResponse
 
setBodyStream(InputStream) - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスボディの内容を保持するストリームを設定する。
setBoolean(int, boolean) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setBoolean(int, boolean) - Method in interface nablarch.core.db.statement.SqlPStatement
setBorder(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのborder属性を設定する。
setBrowserName(String) - Method in class nablarch.fw.web.useragent.UserAgent
ブラウザ名称をセットする。
setBrowserType(String) - Method in class nablarch.fw.web.useragent.UserAgent
ブラウザタイプをセットする。
setBrowserVersion(String) - Method in class nablarch.fw.web.useragent.UserAgent
ブラウザバージョンをセットする。
setBufferLimitSizeKb(Integer) - Method in class nablarch.fw.web.HttpResponseSetting
ボディバッファサイズの上限値を設定する。(単位:KB)
setBufferSize(int) - Method in class nablarch.fw.reader.FileDataReader
レコード読み込み時に使用するバッファのサイズを設定する。
setBusinessDateProvider(BusinessDateProvider) - Method in class nablarch.common.permission.BasicPermissionFactory
業務日付を提供するクラスのインスタンスを設定する。
setBySingleValue(boolean) - Method in class nablarch.common.web.tag.SetTag
name属性に対応する値を単一値として取得するか否かを設定する。
デフォルトはtrue。
setByte(int, byte) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setByte(int, byte) - Method in interface nablarch.core.db.statement.SqlPStatement
setByteLengthCheck(boolean) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
変換前と変換後の文字のバイト長一致チェックの要否を設定する。
setBytes(int, byte[]) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setBytes(int, byte[]) - Method in interface nablarch.core.db.statement.SqlPStatement
setCacheEnabled(boolean) - Method in class nablarch.core.date.BasicBusinessDateProvider
キャッシュ有無を設定する。
本設定を省略した場合のデフォルト動作は、キャッシュ有りとなる。
setCacheLayoutFileDefinition(boolean) - Method in class nablarch.core.dataformat.FormatterFactory
フォーマット定義ファイルのパース結果のキャッシュ要否を設定する。
setCacheListener(ExpirableCacheListener<K>) - Method in interface nablarch.core.cache.expirable.ExpirableCache
キャッシュリスナークラスを設定する。 本インタフェース実装クラスは、各イベント発生時にこのリスナーをコールバックする。
setCacheListener(ExpirableCacheListener<K>) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
キャッシュリスナークラスを設定する。 本インタフェース実装クラスは、各イベント発生時にこのリスナーをコールバックする。
setCacheSize(int) - Method in class nablarch.core.cache.expirable.InMemoryExpirableCache
キャッシュ上限値を設定する。 ここで設定された件数を超過してキャッシュに値が設定された場合、 最も参照されていないエントリが削除される。
setCharacterStream(int, Reader, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setCharacterStream(int, Reader, int) - Method in interface nablarch.core.db.statement.SqlPStatement
setCharset(String) - Method in class nablarch.common.mail.FreeTextMailContext
Content-Typeヘッダに指定する文字セットを設定する。
setCharset(String) - Method in class nablarch.common.mail.MailContext
Content-Typeヘッダに指定する文字セットを設定する。
setCharset(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのcharset属性を設定する。
setCharset(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのcharset属性を設定する。
setCharset(String) - Method in class nablarch.common.web.tag.ScriptTag
XHTMLのcharset属性を設定する。
setCharset(String) - Method in class nablarch.fw.web.download.encorder.MimeBDownloadFileNameEncoder
文字コードを設定する。
setCharset(String) - Method in class nablarch.fw.web.download.encorder.UrlDownloadFileNameEncoder
文字コードを設定する。
setCharsetColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの文字セットカラムの名前を設定する。
setCharsetColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
メールテンプレート管理テーブルの文字セットカラムの名前を設定する。
setCharsetDef(CharsetDef) - Method in class nablarch.core.validation.validator.unicode.CachingCharsetDef
許容文字集合定義を設定する。
setCharsetDefList(List<? extends CharsetDef>) - Method in class nablarch.core.validation.validator.unicode.CompositeCharsetDef
許容文字集合定義のリストを設定する。
setCheckboxOffValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
checkboxタグのチェックなしに対する値のデフォルト値を設定する。
setCheckboxOnValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
checkboxタグのチェックありに対する値のデフォルト値を設定する。
setCheckInterval(int) - Method in class nablarch.fw.handler.BasicProcessStopHandler
チェック間隔(BasicProcessStopHandler.handle(Object, ExecutionContext)が 何回呼び出されるごとに停止フラグを確認するか?)を設定する。
setCheckInterval(int) - Method in interface nablarch.fw.handler.ProcessStopHandler
チェック間隔(Handler.handle(Object, nablarch.fw.ExecutionContext)が 何回呼び出されるごとに停止フラグを確認するか?)を設定する。
setClassNamePrefix(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
委譲対象クラス名の接頭辞となる文字列を設定する。
setClassNameSuffix(String) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
委譲対象クラス名の接尾辞となる文字列を設定する。
setClazz(String) - Method in class nablarch.core.repository.di.config.xml.schema.Component
Sets the value of the clazz property.
setClob(int, Clob) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setClob(int, Clob) - Method in interface nablarch.core.db.statement.SqlPStatement
setCodeDefinitionCache(StaticDataCache<Code>) - Method in class nablarch.common.code.BasicCodeManager
Codeのキャッシュをセットする。
Codeのキャッシュは、コード値をキーとしてCodeインタフェースを実装したクラスが取得できなければならない。
setCodeId(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
コードIDを設定する。
setCodeId(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
コードIDを設定する。
setCodeId(String) - Method in class nablarch.common.web.tag.CodeSelectTag
コードIDを設定する。
setCodeId(String) - Method in class nablarch.common.web.tag.CodeTag
コードIDを設定する。
setCodeId(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
コードIDを設定する。
setCodeLabelPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのlabelPattern属性のデフォルト値を設定する。
setCodeListFormat(String) - Method in class nablarch.common.web.tag.CustomTagConfig
codeSelectタグ、codeRadioButtonsタグ、codeCheckboxesタグのcodeListFormat属性のデフォルト値を設定する。
setCodeNameSchema(CodeNameSchema) - Method in class nablarch.common.code.BasicCodeLoader
コード名称テーブルのスキーマ情報を設定する。
setCodePatternSchema(CodePatternSchema) - Method in class nablarch.common.code.BasicCodeLoader
コードパターンテーブルのスキーマ情報を設定する。
setCols(int) - Method in class nablarch.common.web.tag.TextareaTag
XHTMLのcols属性を設定する。
setCommandLine(CommandLine) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
コマンドラインを設定する。
setCommandLine(CommandLine) - Method in interface nablarch.fw.launcher.ProcessLifecycle
コマンドライン引数を設定する。
setCommitInterval(int) - Method in class nablarch.fw.handler.LoopHandler
コミット間隔を設定する。
setCommitLogger(CommitLogger) - Method in class nablarch.fw.handler.MultiThreadExecutionHandler
コミットログ出力オブジェクトを設定する。
setCommitLoggerList(List<? extends CommitLogger>) - Method in class nablarch.core.log.app.CompositeCommitLogger
CommitLoggerのリストを設定する。
setCommonPropsTo(BasicSqlPStatement, DbExecutionContext) - Method in class nablarch.core.db.statement.BasicStatementFactory
指定されたBasicSqlPStatementに対して、 実行に必要となる共通のプロパティを設定する。
setComponent(Object) - Method in class nablarch.core.repository.di.ComponentHolder
生成されたコンポーネントをセットする。
setComponent(Component) - Method in class nablarch.core.repository.di.config.xml.schema.Property
Sets the value of the component property.
setConcurrentAccessPolicy(String) - Method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
Deprecated.
セッションスコープ変数に対する並行アクセス同期ポリシーを定義する。
setConcurrentNumber(int) - Static method in class nablarch.core.ThreadContext
スレッドコンテキストに並行実行スレッド数を設定する。
setConcurrentNumber(int) - Method in class nablarch.fw.handler.MultiThreadExecutionHandler
並行実行スレッド数を設定する。
setConditions(List<String>) - Method in class nablarch.fw.handler.RewriteRule
置換処理の適用条件を設定する。 既存の設定はクリアされる。
setConfigList(List<CharacterReplacementConfig>) - Method in class nablarch.core.dataformat.CharacterReplacementManager
寄せ字変換処理の設定を保持するListを設定する。
setConfirmationPage(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
JSPが生成する画面が確認画面であることを設定する。
このメソッド呼び出し後のJSPでは、入力項目のカスタムタグが確認画面用の出力を行う。
setConflictWarningMessageId(String) - Method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
Deprecated.
セッションへの書き込みの際に競合が発生した場合に表示される文言の メッセージIDを設定する。
setConnection(String, AppDbConnection) - Static method in class nablarch.core.db.connection.DbConnectionContext
データベース接続を指定した名前でスレッドに設定する。
setConnection(AppDbConnection) - Static method in class nablarch.core.db.connection.DbConnectionContext
データベース接続をデフォルトの名前でスレッドに設定する。
setConnectionFactory(ConnectionFactory) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
コネクションファクトリを設定する。 このクラスではコネクションプール機能を提供していないため、 コネクションプール機能を内蔵したコネクションファクトリを使用することを 強く推奨する。
setConnectionFactory(ConnectionFactory) - Method in class nablarch.common.handler.DbConnectionManagementHandler
データベース接続オブジェクトを生成するためのファクトリを設定する。
setConnectionFactory(ConnectionFactory) - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
デフォルトのコネクションファクトリクラスを設定する。
setConnectionFactoryJndiName(String) - Method in class nablarch.fw.messaging.provider.JndiLookingUpJmsMessagingProvider
ConnectionFactoryをJNDIから取得するためのJNDI名を設定する。
setConnectionName(String) - Method in class nablarch.common.handler.DbConnectionManagementHandler
データベース接続のスレッドコンテキスト上の登録名を設定する。
setConnectTimeout(int) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
接続タイムアウトを設定する。
setConnectTimeout(int) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
接続タイムアウトを設定する。
setContacts(List<Map.Entry<String, String>>) - Method in class nablarch.core.log.app.FailureLogFormatter.ContactItem
連絡先を設定する。
setContainsMemoryItem(boolean) - Method in class nablarch.core.log.app.PerformanceLogFormatter
出力対象にメモリ項目が含まれているか否かを設定する。
setContentDisposition(String) - Method in class nablarch.fw.web.HttpResponse
Content-Dispositionの値を設定する。
setContentDisposition(String, boolean) - Method in class nablarch.fw.web.HttpResponse
Content-Dispositionの値を設定する。
setContentLengthLimit(int) - Method in class nablarch.fw.web.upload.UploadSettings
Content-Length許容最大値を設定する。
setContentName(String) - Method in class nablarch.core.dataformat.XmlDataBuilder
属性ありコンテンツの要素名を設定する。
setContentName(String) - Method in class nablarch.core.dataformat.XmlDataParser
属性あり要素のコンテンツ名を設定する。
setContentPath(String) - Method in class nablarch.common.web.download.FileResponse
 
setContentPath(String) - Method in class nablarch.fw.web.HttpResponse
コンテンツパスを設定する。
setContentPath(ResourceLocator) - Method in class nablarch.common.web.download.FileResponse
 
setContentPath(ResourceLocator) - Method in class nablarch.fw.web.HttpResponse
コンテンツパスを設定する。
setContentPath(ResourceLocator) - Method in class nablarch.fw.web.ResponseBody
ボディのコンテンツパスを設定する。
setContentPathRewriteRules(List<ContentPathRewriteRule>) - Method in class nablarch.fw.web.handler.HttpRewriteHandler
コンテンツパスの置換ルールを設定する。 以前の設定はクリアされる。
setContentPathRule(ResourcePathRule) - Method in class nablarch.fw.web.handler.HttpResponseHandler
言語対応コンテンツパスのルールを設定する。
setContentType(String) - Method in class nablarch.common.mail.AttachedFile
メール添付ファイルのContent-Typeを設定する。
setContentType(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
コンテンツタイプを設定する。
setContentType(String) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
コンテンツタイプを設定する。
setContentType(String) - Method in class nablarch.fw.web.HttpResponse
Content-Typeを設定する。
setContentType(String) - Method in class nablarch.fw.web.RestMockHttpRequest
Content-Typeを設定する。
setContentTypeColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
添付ファイル管理テーブルのContent-Typeカラムの名前を設定する。
setContentTypeFromHeader(List<String>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
ContentTypeの設定を行う。
setContext(BasicDbConnection, String) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
コンテキストを設定する。
setContext(DbExecutionContext) - Method in class nablarch.core.db.connection.BasicDbConnection
コンテキストを設定する。
setContext(DbExecutionContext) - Method in class nablarch.core.db.statement.BasicSqlPStatement
DBアクセス時の実行時のコンテキストを設定する。
setContext(ServletExecutionContext) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
ExecutionContextを設定する。
setContext(ServletExecutionContext) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
ExecutionContextを設定する。
setConversionFailedMessageId(String) - Method in class nablarch.common.web.compositekey.CompositeKeyArrayConvertor
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
setConversionFailedMessageId(String) - Method in class nablarch.common.web.compositekey.CompositeKeyConvertor
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
setConversionFailedMessageId(String) - Method in class nablarch.core.validation.convertor.BooleanConvertor
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
setConversionFailedMessageId(String) - Method in class nablarch.core.validation.convertor.StringConvertor
変換失敗時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}が正しくありません"
setConvertEmptyToNull(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.DataType
空文字列をnullに変換するかを設定する。
setConvertEmptyToNull(boolean) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
空文字列をnullに変換するかを設定する。
setConvertEmptyToNull(boolean) - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
空文字列をnullに変換するかを設定する。
setConvertMode(String) - Method in class nablarch.fw.web.handler.HttpResponseHandler
HTTPレスポンスコードの変換モードを設定する。
setConvertors(List<Convertor>) - Method in class nablarch.core.validation.ValidationManager
コンバータのリストをセットする。
setConvertorSetting(ConvertorSetting) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
構造化データのコンバータの設定情報保持クラスを取得する。
setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.ConvertorFactorySupport
コンバータ名とコンバータ実装クラスの対応表を設定する。
setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
コンバータ名と、コンバータの実装クラスを保持するテーブルを設定する。
setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
デフォルトのコンバータ名とコンバータ実装クラスの対応表を設定する。
setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
デフォルトのコンバータ名とコンバータ実装クラスの対応表を設定する。
setConvertorTable(Map<String, String>) - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
デフォルトのコンバータ名とコンバータ実装クラスの対応表を設定する。
setCookie(HttpCookie) - Method in class nablarch.fw.web.HttpResponse
Deprecated.
本メソッドは、複数のクッキー情報を設定することを意図したメソッド名を持つ HttpResponse.addCookie(HttpCookie)に置き換わりました。
setCookie(HttpCookie) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setCookieDomain(String) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
値を保持するクッキーが送信されるドメイン階層を設定する。
setCookieDomain(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
言語を保持するクッキーが送信されるドメイン階層を設定する。
setCookieDomain(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
タイムゾーンを保持するクッキーが送信されるドメイン階層を設定する。
setCookieDomain(String) - Method in class nablarch.common.web.session.SessionStoreHandler
セッションIDを保持するクッキーのdomain属性を設定する。 デフォルトでは未指定。 この場合、当該のクッキーは発行元ホストのみに送信される。
setCookieHttpOnly(boolean) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
保持するクッキーのhttpOnly属性有無を指定する。 (デフォルトではサポートしていればhttpOnly属性を設定する)
setCookieHttpOnly(boolean) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
保持するクッキーのhttpOnly属性有無を指定する。 (デフォルトではサポートしていればhttpOnly属性を設定する)
setCookieHttpOnly(boolean) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
保持するクッキーのhttpOnly属性有無を指定する。 (デフォルトではサポートしていればhttpOnly属性を設定する)
setCookieMaxAge(Integer) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
値を保持するクッキーの最長存続期間(秒単位)を設定する。
setCookieMaxAge(Integer) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
言語を保持するクッキーの最長存続期間(秒単位)を設定する。
setCookieMaxAge(Integer) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
タイムゾーンを保持するクッキーの最長存続期間(秒単位)を設定する。
setCookieName(String) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
値を保持するクッキーの名前を設定する。
setCookieName(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
言語を保持するクッキーの名前を設定する。
setCookieName(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
タイムゾーンを保持するクッキーの名前を設定する。
setCookieName(String) - Method in class nablarch.common.web.session.SessionStoreHandler
セッションIDを保持するクッキーの名称を設定する。 デフォルトは "NABLARCH_SID"
setCookieName(String) - Method in class nablarch.test.core.http.RequestResponseCookieManager
Cookieの名前を設定する。
setCookiePath(String) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
値を保持するクッキーが送信されるURIのパス階層を設定する。
setCookiePath(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
言語を保持するクッキーが送信されるURIのパス階層を設定する。
setCookiePath(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
タイムゾーンを保持するクッキーが送信されるURIのパス階層を設定する。
setCookiePath(String) - Method in class nablarch.common.web.session.SessionStoreHandler
セッションIDを保持するクッキーのpath属性を設定する。 デフォルトではホスト配下の全てのパスを送信対象とする。
setCookieSecure(boolean) - Method in class nablarch.common.web.handler.threadcontext.CookieSupport
保持するクッキーのsecure属性有無を指定する。 (デフォルトではsecure属性を設定しない)
setCookieSecure(boolean) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpCookie
言語を保持するクッキーのsecure属性有無を指定する。 (デフォルトではsecure属性を設定しない)
setCookieSecure(boolean) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpCookie
タイムゾーンを保持するクッキーのsecure属性を設定する。 (デフォルトではsecure属性を設定しない)
setCookieSecure(boolean) - Method in class nablarch.common.web.session.SessionStoreHandler
セッショントラッキングIDを保持するクッキーにsecure属性を指定するかどうかを設定する。 trueに設定した場合、当該のクッキーはSSL接続されたリクエストでのみ送信される。 デフォルトはfalse。
setCoords(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのcoords属性を設定する。
setCoords(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
XHTMLのcoords属性を設定する。
setCopyBeanToRequestScopeOnError(boolean) - Method in class nablarch.common.web.validator.BeanValidationStrategy
バリデーションエラー時に、Beanをリクエストスコープにコピーするかどうかを 設定する(デフォルトは「コピーしない」)。
setCorrelationId(String) - Method in class nablarch.fw.messaging.InterSystemMessage
この電文に既存のメッセージのIDを関連付ける。
setCors(Cors) - Method in class nablarch.fw.jaxrs.cors.CorsResponseFinisher
CORSの処理を行うインタフェースを設定する。
setCors(Cors) - Method in class nablarch.fw.jaxrs.CorsPreflightRequestHandler
CORSの処理を行うインタフェースを設定する。
setCount(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
検索件数を設定する。
setCreatedAtName(String) - Method in class nablarch.common.web.token.DbTokenSchema
作成日時カラム名 を設定する
setCsrfTokenGenerator(CsrfTokenGenerator) - Method in class nablarch.fw.web.handler.CsrfTokenVerificationHandler
CSRFトークンの生成を行うインターフェースを設定する。
setCsrfTokenHeaderName(String) - Method in class nablarch.common.web.WebConfig
CSRFトークンをHTTPリクエストヘッダーから取得する際に使用する名前を設定する。
setCsrfTokenParameterName(String) - Method in class nablarch.common.web.WebConfig
CSRFトークンをHTTPリクエストパラメーターから取得する際に使用する名前を設定する。
setCsrfTokenSavedStoreName(String) - Method in class nablarch.common.web.WebConfig
CSRFトークンを保存するセッションストアの名前を設定する。
setCsrfTokenSessionStoredVarName(String) - Method in class nablarch.common.web.WebConfig
CSRFトークンをセッションスコープに格納する際に使用するキーを設定する。
setCssClass(String) - Method in class nablarch.common.web.tag.ErrorsTag
リスト表示においてulタグに使用するCSSクラス名を設定する。
setCssClass(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのclass属性を設定する。
setCurrentPageNumberCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのcurrentPageNumberCss属性のデフォルト値を設定する。
setCurrentRequestObject(Object) - Method in class nablarch.fw.ExecutionContext
現在処理中のリクエストオブジェクトを設定する。
setCurrentSubmissionInfo(SubmissionInfo) - Method in class nablarch.common.web.tag.FormContext
カレントのカレントのサブミット情報を設定する。
setCustomResponseWriter(CustomResponseWriter) - Method in class nablarch.fw.web.handler.HttpResponseHandler
HTTPレスポンス出力クラスを設定する。 このプロパティを設定することで、任意のレスポンス出力処理を実行できる。 設定されていない場合はサーブレットフォワード(JSP)によるレスポンス出力が実行される。
setDataBuilder(StructuredDataBuilder) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
構造化データビルダーを設定する
setDataFile(String) - Method in class nablarch.fw.reader.FileDataReader
データファイルのファイル名を設定する。
setDataFile(String, String) - Method in class nablarch.fw.reader.FileDataReader
データファイルのベースパス論理名およびファイル名を設定する。
setDataParser(StructuredDataParser) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
構造化データパーサーを設定する
setDataReader(DataReader<TData>) - Method in class nablarch.fw.ExecutionContext
データリーダを設定する。
setDataReaderFactory(DataReaderFactory<TData>) - Method in class nablarch.fw.ExecutionContext
データリーダのファクトリを設定する。
setDataSource(DataSource) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForDataSource
DataSourceを設定する。
setDataSource(DataSource) - Method in class nablarch.fw.web.handler.health.DbHealthChecker
データソースを設定する。
setDataType(DataType<?, ?>) - Method in class nablarch.core.dataformat.FieldDefinition
フォーマット定義ファイルで指定されたデータタイプ名に対応するデータタイプを設定する。
setDataTypeProperty(DataType<?, ?>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
データタイプの設定を行う。ファイルタイプ個別の設定を行う必要がある場合、必要に応じてサブクラスでオーバーライドする。
setDataTypeProperty(DataType<?, ?>) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
ゾーン/パック数値の符号ビットの設定および、 数値文字列の小数点の要否、符号位置の固定/非固定、正の符号の要否の設定を行う。 また、各データタイプに空文字列をnullに変換するかどうかの設定を行う。
setDataTypeProperty(DataType<?, ?>) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
空文字列をnullに変換するかどうかを各データタイプに設定する。
setDataWatchInterval(int) - Method in class nablarch.fw.handler.ProcessResidentHandler
データ監視間隔(ミリ秒)を設定する。
setDate(int, Date) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setDate(int, Date) - Method in interface nablarch.core.db.statement.SqlPStatement
setDate(int, Date, Calendar) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setDate(int, Date, Calendar) - Method in interface nablarch.core.db.statement.SqlPStatement
setDate(String, String) - Method in class nablarch.core.date.BasicBusinessDateProvider
区分を指定して業務日付を設定する。
setDate(String, String) - Method in interface nablarch.core.date.BusinessDateProvider
区分を指定して業務日付を設定する。
setDateColumnName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
業務日付テーブルの日付カラム物理名を設定する。
setDateFormat(String) - Method in class nablarch.core.db.statement.autoproperty.CurrentDateTimeAnnotationHandler
デフォルトフォーマット。
setDatePattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
日付文字列のフォーマットに使用するパターンのデフォルト値を設定する。
setDatePattern(String) - Method in class nablarch.core.text.json.JsonSerializationSettings
日時フォーマットを設定する。
setDatePatterns(List<String>) - Method in class nablarch.core.beans.BasicConversionManager
日付パターンを設定する。
setDateProvider(SystemTimeProvider) - Method in class nablarch.core.db.statement.autoproperty.CurrentDateTimeAnnotationHandler
現在日時取得コンポーネントを設定する。
setDateStrPattern(String) - Method in class nablarch.core.text.DateTimeStrFormatter
フォーマットする日付文字列の形式を設定する。 指定するフォーマットはSimpleDateFormatの仕様に準拠すること。
setDateTimePattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
日時のフォーマットに使用するパターンのデフォルト値を設定する。
setDbAccessExceptionFactory(DbAccessExceptionFactory) - Method in class nablarch.core.db.connection.BasicDbConnection
DbAccessExceptionファクトリオブジェクトを設定する。
setDbAccessExceptionFactory(DbAccessExceptionFactory) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
DbAccessExceptionファクトリオブジェクトを設定する。
setDbConnection(AppDbConnection) - Method in class nablarch.common.dao.BasicDaoContext
使用するデータベースコネクションを設定する。
setDbConnection(AppDbConnection) - Method in class nablarch.common.dao.DaoContextFactory
DAOで使うコネクションを設定する。 (トランザクション用です)
setDbConnectionManagementHandler(DbConnectionManagementHandler) - Method in class nablarch.fw.batch.ee.listener.step.DbConnectionManagementListener
データベース接続ハンドラを設定する。
setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.availability.BasicServiceAvailability
データベースへの検索に使用するSimpleDbTransactionManagerインスタンスを設定する。
setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.code.BasicCodeLoader
データベーストランザクションマネージャを設定する。
setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.permission.BasicPermissionFactory
データベースへのトランザクション制御を行うSimpleDbTransactionManagerを設定する。
setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.web.session.DbManagedExpiration
DbManagerのインスタンスをセットする。
setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.web.session.store.DbStore
DbManagerのインスタンスをセットする。
setDbManager(SimpleDbTransactionManager) - Method in class nablarch.common.web.token.DbTokenManager
DbManagerのインスタンスをセットする。
setDbManager(SimpleDbTransactionManager) - Method in class nablarch.core.message.BasicStringResourceLoader
データロードに使用するDbManagerのインスタンスをセットする。
setDbTokenSchema(DbTokenSchema) - Method in class nablarch.common.web.token.DbTokenManager
トークンテーブルのスキーマをセットする。
setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
データベーストランザクションマネージャを設定する。。
setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.core.date.BasicBusinessDateProvider
setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
データベーストランザクションマネージャを設定する。
setDbTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.fw.handler.BasicProcessStopHandler
トランザクションマネージャ(SimpleDbTransactionManager)を設定する。
setDbTransactionName(String) - Method in class nablarch.common.idgenerator.SequenceIdGenerator
トランザクション名を設定する。
setDbTransactionName(String) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
Deprecated.
データベースリソース名を設定する。
setDbTransactionName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
データベースリソース名を設定する。
setDbTransactionName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
トランザクション名称を設定する。
setDbTransactionName(String) - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
トランザクション名を設定する。
トランザクション名が設定されない場合は、デフォルトでnablarch.core.transaction.TransactionContext#DEFAULT_TRANSACTION_CONTEXT_KEYを使用する。
setDbTransactionName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
DBトランザクション名を設定する。
setDbTransactionName(String) - Method in class nablarch.fw.reader.ResumePointManager
データベースリソース名を設定する。
setDefaultCharset(String) - Method in class nablarch.common.mail.MailRequestConfig
デフォルトの文字セットを設定する。
setDefaultCharsetDef(CharsetDef) - Method in class nablarch.core.validation.validator.unicode.SystemCharValidator
デフォルトの許容文字集合定義を設定する。
setDefaultContentType(String) - Method in class nablarch.fw.web.RestMockHttpRequestBuilder
デフォルトContent-Typeを設定する。
setDefaultEncoder(StateEncoder) - Method in class nablarch.common.web.session.SessionManager
デフォルトエンコーダを設定する。
setDefaultEncoder(DownloadFileNameEncoder) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderFactory
デフォルトのエンコーダを設定する。
setDefaultEncoding(String) - Method in class nablarch.fw.jaxrs.BodyConverterSupport
デフォルトエンコーディングを設定する。
setDefaultEncoding(String) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
デフォルトエンコーディングを設定する。
setDefaultEncodingCharset(Charset) - Method in class nablarch.fw.web.handler.HttpCharacterEncodingHandler
デフォルトエンコーディングを設定する。
setDefaultLanguage(String) - Method in class nablarch.common.handler.threadcontext.LanguageAttribute
スレッドコンテキストに格納されるデフォルトの言語を設定する。
setDefaultLocale(String) - Method in class nablarch.core.message.PropertiesStringResourceLoader
デフォルトのロケールを設定する。
setDefaultNegativePackSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
パック数値の符号ビット(負) を設定する。
setDefaultNegativeZoneSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
ゾーン数値の符号ビット(負) を設定する。
setDefaultPackSignNibbleNegative(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
デフォルトの符号付きパック10進数値の末尾桁の下位4ビット(負数の場合)を設定する。
setDefaultPackSignNibblePositive(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
デフォルトの符号付きパック10進数値の末尾桁の下位4ビット(正数の場合)を設定する。
setDefaultPage(String, String) - Method in class nablarch.fw.web.handler.HttpErrorHandler
レスポンスステータスコードごとのデフォルトページを設定する。 HttpResponseオブジェクトのボディ内容(contentPath/contentBody)が設定されていない場合、 ここでステータスコード毎に設定したデフォルトページがボディとしてレスポンスされる。 設定は後から設定した内容ほど優先される。 ステータスコードには1桁分のワイルドカードとして "." を使用することができる。 設定例::
setDefaultPages(Map<String, String>) - Method in class nablarch.fw.web.handler.HttpErrorHandler
レスポンスステータスコードごとのデフォルトページを設定する。
setDefaultPattern(String) - Method in class nablarch.core.text.DateTimeFormatter
フォーマットのデフォルトの書式を設定する。
setDefaultPattern(String) - Method in class nablarch.core.text.DateTimeStrFormatter
フォーマットのデフォルトの書式を設定する。 指定するフォーマットはSimpleDateFormatの仕様に準拠すること。
setDefaultPattern(String) - Method in class nablarch.core.text.NumberFormatter
フォーマットのデフォルトの書式を設定する。
setDefaultPattern(String) - Method in class nablarch.core.text.NumberStrFormatter
フォーマットのデフォルトの書式を設定する。
setDefaultPoisonQueue(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
デフォルトで使用する受信退避キューの論理名を設定する。 当該のキューが存在しなかった場合は、MessgingExceptionを送出する。 明示的に指定しなかった場合は、DEFAULT.POISONを使用する。
setDefaultPositivePackSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
パック数値の符号ビット(正) を設定する。
setDefaultPositiveZoneSignNibble(String) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
ゾーン数値の符号ビット(正) を設定する。
setDefaultReplacementType(Map<String, String>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
データタイプ名に対応するデフォルトの寄せ字変換タイプ名を設定する。
setDefaultReplacementType(Map<String, String>) - Method in class nablarch.core.dataformat.FormatterFactory
データタイプ名に対応するデフォルトの寄せ字変換タイプ名のMapを設定する。
setDefaultReplyTo(String) - Method in class nablarch.common.mail.MailRequestConfig
デフォルトの返信先メールアドレスを設定する。
setDefaultResponseTimeout(long) - Method in interface nablarch.fw.messaging.MessagingProvider
同期送信処理における応答受信待ちのデフォルトタイムアウト値を設定する。 (単位:msec)
setDefaultResponseTimeout(long) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
同期送信処理における応答受信待ちのデフォルトタイムアウト値を設定する。 (単位:msec)
setDefaultReturnPath(String) - Method in class nablarch.common.mail.MailRequestConfig
デフォルトの差し戻し先メールアドレスを設定する。
setDefaultSegment(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
区分省略時のデフォルト値を設定する。
setDefaultSort(String) - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのdefaultSort属性のデフォルト値を設定する。
setDefaultStoreName(String) - Method in class nablarch.common.web.session.SessionManager
デフォルトのストア名を設定する。
setDefaultTimeToLive(long) - Method in interface nablarch.fw.messaging.MessagingProvider
送信電文の有効期間のデフォルト値を設定する。 (単位:msec)
setDefaultTimeToLive(long) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
送信電文の有効期間のデフォルト値を設定する。 (単位:msec)
setDefaultTimeZone(String) - Method in class nablarch.common.handler.threadcontext.TimeZoneAttribute
スレッドコンテキストに格納されるデフォルトのタイムゾーンを設定する。
setDefaultZoneSignNibbleNegative(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
デフォルトの符号付きゾーン10進数値の末尾桁の上位4ビット(負数の場合)を設定する。
setDefaultZoneSignNibblePositive(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
デフォルトの符号付きゾーン10進数値の末尾桁の上位4ビット(正数の場合)を設定する。
setDefer(String) - Method in class nablarch.common.web.tag.ScriptTag
XHTMLのdefer属性を設定する。
setDefinition(LayoutDefinition) - Method in interface nablarch.core.dataformat.DataRecordFormatter
フォーマット定義ファイルの情報を保持するクラスを設定する。
setDefinition(LayoutDefinition) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
フォーマット定義ファイルの情報を保持するクラスを設定する。
setDelegateFactory(DelegateFactory) - Method in class nablarch.fw.handler.DispatchHandler
ハンドラファクトリを設定する。 明示的に設定されない場合、デフォルト実装としてDefaultDelegateFactoryを使用する。
setDescSortSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのdescSortSubmitCss属性のデフォルト値を設定する。
setDestination(String) - Method in class nablarch.fw.messaging.InterSystemMessage
送信宛先キューの論理名を設定する。
setDestinationNamePairs(Map<String, String>) - Method in class nablarch.fw.messaging.provider.JndiLookingUpJmsMessagingProvider
key=キュー論理名、value=キューJNDI名をペアにしたMapを設定する。
このMapは、QueueをJNDIから取得する際に使用される。 value(キューJNDI名)からQueueがルックアップされ、 key(キュー論理名)と紐付けられて、JmsMessagingProviderに設定される。
setDestinations(Map<String, Queue>) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
メッセージング機能で使用する宛先の論理名とJMS Destinationオブジェクトとの マッピングを設定する。 (既存の設定があった場合は上書きされる。)
setDestroyReader(boolean) - Method in class nablarch.fw.handler.RetryHandler
リトライ時にExecutionContext上に設定されたDataReaderを破棄するか否かを設定する。。
setDialect(Dialect) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
SQL方言を設定する。
setDialect(Dialect) - Method in class nablarch.fw.web.handler.health.DbHealthChecker
ダイアレクトを設定する。
setDir(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのdir属性を設定する。
setDir(String) - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
Sets the value of the dir property.
setDir(String) - Method in class nablarch.core.repository.di.config.xml.schema.Import
Sets the value of the dir property.
setDirectory(String) - Method in class nablarch.core.message.PropertiesStringResourceLoader
ディレクトリを設定する。
setDisabled(boolean) - Method in class nablarch.common.web.tag.ButtonTagSupport
XHTMLのdisabled属性を設定する。
setDisabled(boolean) - Method in class nablarch.common.web.tag.InputTagSupport
XHTMLのdisabled属性を設定する。
setDisabled(boolean) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのdisabled属性を設定する。
setDisabled(boolean) - Method in class nablarch.common.web.tag.TextareaTag
XHTMLのdisabled属性を設定する。
setDispatchingClass(String) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
ディスパッチ先クラスを設定する。
setDisplayControlCheckers(List<DisplayControlChecker>) - Method in class nablarch.common.web.tag.CustomTagConfig
サブミットを行うタグの表示制御を行う際に使用する条件のデフォルト値を設定する。
setDisplayMethod(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
表示制御を行う場合の表示方法を設定する。
setDisplayMethod(String) - Method in class nablarch.common.web.tag.CustomTagConfig
サブミットを行うタグの表示制御方法のデフォルト値を設定する。
setDisplayMethod(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
表示制御を行う場合の表示方法を設定する。
setDisplayMethod(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
表示制御を行う場合の表示方法を設定する。
setDisposableList(List<Disposable>) - Method in class nablarch.core.repository.disposal.BasicApplicationDisposer
Disposableのリストを設定する。
setDomain(String) - Method in class nablarch.fw.web.HttpCookie
このクッキーが送信されるドメイン階層を指定する。
setDomainAnnotation(String) - Method in class nablarch.core.validation.domain.DomainValidationHelper
PJ毎に作成するドメインを表すアノテーションのFQCNを設定する。
setDomainValidationHelper(DomainValidationHelper) - Method in class nablarch.core.validation.domain.DomainValidator
ドメイン定義によるバリデーションをサポートするヘルパークラスを設定する。
setDomainValidationHelper(DomainValidationHelper) - Method in class nablarch.core.validation.ValidationManager
ドメイン定義によるバリデーションをサポートするヘルパークラスを設定する。
setDouble(int, double) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setDouble(int, double) - Method in interface nablarch.core.db.statement.SqlPStatement
setDoubleSubmissionTokenParameterName(String) - Method in class nablarch.common.web.WebConfig
二重サブミット防止トークンをHTMLに埋め込む際にinput要素のname属性に設定する名前を設定する。
setDoubleSubmissionTokenRequestAttributeName(String) - Method in class nablarch.common.web.WebConfig
二重サブミット防止トークンをリクエストスコープに格納する際に使用するキーを設定する。
setDoubleSubmissionTokenSessionAttributeName(String) - Method in class nablarch.common.web.WebConfig
二重サブミット防止トークンをセッションスコープに格納する際に使用するキーを設定する。
setDownloadFileNameEncoderEntries(List<DownloadFileNameEncoderEntry>) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderFactory
エンコーダのエントリを設定する。
setDownloadFileNameEncoderFactory(DownloadFileNameEncoderFactory) - Method in class nablarch.fw.web.handler.HttpResponseHandler
ダウンロードファイル名のエンコーダを取得するクラスを設定する
setDuplicateProcessChecker(DuplicateProcessChecker) - Method in class nablarch.fw.batch.ee.listener.job.DuplicateJobRunningCheckListener
多重起動チェックするクラスを設定する。
setDuplicateProcessChecker(DuplicateProcessChecker) - Method in class nablarch.fw.handler.DuplicateProcessCheckHandler
プロセス2重起動チェックを行うクラスを設定する。
setDynamicAttribute(String, String, Object) - Method in class nablarch.common.web.tag.HtmlTagSupport
 
setDynamicBooleanAttributes(List<String>) - Method in class nablarch.common.web.tag.CustomTagConfig
動的属性でBooleanとして扱う属性を設定する。
setEffectiveDateFromColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
有効日(From)カラムの名前を設定する。
setEffectiveDateFromColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
有効日(From)カラムの名前を設定する。
setEffectiveDateToColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
有効日(To)カラムの名前を設定する。
setEffectiveDateToColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
有効日(To)カラムの名前を設定する。
setElementLabelPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
selectタグ、radioButtonsタグ、checkboxesタグのelementLabelPattern属性のデフォルト値を設定する。
setElementLabelPattern(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
リスト要素のラベルを整形するためのパターンを設定する。
setElementLabelPattern(String) - Method in class nablarch.common.web.tag.ListSelectTag
リスト要素のラベルを整形するためのパターンを設定する。
setElementLabelPattern(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
リスト要素のラベルを整形するためのパターンを設定する。
setElementLabelProperty(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
リスト要素からラベルを取得するためのプロパティ名を設定する。
setElementLabelProperty(String) - Method in class nablarch.common.web.tag.ListSelectTag
リスト要素からラベルを取得するためのプロパティ名を設定する。
setElementLabelProperty(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
リスト要素からラベルを取得するためのプロパティ名を設定する。
setElementValueProperty(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
リスト要素から値を取得するためのプロパティ名を設定する。
setElementValueProperty(String) - Method in class nablarch.common.web.tag.ListSelectTag
リスト要素から値を取得するためのプロパティ名を設定する。
setElementValueProperty(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
リスト要素から値を取得するためのプロパティ名を設定する。
setEnable(boolean) - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
X-XSS-Protectionを有効にするか否かを設定する。
setEncode(String) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
エンコードを設定する。
setEncoder(DownloadFileNameEncoder) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
ファイル名のエンコーダを設定する。
setEncoding(String) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
寄せ字処理の際に使用するエンコーディングを設定する。
setEncoding(String) - Method in class nablarch.core.dataformat.FormatterFactory
フォーマット定義ファイルのファイルエンコーディングを設定する。
setEncoding(String) - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
Sets the value of the encoding property.
setEncoding(Charset) - Method in class nablarch.core.dataformat.FieldDefinition
フィールドの文字エンコーディングを設定する。
setEncodingToTable(CharacterReplacementConfig, CharacterReplacementManager.CharacterReplacementDefinition) - Method in class nablarch.core.dataformat.CharacterReplacementManager
寄せ字変換テーブルに、文字エンコーディングを設定する。
setEncryptor(Encryptor) - Method in class nablarch.common.web.session.store.HiddenStore
暗号化クラスを設定する。 デフォルトではAesEncryptorが使用される。 暗号化のカスタマイズを行う場合は、このプロパティにEncryptor実装を設定する。
setEncryptor(Encryptor<C>) - Method in class nablarch.common.web.session.encoder.JavaSerializeEncryptStateEncoder
暗号化/復号に使用するEncryptorを設定する。
setEnctype(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのenctype属性を設定する。
setEndCodePoint(String) - Method in class nablarch.core.validation.validator.unicode.RangedCharsetDef
終了位置のコードポイントを設定する。
setEndFreeMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
空きメモリ量(終了時)を設定する。
setEndTime(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
終了日時を設定する。
setEndTime(long) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
終了日時を設定する。
setEndTime(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
終了日時を設定する。
setEndUsedMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
使用メモリ量(終了時)を設定する。
setEntity(Object) - Method in class nablarch.fw.jaxrs.EntityResponse
エンティティを設定する。
setErrorCss(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.CodeSelectTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
errorタグと入力項目タグのerrorCss属性のデフォルト値を設定する。
setErrorCss(String) - Method in class nablarch.common.web.tag.ErrorsTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
setErrorCss(String) - Method in class nablarch.common.web.tag.ErrorTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
setErrorCss(String) - Method in class nablarch.common.web.tag.FileTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.ListSelectTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.PasswordTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.TextareaTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorCss(String) - Method in class nablarch.common.web.tag.TextTag
エラーレベルのメッセージに使用するCSSクラス名を設定する。
デフォルトは"nablarch_error"。
setErrorLogWriter(JaxRsErrorLogWriter) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
エラーログライターを設定する。
setErrorMessageRequestAttributeName(String) - Method in class nablarch.common.web.WebConfig
エラーメッセージをリクエストスコープに格納する際に使用するキーを設定する。
setErrorResponseBuilder(ErrorResponseBuilder) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
エラーレスポンスビルダーを設定する。
setEvenValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのevenValue属性のデフォルト値を設定する。
setException(Throwable) - Method in class nablarch.fw.ExecutionContext
リクエストスコープに例外を設定する。
setExceptionHandler(ExceptionHandler) - Method in class nablarch.fw.invoker.PipelineInvoker
例外処理を行う ExceptionHandlerを設定する。
setExcludingRequestList(List<String>) - Method in class nablarch.fw.reader.ResumePointManager
レジューム機能を無効にするリクエストIDのリストを設定する。
setExecuteTime(long) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
実行時間を設定する。
setExecuteTime(long) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
処理時間を設定する。
setExecutionId(String) - Static method in class nablarch.core.ThreadContext
スレッドローカルに実行時IDを設定する。
setExecutionIdAttribute(ExecutionIdAttribute) - Method in class nablarch.fw.handler.DataReadHandler
実行時IDを初期化する際に使用するを設定する。
setExecutorServiceFactory(ExecutorServiceFactory) - Method in class nablarch.fw.invoker.AsyncHandlerListInvoker
ExecutorServiceFactoryを設定する。 ここで設定されたファクトリから、ExecutorServiceを取得して、 ハンドラリストを起動する。
setExitCode(int) - Method in class nablarch.fw.handler.BasicProcessStopHandler
終了コードを設定する。
setExitCode(int) - Method in class nablarch.fw.handler.DuplicateProcessCheckHandler
終了コードを設定する。
setExitCode(int) - Method in interface nablarch.fw.handler.ProcessStopHandler
終了コードを設定する。
setExitCode(int) - Method in class nablarch.fw.launcher.logging.LauncherLogFormatter.LauncherLogContext
終了コードを設定する。
setExitStatus(String) - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
終了ステータスを設定する。
setExpiration(Map<String, String>) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
有効期限設定を設定する(必須)。 本メソッドはDIコンテナから使用されることを想定している。
setExpiration(Expiration) - Method in class nablarch.common.web.session.SessionStoreHandler
有効期限を設定する。
setExpirationDatetimeName(String) - Method in class nablarch.common.web.session.store.UserSessionSchema
有効期限(DATETIME)カラムの名前を設定する。
setExpirationList(List<Map<String, String>>) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
有効期限設定を設定する(必須)。 本メソッドはDIコンテナから使用されることを想定している。
setExpirationSetting(ExpirationSetting) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
キャッシュ有効期限設定を設定する(必須)。 本メソッドはDIコンテナから起動されることを想定している。
setExpires(Long) - Method in class nablarch.common.web.session.SessionStore
有効期限(単位:秒)を設定する。
setExpires(Long, TimeUnit) - Method in class nablarch.common.web.session.SessionStore
有効期限を設定する。
setExports(List<String>) - Method in class nablarch.fw.handler.RewriteRule
変数定義を設定する。 既存の設定はクリアされる。
setExtendedStringConvertors(List<ExtendedStringConvertor>) - Method in class nablarch.core.validation.convertor.StringConvertor
拡張StringConvertorのリストを設定する。
setExtension(String) - Method in class nablarch.core.db.statement.BasicSqlLoader
拡張子を設定する。
ここで設定された拡張子を付加したファイルをSQLファイルとして読み込む。 指定がない場合は、デフォルトで拡張子はsqlとなる。
SetExtensionConverter - Class in nablarch.core.beans.converter
Set及びその具象サブクラスに型変換するクラス。
SetExtensionConverter() - Constructor for class nablarch.core.beans.converter.SetExtensionConverter
 
setFactory(StatementFactory) - Method in class nablarch.core.db.connection.BasicDbConnection
StatementFactory実装クラスを設定する。
setFetchDirection(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setFetchDirection(int) - Method in interface nablarch.core.db.statement.SqlPStatement
setFetchSize(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.setFetchSize(int)のラッパー。
setFetchSize(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
フェッチ件数を設定する。
setFetchSize(int) - Method in interface nablarch.core.db.statement.SqlStatement
Statement.setFetchSize(int)のラッパー。
setFetchSize(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
フェッチサイズを設定する。
setFieldAnnotationCache(StaticDataCache<Map<String, Map<String, ?>>>) - Method in class nablarch.core.db.statement.autoproperty.FieldAnnotationHandlerSupport
フィールドアノテーション保持クラスを設定する。
setFieldName(String) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
エラーが発生したフィールド名を設定する。
setFieldProperty(FieldDefinition, RecordDefinition) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
フィールド定義情報保持クラスのプロパティを設定する。
setFields(List<FieldDefinition>) - Method in class nablarch.core.dataformat.RecordDefinition
本レコードタイプに紐付くフィールド情報を設定する。
setFile(File) - Method in class nablarch.common.mail.AttachedFile
メール添付ファイルを設定する。
setFile(String) - Method in class nablarch.core.repository.di.config.xml.schema.ConfigFile
Sets the value of the file property.
setFile(String) - Method in class nablarch.core.repository.di.config.xml.schema.Import
Sets the value of the file property.
setFileColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
添付ファイル管理テーブルの添付ファイルカラムの名前を設定する。
setFileEncoding(String) - Method in class nablarch.core.db.statement.BasicSqlLoader
ファイルエンコーディングを設定する。
setFileExtensions(Map<String, String>) - Method in class nablarch.core.util.FilePathSetting
ベースパスの論理名と拡張子との対応を収めたMapを設定する。
setFileName(String) - Method in class nablarch.core.message.PropertiesStringResourceLoader
プロパティファイル名を設定する。
setFileNameColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
添付ファイル管理テーブルの添付ファイル名カラムの名前を設定する。
setFilePath(String) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
寄せ字変換定義ファイルのパスを設定する。
setFilePath(String) - Method in exception nablarch.core.dataformat.SyntaxErrorException
構文エラーが発生したフォーマット定義ファイルのパスを設定する。
setFileReader(FileRecordReader) - Method in class nablarch.fw.reader.FileDataReader
FileRecordReaderオブジェクトを設定する。
setFilter(String) - Method in class nablarch.common.web.tag.ErrorsTag
リストに含めるメッセージのフィルタ条件を設定する。
setFirstSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitCss属性のデフォルト値を設定する。
setFirstSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitLabel属性のデフォルト値を設定する。
setFirstSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitName属性のデフォルト値を設定する。
setFirstSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitTag属性のデフォルト値を設定する。
setFirstSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのfirstSubmitType属性のデフォルト値を設定する。
setFixedLengthConvertorFactory(FixedLengthConvertorFactory) - Method in class nablarch.core.dataformat.convertor.FixedLengthConvertorSetting
FixedLengthConvertorFactoryを設定する。
setFixedSignPosition(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
符号位置の固定/非固定を設定する。
setFixLengthMessageId(String) - Method in class nablarch.core.validation.validator.LengthValidator
固定桁数の文字列チェック(maxとminに同じ値を設定した場合)でエラーが発生した際のデフォルトのメッセージIDを設定する。
例 : "{0}は{1}文字で入力してください。"
setFloat(int, float) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setFloat(int, float) - Method in interface nablarch.core.db.statement.SqlPStatement
setFlushEachRecordInWriting(boolean) - Method in class nablarch.core.dataformat.DataFormatConfig
レコードの書き込み毎にflushをするか否かを設定する。
setForceFlushAfterWritingHeaders(boolean) - Method in class nablarch.fw.web.handler.HttpResponseHandler
HTTPヘッダーをwriteした直後にFlushするかどうかの設定 デフォルト値はtrueである。
setFormArraySizeValueMaxLength(int) - Method in class nablarch.core.validation.ValidationManager
フォーム配列サイズ文字列の最大長を設定する。
setFormatDir(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
フォーマット定義ファイルの格納ディレクトリ(論理名)を設定する。
setFormatFileDir(String) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
業務データ部のフォーマット定義ファイルの配置先ディレクトリ論理名を設定する。
setFormatFileDir(String) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
フレームワーク制御ヘッダーのフォーマット定義ファイルが配置されている ディレクトリの論理名を設定する。 設定を省略した場合のデフォルト値は"format"である。
setFormatFileDirName(String) - Method in class nablarch.fw.messaging.reader.MessageReader
受信電文のフォーマット定義ファイルが配置されているディレクトリの 論理名を指定する。
setFormatFileName(String) - Method in class nablarch.fw.messaging.reader.MessageReader
受信電文のフォーマット定義ファイル名を設定する。
setFormatFileName(String) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
フレームワーク制御ヘッダーのフォーマット定義ファイルのファイル名 を設定する。 設定を省略した場合のデフォルト値は"header.fmt"となる。
setFormatFilePath(String) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
使用していたフォーマットファイルのパスを設定する。
setFormatter(DataRecordFormatter) - Method in class nablarch.fw.messaging.InterSystemMessage
メッセージボディのフォーマット定義を設定する。
setFormatter(DataRecordFormatter) - Method in class nablarch.fw.messaging.StructuredRequestMessage
メッセージボディのフォーマット定義を設定する。
setFormatter(DataRecordFormatter) - Method in class nablarch.fw.messaging.StructuredResponseMessage
メッセージボディのフォーマット定義を設定する。
setFormatterName(String) - Method in class nablarch.core.text.DateTimeFormatter
フォーマッタの名前を設定する。
setFormatterName(String) - Method in class nablarch.core.text.DateTimeStrFormatter
フォーマッタの名前を設定する。
setFormatterName(String) - Method in class nablarch.core.text.NumberFormatter
フォーマッタの名前を設定する。
setFormatterName(String) - Method in class nablarch.core.text.NumberStrFormatter
フォーマッタの名前を設定する。
setFormatterOfReply(DataRecordFormatter) - Method in class nablarch.fw.messaging.RequestMessage
応答電文のフォーマットを指定する。
setFormatterProperty(DataRecordFormatter) - Method in class nablarch.core.dataformat.FormatterFactory
データレコードフォーマッタにプロパティを設定する。
setFormatters(List<Formatter<?>>) - Method in class nablarch.core.text.FormatterConfig
フォーマッタのリストを設定する。
setFormClassName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
フォームクラス名を設定する。
setFormClassPackage(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
Formクラスの配置パッケージを設定する。
setFormClassSuffix(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
Formクラスのサフィックスを設定する。
setFormContext(PageContext, FormContext) - Static method in class nablarch.common.web.tag.TagUtil
ページコンテキストにフォームコンテキストを設定する。
setFormCreator(FormCreator) - Method in class nablarch.core.validation.ValidationManager
フォームの生成クラスをセットする。
セットしなかった場合、MapConstructorFormCreatorが使用される。
setFormDefinitionCache(StaticDataCache<FormValidationDefinition>) - Method in class nablarch.core.validation.ValidationManager
FormValidationDefinitionをキャッシュするStaticDataCacheをセットする。
setFormFactory(BeanValidationFormFactory) - Method in class nablarch.common.web.validator.BeanValidationStrategy
 
setForwardPathMapping(Map<String, String>) - Method in class nablarch.fw.web.post.PostResubmitPreventHandler
Deprecated.
リクエストIDと遷移先パスのマッピングを設定する。
setFreeMemory(long) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
空きメモリ量(開始時)を設定する。
setFreeMemory(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
空きメモリ量(開始時)を設定する。
setFrom(String) - Method in class nablarch.common.mail.MailContext
送信元メールアドレスを設定する。
setFromColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの送信者メールアドレスカラムの名前を設定する。
setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.HttpMessagingRequestParsingHandler
フレームワーク制御ヘッダ定義を設定する。
setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.HttpMessagingResponseBuildingHandler
フレームワーク制御ヘッダ定義を設定する。
setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.MessageReplyHandler
応答電文中のフレームワーク制御ヘッダ定義を設定する。
setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
応答電文中のフレームワーク制御ヘッダ定義を設定する。
setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
フレームワーク制御ヘッダ定義を設定する。
setFwHeaderDefinition(FwHeaderDefinition) - Method in class nablarch.fw.messaging.ResponseMessage
フレームワークヘッダ定義を設定する。
setFwHeaderKeys(Map<String, String>) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
フレームワーク制御ヘッダキー名リストを設定する
setGenerateCspNonce(boolean) - Method in class nablarch.fw.web.handler.SecureHandler
nonceを自動生成するかどうかの設定。 デフォルト値はfalseである。
setGroupAuthorityTableSchema(GroupAuthorityTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
グループ権限テーブルのスキーマ情報を設定する。
setGroupIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
グループIDカラムの名前を設定する。
setGroupIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
グループIDカラムの名前を設定する。
setGroupIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupTableSchema
グループIDカラムの名前を設定する。
setGroupSystemAccountTableSchema(GroupSystemAccountTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
グループシステムアカウントテーブルのスキーマ情報を設定する。
setGroupTableSchema(GroupTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
グループテーブルのスキーマ情報を設定する。
setHandler(Handler<TRequest, TResult>) - Method in class nablarch.fw.RequestHandlerEntry
このハンドラエントリ内にハンドラを設定する。
setHandler(HttpRequestHandler) - Method in class nablarch.fw.jaxrs.AdoptHandlerResponseFinisher
ハンドラを設定する。
setHandlerList(List<Object>) - Method in class nablarch.fw.invoker.BasicPipelineListBuilder
ハンドラリストを設定する。
setHandlerList(List<Handler<?, ?>>) - Method in class nablarch.fw.invoker.BasicHandlerListBuilder
ハンドラリストを設定する。
setHandlerList(List<Handler<HttpRequest, ?>>) - Method in class nablarch.fw.jaxrs.JaxRsMethodBinderFactory
ハンドラリストを設定する。
setHandlerListBuilder(HandlerListBuilder<TData>) - Method in class nablarch.fw.invoker.BasicHandlerListInvoker
HandlerListBuilderを設定する。
setHandlerListBuilder(PipelineListBuilder) - Method in class nablarch.fw.invoker.PipelineInvoker
実行対象となるハンドラリストを組み立てるPipelineListBuilder を設定する。
setHandlerListInvoker(HandlerListInvoker<TData, TResult>) - Method in class nablarch.fw.invoker.AsyncHandlerListInvoker
HandlerListInvokerを設定する。 ここで設定されたHandlerListInvokerを使用して、 ハンドラリストを起動する。
setHandlerQueue(Collection<? extends Handler>) - Method in class nablarch.fw.HandlerQueueManager
ハンドラキューの内容を入れ替える。
setHeader(String, Object) - Method in class nablarch.fw.messaging.InterSystemMessage
ヘッダーの値を設定する。
setHeader(String, String) - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスヘッダの値を設定する。
setHeader(String, String) - Method in class nablarch.fw.web.RestMockHttpRequest
HTTPリクエストヘッダの値を設定する。
setHeaderFormatName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
ヘッダフォーマット名を設定する。
setHeaderInfo(Map<String, List<String>>) - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
ヘッダー情報を設定する
setHeaderInfo(Map<String, List<String>>) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
受信したヘッダ情報を設定する。
setHeaderInfo(Map<String, List<String>>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
ヘッダ情報を設定する。
setHeaderInfo(Map<String, List<String>>) - Method in interface nablarch.fw.messaging.realtime.http.streamio.HttpInputStreamReader
HttpHeader情報を設定する。
setHeaderItemList(List<String>) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
ヘッダに設定する項目のリストを設定する。
setHeaderMap(Map<String, ?>) - Method in class nablarch.fw.messaging.InterSystemMessage
ヘッダーの一覧を設定する。 (既存のヘッダーは全て削除される。)
setHeaderMap(Map<String, String>) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setHeaderMap(Map<String, String>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
HTTPヘッダーを設定する。
setHeaderRecord(Map<String, Object>) - Method in class nablarch.fw.messaging.SyncMessage
ヘッダレコードを設定する。
setHealthCheckers(List<HealthChecker>) - Method in class nablarch.fw.web.handler.HealthCheckEndpointHandler
DBやRedisなどの対象ごとのヘルスチェックを行うHealthCheckerを設定する。
setHealthCheckResponseBuilder(HealthCheckResponseBuilder) - Method in class nablarch.fw.web.handler.HealthCheckEndpointHandler
ヘルスチェック結果からレスポンスを作成するHealthCheckResponseBuilderを設定する。
setHealthyStatus(String) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
ヘルスチェックが成功した場合のステータスの表現を設定する。 デフォルトは"UP"。
setHealthyStatusCode(int) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
ヘルスチェックが成功した場合のステータスコードを設定する。 デフォルトは"200"。
setHeight(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのheight属性を設定する。
setHost(String) - Method in class nablarch.common.web.tag.CustomTagConfig
URI指定でhttpとhttpsを切り替える際に使用するホストのデフォルト値を設定する。
setHost(String) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setHref(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのhref属性を設定する。
setHref(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのhref属性を設定する。
setHreflang(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのhreflang属性を設定する。
setHreflang(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのhreflang属性を設定する。
setHspace(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのhspace属性を設定する。
setHtmlEscape(boolean) - Method in class nablarch.common.web.tag.MessageTag
HTMLエスケープをするか否かを設定する。
デフォルトはtrue。
setHttpOnly(boolean) - Method in class nablarch.fw.web.HttpCookie
HttpOnly Cookieか否かを設定する。
setHttpVersion(String) - Method in class nablarch.fw.web.HttpResponse
HTTPバージョンを設定する。
setHttpVersion(String) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setId(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのid属性を設定する。
setId(String) - Method in class nablarch.common.web.tag.ScriptTag
XHTMLのid属性を設定する。
setId(ExecutionContext, String) - Static method in class nablarch.common.web.session.InternalSessionUtil
実行コンテキストにセッションストアIDを記録する。
setIdColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
IDカラムの名前を設定する。
setIdColumnName(String) - Method in class nablarch.common.code.schema.CodePatternSchema
コードIDカラムの名前を設定する。
setIdColumnName(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
IDカラム物理名を設定する。
setIdColumnName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
IDカラム物理名を設定する。
setIdColumnName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
メッセージIDカラム名をセットする。
setIdGenerator(GenerationType, IdGenerator) - Method in class nablarch.common.dao.BasicDaoContext
IDジェネレータを設定する。
setIdTable(Map<String, String>) - Method in class nablarch.common.idgenerator.SequenceIdGeneratorSupport
Deprecated.
採番対称を識別するIDとシーケンス名の紐付け用テーブルを設定する。
シーケンス名を文字列連結してSQL文を生成するため、シーケンス名にスペースがあった場合はエラーとし SQLインジェクションの脆弱性への対応を行う。
setIgnoredEntries(K...) - Method in class nablarch.core.util.map.CopyOnReadMap
同期処理の対象外とするエントリを追加する。
setIgnoreRequestIds(String...) - Method in class nablarch.common.permission.PermissionCheckHandler
認可判定を行わないリクエストIDを設定する。
setImmediate(boolean) - Method in class nablarch.fw.handler.DispatchHandler
ディスパッチされたハンドラの実行タイミングを指定する。
setIncludeContext(PageContext, IncludeContext) - Static method in class nablarch.common.web.tag.IncludeContext
ページコンテキストにインクルードテキストを設定する。
setInfoCss(String) - Method in class nablarch.common.web.tag.ErrorsTag
情報レベルのメッセージに使用するCSSクラス名を設定する。
setInitialized(boolean) - Method in class nablarch.core.dataformat.LayoutDefinition
初期化が行われたかどうかのフラグを設定する。
setInitializedComponent(Object) - Method in class nablarch.core.repository.di.ComponentHolder
初期化済みコンポーネントをセットする。
setInitializeList(List<Object>) - Method in class nablarch.core.repository.initialization.BasicApplicationInitializer
初期化対象オブジェクトリストを設定する。
setInitSqlList(List<String>) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
初期SQLを設定する。
本メソッドで設定されたSQLは、トランザクション開始時(JdbcTransaction.begin())に実行される。
setInjector(ComponentInjector) - Method in class nablarch.core.repository.di.ComponentDefinition
コンポーネントで使用するComponentInjectorをセットする。
setInputCount(long) - Method in class nablarch.fw.batch.ee.progress.BasicProgressManager
 
setInputCount(long) - Method in interface nablarch.fw.batch.ee.progress.ProgressManager
処理対象の件数を設定する。
setInputName(String) - Method in class nablarch.common.web.tag.ChangeParamNameTag
変更元となる元画面のinput要素のname属性を設定する。
setInputPage(PageContext) - Static method in class nablarch.common.web.tag.TagUtil
JSPが生成する画面が入力画面であることを設定する。
このメソッド呼び出し後のJSPでは、入力項目のカスタムタグが入力画面用の出力を行う。
setInputSourcePath(String) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
例外発生原因となった入出力元(ファイルなど)のパスを設定する。
setInputStream(InputStream) - Method in interface nablarch.core.dataformat.DataRecordFormatter
入力ストリームを設定する。
setInputStream(InputStream) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
入力ストリームを設定する。
setInputStream(InputStream) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
入力ストリームを設定する。
setInputStream(InputStream) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
入力ストリームを設定する。
setInputStream(InputStream) - Method in class nablarch.fw.web.ResponseBody
ボディの内容を格納した入力ストリームを設定する。
setInt(int, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setInt(int, int) - Method in interface nablarch.core.db.statement.SqlPStatement
setInterceptor(Annotation) - Method in class nablarch.fw.Interceptor.Impl
処理対象のInterceptorを設定する。
setInternalRequestId(String) - Static method in class nablarch.core.ThreadContext
スレッドローカルに内部リクエストIDを設定する。
setInterval(int) - Method in class nablarch.core.log.app.BasicCommitLogger
間隔を設定する。
setInvalidDigitsFractionMessageId(String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
小数部を指定した場合の桁数不正時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}には整数部{1}桁以下、小数部{2}桁以下の数値を入力してください。"
setInvalidDigitsIntegerMessageId(String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
小数部を指定しなかった場合の桁数不正時のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}には{1}桁以下の数値を入力してください。"
setInvalidSizeKeyMessageId(String) - Method in class nablarch.core.validation.ValidationManager
ValidationTargetアノテーションのsizeKeyに不正な長さを指定した際のエラーメッセージIDを設定する。
setIsmap(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのismap属性を設定する。
setIsolationLevel(int) - Method in class nablarch.core.db.connection.BasicDbConnection
アイソレーションレベルを設定する。
setIsolationLevel(int) - Method in interface nablarch.core.db.connection.TransactionManagerConnection
アイソレーションレベルを設定する。
setIsolationLevel(String) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
アイソレーションレベルを設定する。
設定できる値は、下記のとおり。
READ_COMMITTED:Connection.TRANSACTION_READ_COMMITTED
READ_UNCOMMITTED:Connection.TRANSACTION_READ_UNCOMMITTED
REPEATABLE_READ:Connection.TRANSACTION_REPEATABLE_READ
SERIALIZABLE:Connection.TRANSACTION_SERIALIZABLE
アイソレーションレベルが設定されない場合は、デフォルトでConnection.TRANSACTION_READ_COMMITTEDが使用される。
setIv(String) - Method in class nablarch.common.encryption.AesEncryptor
Deprecated.
本メソッドはIVに文字列しか指定できないため、使用できる値に制限があり脆弱である。このためAesEncryptor.setBase64Key(Base64Key)を使用すること。
setIv(String) - Method in class nablarch.common.encryption.Base64Key
暗号化に使用するIV(128bit)を設定する。
setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in class nablarch.core.db.connection.BasicDbConnection
 
setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in interface nablarch.core.db.connection.TransactionManagerConnection
トランザクションタイムアウトハンドラを設定する。
setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in class nablarch.core.db.statement.BasicSqlPStatement
トランザクションタイムアウトタイマーを設定する。
setJdbcTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in interface nablarch.core.db.statement.SqlStatement
トランザクションタイムアウトタイマーを設定する。
setJndiHelper(JndiHelper) - Method in class nablarch.fw.messaging.provider.JndiLookingUpJmsMessagingProvider
JNDIサポートクラスを設定する。
setJndiProperties(Map<String, String>) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForJndi
JNDIプロパティを設定する。
setJndiProperties(Map<String, String>) - Method in class nablarch.core.repository.jndi.JndiHelper
JNDIプロパティを設定する。
setJndiResourceName(String) - Method in class nablarch.core.db.connection.BasicDbConnectionFactoryForJndi
JNDIリソース名を設定する。
setJndiResourceName(String) - Method in class nablarch.core.repository.jndi.JndiHelper
JNDIリソース名を設定する。 JndiHelper.lookUp()メソッドでは、ここで設定したJNDI名が使用される。
setJsonDataConvertorFactory(JsonDataConvertorFactory) - Method in class nablarch.core.dataformat.convertor.JsonDataConvertorSetting
JsonDataConvertorFactoryを設定する。
setKey(String) - Method in class nablarch.common.encryption.AesEncryptor
Deprecated.
本メソッドは共通鍵に文字列しか指定できないため、使用できる値に制限があり脆弱である。このためAesEncryptor.setBase64Key(Base64Key)を使用すること。
setKey(String) - Method in class nablarch.common.encryption.Base64Key
暗号化に使用する共通鍵(128bit)を設定する。
setKey(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーの文字列表現をセットする。
setKey(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Sets the value of the key property.
setKeyComponent(Component) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Sets the value of the keyComponent property.
setKeyId(int) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーのコンポーネントIDをセットする。
setKeyName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Sets the value of the keyName property.
setKeyNames(String) - Method in class nablarch.common.web.tag.CompositeKeyCheckedInputTagSupport
パラメータのキー名を設定する。
setKeyRef(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーの参照名をセットする。
setKeyType(MapEntryDefinition.DataType) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
キーの種類をセットする。
setLabel(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
ラベルを設定する。
setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
ラベルを整形するパターンを設定する。
setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
ラベルを整形するパターンを設定する。
setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeSelectTag
ラベルを整形するパターンを設定する。
setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeTag
ラベルを整形するパターンを設定する。
setLabelPattern(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
ラベルを整形するパターンを設定する。
setLang(String) - Method in class nablarch.common.mail.TemplateMailContext
言語を設定する。
setLang(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのlang属性を設定する。
setLangColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
言語カラムの名前を設定する。
setLangColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
メールテンプレート管理テーブルの言語カラムの名前を設定する。
setLangColumnName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
言語カラム名をセットする。
setLanguage(String) - Method in class nablarch.common.web.tag.MessageTag
メッセージの言語を設定する。
setLanguage(String) - Method in class nablarch.common.web.tag.ScriptTag
XHTMLのlanguage属性を設定する。
setLanguage(Locale) - Static method in class nablarch.core.ThreadContext
スレッドローカルに言語を設定する。
setLastRecordNumber(int) - Method in class nablarch.fw.ExecutionContext
データリーダが、現時点で物理的に読み込んでいるレコードのレコード番号を設定する。
setLastSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitCss属性のデフォルト値を設定する。
setLastSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitLabel属性のデフォルト値を設定する。
setLastSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitName属性のデフォルト値を設定する。
setLastSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitTag属性のデフォルト値を設定する。
setLastSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlastSubmitType属性のデフォルト値を設定する。
setLayoutFile(String) - Method in class nablarch.fw.reader.FileDataReader
拡張子を除いた、フォーマット定義ファイルのファイル名を設定する。
setLayoutFile(String, String) - Method in class nablarch.fw.reader.FileDataReader
フォーマット定義ファイルのベースパス論理名および拡張子を除いたファイル名を設定する。
setLength(int) - Method in class nablarch.common.idgenerator.formatter.LpadFormatter
桁数を設定する。
setLikeConditionPropsTo(BasicSqlPStatement) - Method in class nablarch.core.db.statement.BasicStatementFactory
指定されたBasicSqlPStatementに対して、 LIKE条件必要なプロパティを設定する。
setLikeEscapeChar(char) - Method in class nablarch.core.db.statement.BasicSqlParameterParser
エスケープ文字を設定する。
SQL文のlike句に埋め込む条件のエスケープに使用する文字を設定する。 ここで設定した文字は、like条件のescape句に自動設定される。
setLikeEscapeChar(char) - Method in class nablarch.core.db.statement.BasicSqlPStatement
like条件のエスケープ文字を設定する。
setLikeEscapeChar(char) - Method in interface nablarch.core.db.statement.SqlParameterParser
like条件のエスケープ対象文字をエスケープする文字を設定する。
本メソッドで設定されたSQL文は、解析後のSQL文のescape句に埋め込まれる。
setLikeEscapeChar(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
like条件のエスケープ文字を設定する。
setLikeEscapeTargetCharList(char[]) - Method in class nablarch.core.db.statement.BasicSqlPStatement
like条件のエスケープ対象の文字リスト。

例:エスケープ対象の文字が、「%,%,_,_」の場合
setLikeEscapeTargetCharList(String) - Method in class nablarch.core.db.statement.BasicStatementFactory
like条件のエスケープ対象の文字リスト(カンマ区切りの文字列)を設定する。
setLineSeparator(String) - Method in class nablarch.common.web.tag.CustomTagConfig
カスタムタグが出力時に使用する改行コードを設定する。
setList(List) - Method in class nablarch.core.repository.di.config.xml.schema.Property
Sets the value of the list property.
setListener(DatabaseRecordListener) - Method in class nablarch.fw.reader.DatabaseRecordReader
データベースレコードリスナを設定する。
setListFormat(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
リスト表示時に使用するフォーマットを設定する。
setListFormat(String) - Method in class nablarch.common.web.tag.CodeSelectTag
リスト表示時に使用するフォーマットを設定する。
setListFormat(String) - Method in class nablarch.common.web.tag.CodeTag
リスト表示時に使用するフォーマットを設定する。
setListFormat(String) - Method in class nablarch.common.web.tag.CustomTagConfig
selectタグ、radioButtonsタグ、checkboxesタグのlistFormat属性のデフォルト値を設定する。
setListFormat(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
リスト表示時に使用するフォーマットを設定する。
setListFormat(String) - Method in class nablarch.common.web.tag.ListSelectTag
リスト表示時に使用するフォーマットを設定する。
setListFormat(ListFormat) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
リスト表示時に使用するフォーマットを設定する。
setListName(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
リストを取得するための名前を設定する。
setListName(String) - Method in class nablarch.common.web.tag.ListSelectTag
リストを取得するための名前を設定する。
setListName(String) - Method in class nablarch.common.web.tag.ListTagWriterSupport
リストを取得するための名前を設定する。
setListSearchResultWrapperCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのlistSearchResultWrapperCss属性のデフォルト値を設定する。
setLoader(StaticDataLoader<T>) - Method in class nablarch.core.cache.BasicStaticDataCache
静的データのローダを設定する。
setLoadOnStartup(boolean) - Method in class nablarch.core.cache.BasicStaticDataCache
初期化時ロード要否を設定する。
setLocales(List<String>) - Method in class nablarch.core.message.PropertiesStringResourceLoader
ロケール一覧を設定する。
setLocation(String) - Method in class nablarch.fw.web.HttpResponse
Locationの値を設定する。
setLong(int, long) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setLong(int, long) - Method in interface nablarch.core.db.statement.SqlPStatement
setLongdesc(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのlongdesc属性を設定する。
setMailAddressColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
メール送信先テーブルの送信先メールアドレスカラムの名前を設定する。
setMailAttachedFileTable(MailAttachedFileTable) - Method in class nablarch.common.mail.MailRequester
添付ファイル管理テーブルのスキーマ情報を設定する。
setMailBody(String) - Method in class nablarch.common.mail.FreeTextMailContext
本文を設定する。
setMailBody(String) - Method in class nablarch.common.mail.MailContext
本文を設定する。
setMailBodyColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの本文カラムの名前を設定する。
setMailBodyColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
メールテンプレート管理テーブルの本文カラムの名前を設定する。
setMailConfig(MailConfig) - Method in class nablarch.common.mail.MailRequester
メール関連のコード値を保持するデータオブジェクトを設定する。
setMailConfig(MailConfig) - Method in class nablarch.common.mail.MailRequestTable
メール関連のコード値を保持するデータオブジェクトを設定する。
setMailHost(String) - Method in class nablarch.common.mail.MailSessionConfig
接続ホスト名を設定する。
setMailRecipientTable(MailRecipientTable) - Method in class nablarch.common.mail.MailRequester
メール送信先管理テーブルのスキーマ情報を設定する。
setMailRequestConfig(MailRequestConfig) - Method in class nablarch.common.mail.MailRequester
メール送信要求共通設定を保持するデータオブジェクトを設定する。
setMailRequestCountMessageId(String) - Method in class nablarch.common.mail.MailConfig
メール送信要求件数出力時のメッセージIDを設定する。 *
setMailRequestIdColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
添付ファイル管理テーブルの要求IDカラムの名前を設定する。
setMailRequestIdColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
メール送信先テーブルの要求IDカラムの名前を設定する。
setMailRequestIdColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの要求IDカラムの名前を設定する。
setMailRequestIdGenerator(IdGenerator) - Method in class nablarch.common.mail.MailRequester
メール送信要求IDジェネレータを設定する。
setMailRequestSbnId(String) - Method in class nablarch.common.mail.MailConfig
メール送信要求IDの採番対象識別IDを設定する。
setMailRequestTable(MailRequestTable) - Method in class nablarch.common.mail.MailRequester
mailSendRequestTable メール送信要求管理テーブルのスキーマ情報を設定する。
setMailSendPatternId(String) - Method in class nablarch.common.mail.MailContext
メール送信パターンIDを設定する。
setMailSendPatternIdColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルのメール送信パターンIDをのカラム名を設定する。
setMailSmtpConnectionTimeout(String) - Method in class nablarch.common.mail.MailSessionConfig
接続タイムアウト値を設定する。
setMailSmtpHost(String) - Method in class nablarch.common.mail.MailSessionConfig
SMTPサーバー名を設定する。
setMailSmtpPort(String) - Method in class nablarch.common.mail.MailSessionConfig
SMTPポートを設定する。
setMailSmtpTimeout(String) - Method in class nablarch.common.mail.MailSessionConfig
送信タイムアウト値を設定する。
setMailTemplateIdColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
メールテンプレート管理テーブルのテンプレートIDカラムの名前を設定する。
setMailTemplateTable(MailTemplateTable) - Method in class nablarch.common.mail.TinyTemplateEngineMailProcessor
メールテンプレート管理テーブルのスキーマ情報を設定する。
setMailTransactionManager(SimpleDbTransactionManager) - Method in class nablarch.common.mail.MailRequester
メール送信時に利用するトランザクションマネージャを設定する。
setMap(Map) - Method in class nablarch.core.repository.di.config.xml.schema.Property
Sets the value of the map property.
setMax(int) - Method in class nablarch.core.db.cache.ResultSetCacheKeyBuilder
最大件数を設定する。 (省略時は0)
setMax(long) - Method in class nablarch.common.dao.EntityList
検索結果の取得最大件数を設定する。
setMax(Integer) - Method in class nablarch.core.db.support.ListSearchInfo
1ページあたりの最大取得件数を設定する。
setMaxAge(long) - Method in class nablarch.fw.jaxrs.cors.BasicCors
プリフライトリクエストの結果をキャッシュしてよい時間(秒)を設定する。
setMaxAge(Integer) - Method in class nablarch.fw.web.HttpCookie
このクッキーの最長の存続期間(秒)を指定する。
setMaxAndMinMessageId(String) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
最小値と最大値を指定した際のメッセージのIDを設定する。
setMaxAndMinMessageId(String) - Method in class nablarch.core.validation.validator.LengthValidator
最大文字列長を越えるエラーが発生した際に、最小文字列が指定されていた場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{1}文字以上{2}文字以下で入力してください。"
setMaxAndMinMessageId(String) - Method in class nablarch.core.validation.validator.NumberRangeValidator
バリデーションの条件に最大値と最小値が指定されていた場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{1}以上{2}以下で入力してください。"
setMaxArraySize(int) - Method in class nablarch.core.dataformat.FieldDefinition
フィールドの最大配列要素数を設定する。
setMaxAttachedFileSize(int) - Method in class nablarch.common.mail.MailRequestConfig
最大添付ファイルサイズを設定する。
setMaxCount(int) - Method in class nablarch.fw.handler.DataReadHandler
データ読み込みの上限回数を指定する。
setMaxFileCount(int) - Method in class nablarch.fw.web.upload.UploadSettings
アップロードファイル数の上限を設定する。
setMaxInactiveInterval(int) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
setMaxlength(int) - Method in class nablarch.common.web.tag.FileTag
XHTMLのmaxlength属性を設定する。
setMaxlength(int) - Method in class nablarch.common.web.tag.PasswordTag
XHTMLのmaxlength属性を設定する。
setMaxlength(int) - Method in class nablarch.common.web.tag.TextareaTag
HTML5のmaxlength属性を設定する。
setMaxlength(int) - Method in class nablarch.common.web.tag.TextTag
XHTMLのmaxlength属性を設定する。
setMaxMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
最大メモリ量(開始時)を設定する。
setMaxMemory(long) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
最大メモリ量を設定する。
setMaxMemory(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
最大メモリ量を設定する。
setMaxMessageId(String) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
最大値のみ指定した際のメッセージのIDを設定する。
setMaxMessageId(String) - Method in class nablarch.core.validation.validator.LengthValidator
最大文字列長を越えるエラーが発生した際に、最小文字列が指定されていなかった場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{2}文字以下で入力してください。"
setMaxMessageId(String) - Method in class nablarch.core.validation.validator.NumberRangeValidator
バリデーションの条件に最大値のみが指定されていた場合のデフォルトのエラーメッセージのメッセージID。
例 : "{0}は{2}以下で入力してください。"
setMaxRecipientCount(int) - Method in class nablarch.common.mail.MailRequestConfig
最大宛先数を設定する。
setMaxResultCount(int) - Method in class nablarch.core.db.support.ListSearchInfo
検索結果の最大件数(上限)を設定する。
setMaxRetryTime(long) - Method in class nablarch.fw.handler.retry.RetryContextFactorySupport
最長リトライ時間(単位:msec)を設定する。
setMaxRows(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
Statement.setMaxRows(int)のラッパー。
setMaxRows(int) - Method in interface nablarch.core.db.statement.SqlStatement
Statement.setMaxRows(int)のラッパー。
setMedia(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのmedia属性を設定する。
setMessageFormat(String) - Method in class nablarch.common.web.tag.CustomTagConfig
errorタグのmessageFormat属性のデフォルト値を設定する。
setMessageFormat(String) - Method in class nablarch.common.web.tag.ErrorTag
メッセージ表示時に使用するフォーマットを設定する。
setMessageFormatFileNamePattern(String) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
受信電文のフォーマット定義ファイル名のパターン文字列を設定する。
setMessageId(String) - Method in class nablarch.common.code.validator.CodeValueValidator
コードに含まれない値が指定された場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}には\"{1}\"のいずれかの値を指定してください。"

※通常コードは画面上のドロップダウンやセレクトボックスで選択することが多い。 この場合、このエラーメッセージはプログラムバグかユーザによるプログラム改竄以外に表示されることはない。 このため、本エラーメッセージはインプットボックスでコードを入力するという特殊な入力を行う画面以外では使用されない。
setMessageId(String) - Method in class nablarch.common.web.tag.MessageTag
メッセージIDを設定する。
setMessageId(String) - Method in class nablarch.common.web.token.BasicDoubleSubmissionHandler
二重サブミットと判定した場合の遷移先画面に表示するエラーメッセージに使用するメッセージIDを設定する。 OnDoubleSubmissionアノテーションで個別に指定していない場合は、ここに指定したメッセージIDを使用する。
setMessageId(String) - Method in class nablarch.core.validation.validator.CharacterLimitationValidator
有効文字以外が入力された場合のデフォルトのエラーメッセージのメッセージIDを設定する。
setMessageId(String) - Method in class nablarch.core.validation.validator.RequiredValidator
デフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は必ず入力してください。"
setMessageId(String) - Method in class nablarch.core.validation.validator.unicode.CharsetDefSupport
文字種チェックでエラーが発生した際にデフォルトで使用するメッセージIDを設定する。
setMessageId(String) - Method in class nablarch.fw.messaging.InterSystemMessage
メッセージIDを設定する。 メッセージIDはMOM側で採番される値であり、 このメソッドは単体テスト用に便宜的に容易されているものである。
setMessageIdColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
メッセージIDを保持するカラムの名称を設定する。 (デフォルトは"MESSAGE_ID")
setMessageReader(DataReader<ReceivedMessage>) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
受信電文を読み込むリーダを設定する。
setMessageResource(StringResourceHolder) - Method in class nablarch.core.validation.ValidationManager
メッセージリソースをセットする。
setMessagingExceptionFactory(MessagingExceptionFactory) - Method in interface nablarch.fw.messaging.MessagingProvider
MessagingExceptionファクトリオブジェクトを設定する。
setMessagingExceptionFactory(MessagingExceptionFactory) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
MessagingExceptionファクトリオブジェクトを設定する。
setMessagingProvider(MessagingProvider) - Method in class nablarch.fw.messaging.handler.MessagingContextHandler
メッセージング機能実装を設定する。
setMethod(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのmethod属性を設定する。
デフォルトはpost。
setMethod(String) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setMethodBinder(MethodBinder<?, ?>) - Method in class nablarch.fw.HandlerQueueManager
メソッドレベルの処理委譲を行うコンポーネントを指定する。
setMethodBinderFactory(MethodBinderFactory) - Method in class nablarch.fw.web.handler.RoutingHandlerSupport
MethodBinderFactoryを設定する。
setMethodName(String) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
メソッド名を設定する。
setMinArraySize(int) - Method in class nablarch.core.dataformat.FieldDefinition
フィールドの最小配列要素数を設定する。
setMinMessageId(String) - Method in class nablarch.core.validation.validator.DecimalRangeValidator
最小値のみ指定した際のメッセージのIDを設定する。
setMinMessageId(String) - Method in class nablarch.core.validation.validator.NumberRangeValidator
バリデーションの条件に最小値のみが指定されていた場合のデフォルトのエラーメッセージのメッセージIDを設定する。
例 : "{0}は{1}以上で入力してください。"
setMode(String) - Method in class nablarch.fw.web.handler.secure.XssProtectionHeader
モードを設定する。
setMultiInputMessageId(String) - Method in class nablarch.core.validation.convertor.NumberConvertorSupport
入力値に複数の文字列が設定された場合のデフォルトのエラーメッセージのメッセージIDを設定する。
デフォルトメッセージの例 : "{0}の値が不正です。"
setMultipart(Map<String, List<PartInfo>>) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
setMultipart(Map<String, List<PartInfo>>) - Method in class nablarch.fw.web.HttpRequest
マルチパートを設定する。
setMultiple(boolean) - Method in class nablarch.common.web.tag.FileTag
HTML5のmultiple属性を設定する。
setMultiple(boolean) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのmultiple属性を設定する。
setName(String) - Method in class nablarch.common.web.session.SessionStore
セッションストア名を設定する。
setName(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.CodeTag
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.ErrorTag
エラーメッセージを表示する入力項目のname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.InputTagSupport
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.ParamTagSupport
値を取得するための名前を設定する。
setName(String) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.SetTag
値を取得するための名前を設定する。
setName(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.TextareaTag
XHTMLのname属性を設定する。
setName(String) - Method in class nablarch.common.web.tag.WriteTag
出力対象の名前を設定する。
setName(String) - Method in class nablarch.core.dataformat.FieldDefinition
フィールド名称を設定する。
setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Component
Sets the value of the name property.
setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.ComponentRef
Sets the value of the name property.
setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.List
Sets the value of the name property.
setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Map
Sets the value of the name property.
setName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Property
Sets the value of the name property.
setName(String) - Method in class nablarch.fw.web.handler.health.HealthChecker
ヘルスチェックの対象を表す名前を設定する。
setNameAlias(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.CodeSelectTag
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.FileTag
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.ListSelectTag
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.MultivaluedInputTagWriterSupport
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.PasswordTag
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.TextareaTag
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameAlias(String) - Method in class nablarch.common.web.tag.TextTag
name属性のエイリアスを設定する。
複数指定する場合はカンマ区切り。
setNameColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
名称カラムの名前を設定する。
setNamePrefix(String) - Method in class nablarch.common.web.tag.CompositeKeyCheckedInputTagSupport
リクエストパラメータのプレフィクスを設定する。
setNameToFormContext(PageContext, HtmlAttributes) - Static method in class nablarch.common.web.tag.TagUtil
フォームコンテキストに入力項目のname属性を設定する。
JSPが入力画面の場合のみname属性を設定する。
setNextSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitCss属性のデフォルト値を設定する。
setNextSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitLabel属性のデフォルト値を設定する。
setNextSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitName属性のデフォルト値を設定する。
setNextSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitTag属性のデフォルト値を設定する。
setNextSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのnextSubmitType属性のデフォルト値を設定する。
setNoColumnName(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
NOカラム物理名を設定する。
setNoColumnName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
NOカラム物理名を設定する。
setNoHiddenEncryptionRequestIds(List<String>) - Method in class nablarch.common.web.tag.CustomTagConfig
hiddenタグを暗号化しないリクエストIDのデフォルト値を設定する。
setNoneOptionLabel(String) - Method in class nablarch.common.web.tag.CodeSelectTag
リスト先頭に選択なしのオプションを追加する場合に使用するラベルを設定する。 この属性は、withNoneOptionにtrueを指定した場合のみ有効となる。
デフォルトは""。
setNoneOptionLabel(String) - Method in class nablarch.common.web.tag.ListSelectTag
リスト先頭に選択なしのオプションを追加する場合に使用するラベルを設定する。
setNormalEndExceptions(List<String>) - Method in class nablarch.fw.handler.ProcessResidentHandler
処理を正常に終了させる例外クラスを設定する。
setNormalizers(List<Normalizer>) - Method in class nablarch.fw.web.handler.NormalizationHandler
Normalizerを設定する。
setNull(int, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setNull(int, int) - Method in interface nablarch.core.db.statement.SqlPStatement
setNull(int, int, String) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setNull(int, int, String) - Method in interface nablarch.core.db.statement.SqlPStatement
setNumberPatterns(List<String>) - Method in class nablarch.core.beans.BasicConversionManager
数値パターンを設定する。
setObject(int, Object) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setObject(int, Object) - Method in interface nablarch.core.db.statement.SqlPStatement
setObject(int, Object, int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setObject(int, Object, int) - Method in interface nablarch.core.db.statement.SqlPStatement
setObject(String, Object) - Static method in class nablarch.core.ThreadContext
スレッドコンテキストにオブジェクトを設定する。
setObjectFieldCache(StaticDataCache<Map<String, Map<String, Object>>>) - Method in class nablarch.core.db.statement.BasicStatementFactory
フィールド情報保持インスタンスを設定する。
setObjectFieldPropsTo(BasicSqlPStatement) - Method in class nablarch.core.db.statement.BasicStatementFactory
指定されたBasicSqlPStatementに対して、 オブジェクトのフィールドの値を扱う場合に必要なプロパティを設定する。
setOddValue(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのoddValue属性のデフォルト値を設定する。
setOffCodeValue(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
チェックなしの場合に使用するコード値を設定する。
setOffLabel(String) - Method in class nablarch.common.web.tag.CheckboxTag
チェックなしの場合に使用するラベルを設定する。
setOffValue(String) - Method in class nablarch.common.web.tag.CheckboxTag
チェックなしの場合に使用する値を設定する。
setOnblur(String) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
XHTMLのonblur属性を設定する。
setOnblur(String) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのonblur属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
XHTMLのonchange属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
XHTMLのonchange属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.FileTag
XHTMLのonchange属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.ListCheckedInputsTagSupport
XHTMLのonchange属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.PasswordTag
XHTMLのonchange属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのonchange属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.TextareaTag
XHTMLのonchange属性を設定する。
setOnchange(String) - Method in class nablarch.common.web.tag.TextTag
XHTMLのonchange属性を設定する。
setOnclick(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonclick属性を設定する。
setOndblclick(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのondblclick属性を設定する。
setOnfocus(String) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
XHTMLのonfocus属性を設定する。
setOnfocus(String) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのonfocus属性を設定する。
setOnkeydown(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonkeydown属性を設定する。
setOnkeypress(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonkeypress属性を設定する。
setOnkeyup(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonkeyup属性を設定する。
setOnmousedown(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonmousedown属性を設定する。
setOnmousemove(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonmousemove属性を設定する。
setOnmouseout(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonmouseout属性を設定する。
setOnmouseover(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonmouseover属性を設定する。
setOnmouseup(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのonmouseup属性を設定する。
setOnreset(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのonreset属性を設定する。
setOnselect(String) - Method in class nablarch.common.web.tag.FileTag
XHTMLのonselect属性を設定する。
setOnselect(String) - Method in class nablarch.common.web.tag.PasswordTag
XHTMLのonselect属性を設定する。
setOnselect(String) - Method in class nablarch.common.web.tag.TextareaTag
XHTMLのonselect属性を設定する。
setOnselect(String) - Method in class nablarch.common.web.tag.TextTag
XHTMLのonselect属性を設定する。
setOnsubmit(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのonsubmit属性を設定する。
setOptimisticLockErrorMessageId(String) - Method in class nablarch.common.exclusivecontrol.BasicExclusiveControlManager
楽観ロックエラーメッセージIDを設定する。
setOption(String) - Method in class nablarch.fw.web.handler.secure.ContentTypeOptionsHeader
X-Content-Type-Optionsレスポンスヘッダに出力する値を設定する。
setOption(String) - Method in class nablarch.fw.web.handler.secure.FrameOptionsHeader
X-Frame-Optionsを設定する。
setOption(Map<String, String>) - Method in class nablarch.common.mail.MailSessionConfig
その他のjakarta.mail.Sessionのオプションを設定する。
setOption0(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが0のオプション引数を設定する。
setOption1(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが1のオプション引数を設定する。
setOption2(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが2のオプション引数を設定する。
setOption3(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが3のオプション引数を設定する。
setOption4(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが4のオプション引数を設定する。
setOption5(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが5のオプション引数を設定する。
setOption6(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが6のオプション引数を設定する。
setOption7(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが7のオプション引数を設定する。
setOption8(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが8のオプション引数を設定する。
setOption9(Object) - Method in class nablarch.common.web.tag.MessageTag
メッセージフォーマットに使用するインデックスが9のオプション引数を設定する。
setOptionalPackageMappingEntries(List<JavaPackageMappingEntry>) - Method in class nablarch.fw.handler.RequestPathJavaPackageMapping
RequestHandlerEntryでリクエストパスに合致したマッピング先Javaパッケージを上書きする場合に使用する、JavaPackageMappingEntryのリストを設定する。
setOptionalPackageMappingEntries(List<JavaPackageMappingEntry>) - Method in class nablarch.fw.web.handler.HttpRequestJavaPackageMapping
RequestHandlerEntryでURIに合致したマッピング先Javaパッケージを上書きする場合に使用する、JavaPackageMappingEntryのリストを設定する。
setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeCheckboxTag
取得するオプション名称のカラム名を設定する。
setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
取得するオプション名称のカラム名を設定する。
setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeSelectTag
取得するオプション名称のカラム名を設定する。
setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeTag
取得するオプション名称のカラム名を設定する。
setOptionColumnName(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
取得するオプション名称のカラム名を設定する。
setOptionNameColumnNames(String[]) - Method in class nablarch.common.code.schema.CodeNameSchema
オプション名称カラムの名前を設定する。
setOriginalConfirmationPage(PageContext, Boolean) - Method in class nablarch.common.web.tag.IgnoreConfirmationTag
元の設定状態であるJSPの画面状態(入力画面または確認画面)をリクエストスコープに設定する。
setOriginalHandler(Handler<TData, TResult>) - Method in class nablarch.fw.Interceptor.Impl
インターセプト対象のリクエストハンドラを設定する。
setOsName(String) - Method in class nablarch.fw.web.useragent.UserAgent
OS名称をセットする。
setOsType(String) - Method in class nablarch.fw.web.useragent.UserAgent
OSタイプをセットする。
setOsVersion(String) - Method in class nablarch.fw.web.useragent.UserAgent
OSバージョンをセットする。
setOutputStream(OutputStream) - Method in interface nablarch.core.dataformat.DataRecordFormatter
出力ストリームを設定する。
setOutputStream(OutputStream) - Method in class nablarch.core.dataformat.FixedLengthDataRecordFormatter
出力ストリームを設定する。
setOutputStream(OutputStream) - Method in class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
出力ストリームを設定する。
setOutputStream(OutputStream) - Method in class nablarch.core.dataformat.VariableLengthDataRecordFormatter
出力ストリームを設定する。
setPackNibble(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
パックNibbleを設定する。
setPackSignNibbleNegative(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
符号付きパック10進数値の末尾桁の下位4ビット(負数の場合)を返却する。
setPackSignNibblePositive(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
符号付きパック10進数値の末尾桁の下位4ビット(正数の場合)を返却する。
setPaddingChar(String) - Method in class nablarch.common.idgenerator.formatter.LpadFormatter
LpadFormatter.setLength(int)で設定した桁数になるまで、埋める文字を設定する。
setPaddingValue(Object) - Method in class nablarch.core.dataformat.FieldDefinition
フィールドのパディング/トリムに使用する値を設定する。
setPage(long) - Method in class nablarch.common.dao.EntityList
ページ番号を設定する。
setPageNumber(Integer) - Method in class nablarch.core.db.support.ListSearchInfo
取得対象のページ番号を設定する。
setPageNumberSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitCss属性のデフォルト値を設定する。
setPageNumberSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitName属性のデフォルト値を設定する。
setPageNumberSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitTag属性のデフォルト値を設定する。
setPageNumberSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitType属性のデフォルト値を設定する。
setPageNumberSubmitWrapperCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpageNumberSubmitWrapperCss属性のデフォルト値を設定する。
setPagingCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpagingCss属性のデフォルト値を設定する。
setPagingPosition(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのpagingPosition属性のデフォルト値を設定する。
setParam(String, String...) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
setParam(String, String...) - Method in class nablarch.fw.web.HttpRequest
リクエストパラメータを設定する。
setParam(String, String...) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setParam(String, String...) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
setParameterName(String) - Method in class nablarch.common.web.session.store.HiddenStore
パラメータ名を設定する。
setParamMap(Map<String, String[]>) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.HttpRequest
リクエストパラメータを設定する。
setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.servlet.HttpRequestWrapper
 
setParamMap(Map<String, String[]>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
リクエストパラメータを設定する。
setParamMap(Map<String, String>) - Method in class nablarch.fw.launcher.CommandLine
コマンドラインオプションのMapを設定する。
setParamName(String) - Method in class nablarch.common.web.tag.ChangeParamNameTag
サブミット時に使用するパラメータの名前を設定する。
setParamName(String) - Method in class nablarch.common.web.tag.ParamTagSupport
パラメータの名前を設定する。
setParamsFromHeader(String, List<String>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractCharHttpStreamReader
コネクションのヘッダー情報を取得/解析する。
setParamsFromHeader(String, List<String>) - Method in class nablarch.fw.messaging.realtime.http.streamio.AbstractHttpStreamReader
ヘッダー情報から取得した値をもとにStreamを読み込む際のパラメータを取得する。
setParseFailedMessageId(String) - Method in class nablarch.common.date.AbstractDateStringConverter
指定された日付文字列への変換失敗時のメッセージIDを設定する。
setPath(String) - Method in class nablarch.common.web.handler.NablarchTagHandler
改竄を検知した場合に送信する画面のリソースパスを設定する。
setPath(String) - Method in class nablarch.common.web.tag.ConfirmationPageTag
フォワード先のパスを設定する。
setPath(String) - Method in class nablarch.common.web.tag.IncludeTag
インクルード先のパスを設定する。
setPath(String) - Method in class nablarch.common.web.token.BasicDoubleSubmissionHandler
二重サブミットと判定した場合の遷移先のリソースパスを設定する。
OnDoubleSubmissionアノテーションで個別に指定していない場合は、ここに指定したリソースパスを使用する。
setPath(String) - Method in class nablarch.fw.web.HttpCookie
このクッキーが送信されるURIのパス階層を指定する。
setPattern(String) - Method in class nablarch.common.web.tag.CodeCheckedInputsTagSupport
使用するパターンのカラム名を設定する。
setPattern(String) - Method in class nablarch.common.web.tag.CodeSelectTag
使用するパターンのカラム名を設定する。
setPattern(String) - Method in class nablarch.common.web.tag.CodeTag
使用するパターンのカラム名を設定する。
setPattern(String) - Method in class nablarch.common.web.tag.CodeTagWriterSupport
使用するパターンのカラム名を設定する。
setPattern(String) - Method in class nablarch.fw.handler.RewriteRule
この置換ルールが適用されるパスのパターンを正規表現で設定する。
setPatternColumnNames(String[]) - Method in class nablarch.common.code.schema.CodePatternSchema
パターンカラムの名前を設定する。
setPatternSeparator(String) - Method in class nablarch.common.web.tag.CustomTagConfig
フォーマットに使用するパターン区切り文字のデフォルト値を設定する。
setPermission(Permission) - Static method in class nablarch.common.permission.PermissionUtil
ThreadContextPermissionを設定する。
setPermissionFactory(PermissionFactory) - Method in class nablarch.common.permission.PermissionCheckHandler
Permissionを生成するPermissionFactoryを設定する。
setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupAuthorityTableSchema
認可単位IDカラムの名前を設定する。
setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
認可単位IDカラムの名前を設定する。
setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.PermissionUnitTableSchema
認可単位IDカラムの名前を設定する。
setPermissionUnitIdColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
認可単位IDカラムの名前を設定する。
setPermissionUnitRequestTableSchema(PermissionUnitRequestTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
認可単位リクエストテーブルのスキーマ情報を設定する。
setPermissionUnitTableSchema(PermissionUnitTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
認可単位テーブルのスキーマ情報を設定する。
setPermitProcessIdentifier(String[]) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
2重起動を許可するプロセスの識別子リストを設定する。
setPlaceholder(String) - Method in class nablarch.common.web.tag.PasswordTag
HTML5のplaceholder属性を設定する。
setPlaceholder(String) - Method in class nablarch.common.web.tag.TextareaTag
HTML5のplaceholder属性を設定する。
setPlaceholder(String) - Method in class nablarch.common.web.tag.TextTag
HTML5のplaceholder属性を設定する。
setPlaceHolderValuePair(Map<String, String>) - Method in class nablarch.core.db.statement.sqlloader.SqlPlaceHolderReplacer
プレースホルダーと値のペアを設定する。
setPoint(String) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
測定対象を識別するIDを設定する。
setPoisonQueueNamePattern(String) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
各受信キューに対する退避キューの論理名を決定する際に使用する パターン文字列を設定する。 明示的に指定しなかった場合のデフォルトは、 (受信キュー名).POISON となる。 当該のキューが存在しなかった場合はデフォルトの退避キュー名を使用する。
setPolicy(String) - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
Content-Security-Policyを設定する。
setPopupOption(String) - Method in class nablarch.common.web.tag.CustomTagConfig
ポップアップのオプション情報(window.open関数の第3引数の値)を設定する。
setPopupOption(String) - Method in class nablarch.common.web.tag.PopupButtonTag
ポップアップのオプション情報を設定する。
setPopupOption(String) - Method in class nablarch.common.web.tag.PopupLinkTag
ポップアップのオプション情報を設定する。
setPopupOption(String) - Method in class nablarch.common.web.tag.PopupSubmitTag
ポップアップのオプション情報を設定する。
setPopupWindowName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
ポップアップのウィンドウ名を設定する。
setPopupWindowName(String) - Method in class nablarch.common.web.tag.PopupButtonTag
ポップアップのウィンドウ名を設定する。
setPopupWindowName(String) - Method in class nablarch.common.web.tag.PopupLinkTag
ポップアップのウィンドウ名を設定する。
setPopupWindowName(String) - Method in class nablarch.common.web.tag.PopupSubmitTag
ポップアップのウィンドウ名を設定する。
setPort(int) - Method in class nablarch.common.web.tag.CustomTagConfig
URI指定でhttpとhttpsを切り替える際に使用するhttp用のポート番号を設定する。
setPosition(int) - Method in class nablarch.core.dataformat.FieldDefinition
このフィールドの開始位置を設定する。
setPreventPostResubmit(boolean) - Method in class nablarch.common.web.tag.FormTag
POST再送信を防止するか否かを設定する。
setPreventSessionCreation(boolean) - Method in class nablarch.fw.web.servlet.WebFrontController
セッション生成を防止する機能を有効にするかどうかを設定する。
setPrevSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitCss属性のデフォルト値を設定する。
setPrevSubmitLabel(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitLabel属性のデフォルト値を設定する。
setPrevSubmitName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitName属性のデフォルト値を設定する。
setPrevSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitTag属性のデフォルト値を設定する。
setPrevSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのprevSubmitType属性のデフォルト値を設定する。
setPrimaryKeyColumnNames(Enum<?>...) - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
主キーのカラム名を設定する。
setProcessActiveFlgColumnName(String) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
プロセスが起動中であることを示すフラグが格納されるカラムの物理名を設定する。
setProcessHaltColumnName(String) - Method in class nablarch.fw.handler.BasicProcessStopHandler
プロセス停止フラグが格納されるカラムの物理名を設定する。
setProcessIdentifierColumnName(String) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
プロセスを特定するための識別子が格納されるカラムの物理名を設定する。
setProcessors(List<RequestResponseProcessor>) - Method in class nablarch.test.core.http.ComplexRequestResponseProcessor
実行するプロセッサを設定する。
setProcessSucceeded(boolean) - Method in class nablarch.fw.batch.ee.listener.NablarchListenerContext
処理が正常終了したかどうかを設定する。
setProcessSucceeded(boolean) - Method in class nablarch.fw.ExecutionContext
処理が正常終了したかどうかを設定する。
setProperty(Object, String, Object) - Static method in class nablarch.core.beans.BeanUtil
指定したJavaBeansオブジェクトのプロパティに値を登録する。
setProperty(Object, String, Object) - Static method in class nablarch.core.util.ObjectUtil
オブジェクトのプロパティに値を設定する。 本メソッドでは、対象プロパティがstaticの場合でも値は設定される。
setProperty(Object, String, Object, boolean) - Static method in class nablarch.core.util.ObjectUtil
オブジェクトのプロパティに値を設定する。 本メソッドでは、対象プロパティがstaticの場合に値を設定するかどうかを引数で制御できる。 引数allowStaticがfalse(許容しない)かつ対象プロパティがstaticである場合、 例外が発生する。
setPropertyProcessed(String) - Method in class nablarch.core.validation.ValidationContext
バリデーション済みプロパティのセットにプロパティを追加する。
setProtectMode(String) - Method in class nablarch.fw.invoker.BasicHandlerListBuilder
保護モードを設定する。
setProtectMode(String) - Method in class nablarch.fw.invoker.BasicPipelineListBuilder
保護モードを設定する。
setProtectMode(HandlerListProtector.ProtectMode) - Method in class nablarch.fw.invoker.HandlerListProtector
ハンドラリストの保護モード(HandlerListProtector.ProtectMode)を設定する。
setProtectModeExpression(String) - Method in class nablarch.fw.invoker.HandlerListProtector
ハンドラリストの保護モード(HandlerListProtector.ProtectMode)を設定する。
setProxyInfo(String, int) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
プロキシ情報を設定する。
setProxyInfo(String, int) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
プロキシ情報を設定します。
setQueryStringEncoding(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
クエリストリングをエンコードする際に使用する文字コードを設定する。
setQueryStringEncoding(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
パラメータをエンコードする際に使用する文字コードを設定する。
setQueryStringEncoding(String) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
パラメータをエンコードする際に使用する文字コードを設定する。
setQueryTimeout(int) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setQueryTimeout(int) - Method in class nablarch.core.db.statement.BasicStatementFactory
デフォルトのクエリータイムアウト時間(単位:秒)を設定する。
setQueryTimeout(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
タイムアウト時間を設定する。
setQueryTimeout(int) - Method in interface nablarch.core.db.statement.SqlStatement
setQueueName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
送信キュー名称を取得する。
setReadObject(Object) - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
受信内容を設定する。
setReadonly(boolean) - Method in class nablarch.common.web.tag.FileTag
XHTMLのreadonly属性を設定する。
setReadonly(boolean) - Method in class nablarch.common.web.tag.PasswordTag
XHTMLのreadonly属性を設定する。
setReadonly(boolean) - Method in class nablarch.common.web.tag.TextareaTag
XHTMLのreadonly属性を設定する。
setReadonly(boolean) - Method in class nablarch.common.web.tag.TextTag
XHTMLのreadonly属性を設定する。
setReadTimeout(int) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
読み取りタイムアウトを設定する。
setReadTimeout(int) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
読み取りタイムアウトを設定する。
setReadTimeout(long) - Method in class nablarch.fw.messaging.reader.MessageReader
受信キューが空の場合に待機する最大時間を設定する。
setReceiveData(String) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
フォーマット変換しようとした受信データを設定する。
setReceivedSequenceFormatter(IdFormatter) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
受信電文連番を採番する際に使用するフォーマッタを設定する。
setReceivedSequenceGenerator(IdGenerator) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
受信電文連番を採番するためのIdGeneratorを設定する。
setReceiveQueueName(String) - Method in class nablarch.fw.messaging.reader.MessageReader
このリーダが監視する受信キューの論理名を設定する。
setRecipientTypeBCC(String) - Method in class nablarch.common.mail.MailConfig
メール送信区分(BCC)のコード値を設定する。
setRecipientTypeCC(String) - Method in class nablarch.common.mail.MailConfig
メール送信区分(CC)のコード値を設定する。
setRecipientTypeColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
メール送信先テーブルの送信先区分カラムの名前を設定する。
setRecipientTypeTO(String) - Method in class nablarch.common.mail.MailConfig
メール送信区分(TO)のコード値を設定する。
setRecordClassifier(RecordDefinition) - Method in class nablarch.core.dataformat.LayoutDefinition
レコードタイプ識別用フィールド定義を設定する。
setRecordName(MultiLayoutConfig.RecordName) - Method in class nablarch.common.databind.fixedlength.MultiLayout
レコード名を設定する。
setRecordNumber(int) - Method in class nablarch.core.dataformat.DataRecord
本レコードのレコード番号を設定する。
setRecordNumber(int) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
読み込みまたは書き込み中のレコードのレコード番号を設定する。
setRecordNumber(int) - Method in exception nablarch.core.dataformat.InvalidDataFormatException
エラーが発生したレコード番号を設定する。
setRecordType(String) - Method in class nablarch.core.dataformat.DataRecord
レコードタイプを設定する。
setRedeliveryLimit(int) - Method in class nablarch.fw.messaging.provider.JmsMessagingProvider
MOMによる受信リトライの上限回数を設定する。 受信メッセージのJMSXDeliveryCountヘッダの値がこの上限値を越えると、 メッセージを退避キューに転送した上で、MessagingExceptionを送出する。 この値が0以下の数値であった場合は、退避処理自体が無効化される。 明示的に指定しない場合のデフォルトは0である。
setRef(int, Ref) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setRef(int, Ref) - Method in interface nablarch.core.db.statement.SqlPStatement
setRef(String) - Method in class nablarch.core.repository.di.config.xml.schema.Property
Sets the value of the ref property.
setRel(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのrel属性を設定する。
setRel(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのrel属性を設定する。
setReplaceKeyValue(String, String) - Method in class nablarch.common.mail.TemplateMailContext
Deprecated.
当メソッドは5u13より前から存在する定型メール機能のためにある。 当メソッドの仕様を満たしつつより柔軟な機能をもつTemplateMailContext.setVariable(String, Object)が追加されたので今後はそちらを使用すること。
setReplacement(char) - Method in class nablarch.common.web.tag.PasswordTag
値のみ表示する場合に使用する置換文字を設定する。
setReplyMessageFormatFileNamePattern(String) - Method in class nablarch.fw.messaging.reader.FwHeaderReader
応答電文のフォーマット定義ファイル名のパターン文字列を設定する。
setReplyQueueColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
応答電文の宛先キューの論理名を保持するカラムの名称を設定する。 (デフォルトは"REPLY_QUEUE")
setReplyTo(String) - Method in class nablarch.common.mail.MailContext
返信先メールアドレスを設定する。
setReplyTo(String) - Method in class nablarch.fw.messaging.InterSystemMessage
この電文に対する応答宛先となるキューの論理名を設定する。
setReplyToColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの返信先メールアドレスカラムの名前を設定する。
setReportOnly(boolean) - Method in class nablarch.fw.web.handler.secure.ContentSecurityPolicyHeader
reportOnlyを設定する。
setRequest(Object) - Method in class nablarch.fw.jaxrs.JaxRsContext
リクエストを設定する。
setRequest(HttpRequest) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
HTTPリクエストを設定する。
setRequest(HttpRequest) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
HTTPリクエストを設定する。
setRequestData(Map<String, ?>) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingInvalidDataFormatException
フォーマット変換しようとした送信データを設定する。
setRequestDateTimeColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの要求日時カラムの名前を設定する。
setRequestId(String) - Static method in class nablarch.core.ThreadContext
スレッドローカルにリクエストIDを設定する。
setRequestId(String) - Method in class nablarch.fw.messaging.FwHeader
リクエストIDヘッダの値を設定する。
setRequestIdColumnName(String) - Method in class nablarch.common.permission.schema.PermissionUnitRequestTableSchema
リクエストIDカラムの名前を設定する。
setRequestIdColumnName(String) - Method in class nablarch.fw.handler.BasicProcessStopHandler
プロセスを特定するためのリクエストIDが格納されるカラムの物理名を設定する。
setRequestIdColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
要求電文のリクエストIDを保持するカラムの名称を設定する。 (デフォルトは"REQUEST_ID")
setRequestIdColumnName(String) - Method in class nablarch.fw.reader.ResumePointManager
リクエストIDの物理カラム名を設定する。
setRequestPath(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
setRequestPath(String) - Method in class nablarch.fw.launcher.CommandLine
 
setRequestPath(String) - Method in class nablarch.fw.messaging.RequestMessage
リクエストパスを設定する。
setRequestPath(String) - Method in interface nablarch.fw.Request
リクエストパスを設定する。
setRequestPath(String) - Method in class nablarch.fw.web.HttpRequest
リクエストパスを設定する。
setRequestPath(String) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setRequestPathRewriteRules(List<HttpRequestRewriteRule>) - Method in class nablarch.fw.web.handler.HttpRewriteHandler
リクエストパスの置換ルールを設定する。 以前の設定はクリアされる。
setRequestPattern(String) - Method in class nablarch.fw.handler.JavaPackageMappingEntry
リクエストパスのパターン文字列を設定する。
setRequestPattern(String) - Method in class nablarch.fw.RequestHandlerEntry
このエントリ内のハンドラを実行するリクエストパスの パターン文字列を設定する。
setRequestPattern(String) - Method in class nablarch.fw.RequestPathMatchingHelper
照合に使用するリクエストパスのパターン文字列を設定する。
setRequestScopedVar(String, Object) - Method in class nablarch.fw.ExecutionContext
リクエストスコープ上の変数の値を設定する。
setRequestScopeMap(Map<String, Object>) - Method in class nablarch.fw.ExecutionContext
リクエストスコープを設定する。
setRequestScopeMap(Map<String, Object>) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
 
setRequestTableRequestIdColumnName(String) - Method in class nablarch.common.availability.BasicServiceAvailability
リクエストテーブルのリクエストID項目名称を設定する。
setRequestTableServiceAvailableColumnName(String) - Method in class nablarch.common.availability.BasicServiceAvailability
リクエストテーブルのサービス提供可否状態項目名称を設定する。
setRequestTableServiceAvailableOkStatus(String) - Method in class nablarch.common.availability.BasicServiceAvailability
リクエストテーブルのサービス提供可否状態項目の状態:提供可を表す文字列を設定する。
setRequestUri(String) - Method in class nablarch.fw.jaxrs.JaxRsHttpRequest
 
setRequestUri(String) - Method in class nablarch.fw.web.HttpRequest
HTTPリクエストURIを設定する。
setRequestUri(String) - Method in class nablarch.fw.web.RestMockHttpRequest
 
setRequiredDecimalPoint(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.NumberStringDecimal
小数点の要否を設定する。
setRequiredPlusSign(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
正の符号の要否を設定する。
setResendFlag(Object) - Method in class nablarch.fw.messaging.FwHeader
再送電文フラグの値を設定する。
setResendFlagOffValue(Object) - Method in class nablarch.fw.messaging.FwHeader
初回送信電文に設定される再送フラグの値を設定する。
setResendFlagOffValue(Object) - Method in class nablarch.fw.messaging.StandardFwHeaderDefinition
初回電文時に設定される再送要求フラグの値を設定する。
setResendFlagOffValue(String) - Method in class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
初回電文時に設定される再送要求フラグの値を設定する。
setResourcePathRule(ResourcePathRule) - Method in class nablarch.common.web.tag.CustomTagConfig
言語対応のリソースパスを取得する際に使用するリソースパスルールのデフォルト値を設定する。
setResponse(HttpResponse) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
HTTPレスポンスを設定する。
setResponse(HttpResponse) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
HTTPレスポンスを設定する。
setResponse(HttpResponse) - Method in exception nablarch.fw.web.HttpErrorResponse
レスポンス情報を設定する。
setResponseCode(Integer) - Method in class nablarch.fw.messaging.realtime.http.dto.HttpResult
レスポンスコードを設定する。
setResponseFinishers(List<ResponseFinisher>) - Method in class nablarch.fw.jaxrs.JaxRsResponseHandler
レスポンスフィニッシャーを設定する。
setRestoreValue(boolean) - Method in class nablarch.common.web.tag.PasswordTag
再表示時に入力データを復元するか否かを設定する。
setResult(String) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
処理結果を設定する。
setResult(String, String, String) - Static method in class nablarch.core.dataformat.CharacterReplacementUtil
フィールドに対する置き換え結果をカレントスレッド上のCharacterReplacementResultに設定する。
setResult(Result) - Method in class nablarch.fw.messaging.ResponseMessage
業務処理の結果を設定する。
setResultCount(int) - Method in class nablarch.core.db.support.ListSearchInfo
検索結果の総件数を設定する。 本メソッドはフレームワークが検索処理を実行後に取得結果の総件数を設定するものである。 アプリケーション側では、本メソッドを使用して値の設定は行わないこと。
setResultCount(long) - Method in class nablarch.common.dao.EntityList
検索結果の総件数を設定する。
setResultCountCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのresultCountCss属性のデフォルト値を設定する。
setResultSetCache(ResultSetCache) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
キャッシュを設定する(必須)。 本メソッドはDIコンテナから起動されることを想定している。
setResultSetCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのresultSetCss属性のデフォルト値を設定する。
setResumable(boolean) - Method in class nablarch.fw.reader.ResumePointManager
レジューム機能を有効にするかどうかを設定する。
setResumePointColumnName(String) - Method in class nablarch.fw.reader.ResumePointManager
正常に処理できたポイントの物理カラム名を設定する。
setRetrieveTime(long) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
データ取得時間を設定する。
setRetryAfter(Date) - Method in exception nablarch.fw.results.ServiceUnavailable
処理受付が再開される予定時刻を設定する。
setRetryContextFactory(RetryHandler.RetryContextFactory) - Method in class nablarch.fw.handler.RetryHandler
リトライコンテキストを生成するRetryHandler.RetryContextFactoryオブジェクトを設定する。
setRetryCount(int) - Method in class nablarch.fw.handler.retry.CountingRetryContextFactory
リトライ回数を設定する。
setRetryIntervals(long) - Method in class nablarch.fw.handler.retry.RetryContextFactorySupport
リトライ間隔(単位:msec)を設定する。
setRetryLimitExceededExitCode(int) - Method in class nablarch.fw.handler.RetryHandler
リトライ上限を超えた場合に使用する終了コード(プロセスを終了(System.exit(int))する際に設定する値)を設定する。
setRetryLimitExceededFailureCode(String) - Method in class nablarch.fw.handler.RetryHandler
リトライ上限を超えた場合に使用する障害コードを設定する。
setRetryTime(int) - Method in class nablarch.fw.handler.retry.TimeRetryContextFactory
リトライ時間(単位:msec)を設定する。
setReturnPath(String) - Method in class nablarch.common.mail.MailContext
差し戻し先メールアドレスを設定する。
setReturnPathColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの差し戻し先メールアドレスカラムの名前を設定する。
setRev(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのrev属性を設定する。
setRev(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのrev属性を設定する。
setRewriteTo(String) - Method in class nablarch.fw.handler.RewriteRule
この置換ルールが適用された場合に置き換えられる文字列を指定する。 この文字列中では、以下の埋め込みパラメータを使用することができる。
setRows(int) - Method in class nablarch.common.web.tag.TextareaTag
XHTMLのrows属性を設定する。
setRSCacheAttrTo(CacheableSqlPStatement) - Method in class nablarch.core.db.cache.statement.CacheableStatementFactory
指定されたステートメントにキャッシュに関する以下の属性を設定する。 有効期限設定 キャッシュ
setSafeAttributes(String[]) - Method in class nablarch.common.web.tag.CustomTagConfig
修飾付き出力(n:prettyPrint)タグにおいて、 HTMLエスケープの対象外のHTMLタグの中で使用することができる属性値のリスト をカンマ区切りで設定する。
setSafeTags(String[]) - Method in class nablarch.common.web.tag.CustomTagConfig
修飾付き出力(n:prettyPrint)タグにおいて、 HTMLエスケープの対象とならずにHTMLタグとしてそのまま出力するタグ名のリスト をカンマ区切りで設定する。
setSavedFile(File) - Method in class nablarch.fw.web.upload.PartInfo
保存ファイルを設定する。
自動テスト時に使用されることを想定している。
setSchemaName(String) - Method in class nablarch.core.db.statement.sqlloader.SchemaReplacer
スキーマ名を設定する。
setScope(String) - Method in class nablarch.common.web.tag.SetTag
変数を格納するスコープを設定する。
setScope(Map<String, Object>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper.HttpSessionWrapper
セッションスコープを設定する。
setScope(Map<String, Object>) - Method in class nablarch.fw.web.servlet.NablarchHttpServletRequestWrapper
リクエストスコープを設定する。
setScriptBodyPrefix(String) - Method in class nablarch.common.web.tag.CustomTagConfig
scriptタグのボディに対するプレフィックスのデフォルト値を設定する。
setScriptBodySuffix(String) - Method in class nablarch.common.web.tag.CustomTagConfig
scriptタグのボディに対するサフィックスのデフォルト値を設定する。
setSecure(boolean) - Method in class nablarch.fw.web.HttpCookie
Secure Cookieか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.AnchorTag
URIをhttpsにするか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.ButtonTagSupport
URIをhttpsにするか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.FormTag
URIをhttpsにするか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.ImgTag
URIをhttpsにするか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.LinkTag
URIをhttpsにするか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.ScriptTag
URIをhttpsにするか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
URIをhttpsにするか否かを設定する。
setSecure(Boolean) - Method in class nablarch.common.web.tag.SubmitTagSupport
URIをhttpsにするか否かを設定する。
setSecurePort(int) - Method in class nablarch.common.web.tag.CustomTagConfig
URI指定でhttpとhttpsを切り替える際に使用するhttps用のポート番号を設定する。
setSecureResponseHeaderList(List<? extends SecureResponseHeader>) - Method in class nablarch.fw.web.handler.SecureHandler
セキュリティ関連のヘッダ情報を生成するSecureResponseHeaderを設定する。
setSegmentColumnName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
業務日付テーブルの区分カラム物理名を設定する。
setSelectOption(SelectOption) - Method in class nablarch.core.db.statement.BasicSqlPStatement
検索処理条件を設定する。
setSendDateTimeColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの送信日時カラムの名前を設定する。
setSendFailureCode(String) - Method in class nablarch.common.mail.MailConfig
送信失敗時の障害コードを設定する。
setSendProcessIdColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
送信するバッチのプロセスIDのカラム名を設定する。
setSendSuccessMessageId(String) - Method in class nablarch.common.mail.MailConfig
メール送信成功時のメッセージIDを設定する。
setSentMessageTableSchema(SentMessageTableSchema) - Method in class nablarch.fw.messaging.handler.MessageResendHandler
再送電文管理テーブルのスキーマ定義を設定する。
setSequenceIdGenerator(IdGenerator) - Method in class nablarch.common.dao.DaoContextFactory
シーケンスIDジェネレータを設定する。
setSerialNumberColumnName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
添付ファイル管理テーブルの連番カラムの名前を設定する。
setSerialNumberColumnName(String) - Method in class nablarch.common.mail.MailRecipientTable
メール送信先テーブルの連番カラムの名前を設定する。
setServiceAvailability(ServiceAvailability) - Method in class nablarch.common.availability.ServiceAvailabilityCheckHandler
サービス提供可否状態判定オブジェクトを設定する。
setServiceUnavailabilityRetryInterval(int) - Method in class nablarch.fw.handler.RequestThreadLoopHandler
後続ハンドラから閉局中例外が送出された場合に、次のリクエスト処理を開始するまでに待機する時間を設定する。 設定値が0以下の場合は、待機せずに即時リトライを行なう。 デフォルトの設定値は1000msecである。
setServletContextCreator(ServletContextCreator) - Method in class nablarch.fw.web.i18n.ResourcePathRule
ServletContextCreatorを設定する。
setServletFilterConfig(FilterConfig) - Method in class nablarch.fw.web.servlet.WebFrontController
サーブレットフィルタの設定情報を設定する.
setSessionExpirePath(String) - Method in class nablarch.common.web.handler.NablarchTagHandler
セッションから暗号化鍵情報が取得出来なかった場合に表示する画面のリソースパスを設定する。
この値を設定しなかった場合、 path プロパティに設定した改竄エラー画面が表示される。
setSessionExpireStatusCode(int) - Method in class nablarch.common.web.handler.NablarchTagHandler
セッションから情報が取得出来なかった場合のレスポンスステータスを設定する。
setSessionFactory(SessionManager) - Method in class nablarch.common.web.session.Session
このセッションを生成したファクトリを設定する。
setSessionIdName(String) - Method in class nablarch.common.web.session.store.UserSessionSchema
セッションIDカラムの名前を設定する。
setSessionKey(String) - Method in class nablarch.common.handler.threadcontext.UserIdAttribute
ログインユーザIDが格納されているHTTPセッション上のキー名を設定する。
setSessionKey(String) - Method in class nablarch.common.web.handler.threadcontext.LanguageAttributeInHttpSession
言語が格納されるセッション上のキー名を設定する。
setSessionKey(String) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSession
タイムゾーンが格納されるセッション上のキー名を設定する。
setSessionManager(SessionManager) - Method in class nablarch.common.web.session.SessionStoreHandler
セッションマネージャを設定する。
setSessionObjectName(String) - Method in class nablarch.common.web.session.store.UserSessionSchema
セッションオブジェクトカラムの名前を設定する。
setSessionScopedVar(String, Object) - Method in class nablarch.fw.ExecutionContext
セッションスコープ上の変数の値を設定する。
setSessionScopeMap(Map<String, Object>) - Method in class nablarch.fw.ExecutionContext
セッションスコープ上の変数を格納したMapを設定する。
setSessionScopeMap(Map<String, Object>) - Method in class nablarch.fw.web.servlet.ServletExecutionContext
 
setSessionStoredVar(String, Object) - Method in class nablarch.fw.ExecutionContext
セッションストア上の変数の値を設定する。
setSessionStoredVar(String, Object) - Method in class nablarch.fw.StandaloneExecutionContext
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
setSessionStoreKey(String) - Method in class nablarch.common.authorization.role.session.SessionStoreUserRoleResolver
セッションストアにロールを保存するときに使用するキーを設定する。
setSessionStoreMap(Map<String, Object>) - Method in class nablarch.fw.ExecutionContext
セッションストア上の変数を格納したMapを設定する。
setSessionStoreMap(Map<String, Object>) - Method in class nablarch.fw.StandaloneExecutionContext
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
setSessionTrackingCookie(Session, HttpServletResponse) - Method in class nablarch.common.web.session.SessionStoreHandler
セッションIDを保持するためのクッキーをレスポンスのSet-Cookieヘッダに追加する。
setShape(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのshape属性を設定する。
setShape(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
XHTMLのshape属性を設定する。
setShort(int, short) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setShort(int, short) - Method in interface nablarch.core.db.statement.SqlPStatement
setShortNameColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
略称カラムの名前を設定する。
setSigned(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.PackedDecimal
符号付きの整数として処理するかどうかを設定する。
setSigned(boolean) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
符号付きの整数として処理するかどうかを設定する。
setSize(int) - Method in class nablarch.common.web.tag.FileTag
XHTMLのsize属性を設定する。
setSize(int) - Method in class nablarch.common.web.tag.PasswordTag
XHTMLのsize属性を設定する。
setSize(int) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのsize属性を設定する。
setSize(int) - Method in class nablarch.common.web.tag.TextTag
XHTMLのsize属性を設定する。
setSize(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
取得最大件数を設定する。
setSize(int) - Method in class nablarch.fw.web.upload.PartInfo
アップロードされたファイルのサイズを設定する(単位はバイト)。
setSize(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.ByteStreamDataSupport
データサイズ(=バイト長)を設定する。
setSortId(String) - Method in class nablarch.core.db.support.ListSearchInfo
ソートIDを設定する。
setSortOrderColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
ソート順カラムの名前を設定する。
setSortSubmitCss(String) - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのsortSubmitCss属性のデフォルト値を設定する。
setSortSubmitTag(String) - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのsortSubmitTag属性のデフォルト値を設定する。
setSortSubmitType(String) - Method in class nablarch.common.web.tag.CustomTagConfig
pagingSortSubmitタグのsortSubmitType属性のデフォルト値を設定する。
setSourceFormat(boolean) - Method in class nablarch.common.web.tag.CspNonceTag
nonceを出力する際に nonce- をprefixとして付与するか否か。 デフォルトはfalseで出力しない
setSourceReader(DataReader<TData>) - Method in class nablarch.fw.reader.ResumeDataReader
レジューム機能を追加するデータリーダを設定する。
setSql(String) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
SQL文を設定する。
setSqlBuilder(StandardSqlBuilder) - Method in class nablarch.common.dao.DaoContextFactory
SQLを構築するビルダー(StandardSqlBuilder)を設定する。
setSqlConvertors(List<SqlConvertor>) - Method in class nablarch.core.db.statement.BasicSqlParameterParser
SqlConvertorのリストを設定する。
setSqlConvertors(List<SqlConvertor>) - Method in class nablarch.core.db.statement.BasicSqlParameterParserFactory
SqlConvertorのリストを設定する。
setSqlFilePackage(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
SQLファイルの配置パッケージを設定する。
setSqlFilePackage(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
SQLファイルの配置パッケージを設定する。
setSqlLoader(StaticDataLoader<Map<String, String>>) - Method in class nablarch.core.db.statement.BasicStatementFactory
SQL文をロードするクラスを設定する。
setSqlLoaderCallback(List<SqlLoaderCallback>) - Method in class nablarch.core.db.statement.BasicSqlLoader
コールバッククラスを設定する。 コールバッククラスはリストの順序で実行される。
setSqlParameterParserFactory(SqlParameterParserFactory) - Method in class nablarch.core.db.statement.BasicStatementFactory
名前付きバインド変数をもつSQLの解析クラスを設定する。
setSqlStatementExceptionFactory(SqlStatementExceptionFactory) - Method in class nablarch.core.db.statement.BasicSqlPStatement
SqlStatementExceptionFactoryを設定する。
setSqlStatementExceptionFactory(SqlStatementExceptionFactory) - Method in class nablarch.core.db.statement.BasicStatementFactory
SqlStatementExceptionFactoryを設定する。
setSrc(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのsrc属性を設定する。
setSrc(String) - Method in class nablarch.common.web.tag.ScriptTag
XHTMLのsrc属性を設定する。
setSrc(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
XHTMLのsrc属性を設定する。
setSslContext(SSLContext) - Method in class nablarch.fw.messaging.realtime.http.client.HttpProtocolBasicClient
SSLContextを設定する。
setSslContext(SSLContext) - Method in interface nablarch.fw.messaging.realtime.http.client.HttpProtocolClient
SSLContextを設定する。
setStartCodePoint(String) - Method in class nablarch.core.validation.validator.unicode.RangedCharsetDef
開始位置のコードポイントを設定する。
setStartFreeMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
空きメモリ量(開始時)を設定する。
setStartPos(int) - Method in class nablarch.core.db.cache.ResultSetCacheKeyBuilder
開始位置を設定する。 (省略時は1)
setStartPosition(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
取得開始位置を設定する。
setStartTime(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
開始日時を設定する。
setStartTime(long) - Method in class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.JaxRsAccessLogContext
開始日時を設定する。
setStartTime(long) - Method in class nablarch.fw.web.handler.HttpAccessLogFormatter.HttpAccessLogContext
開始日時を設定する。
setStartUsedMemory(long) - Method in class nablarch.core.log.app.PerformanceLogFormatter.PerformanceLogContext
使用メモリ量(開始時)を設定する。
setState(ComponentState) - Method in class nablarch.core.repository.di.ComponentHolder
コンポーネントの状態をセットする。
setStateEncoder(StateEncoder) - Method in class nablarch.common.web.session.SessionStore
セッション内容の直列化モジュールを設定する。
setStatement(ParameterizedSqlPStatement, Object) - Method in class nablarch.fw.reader.DatabaseRecordReader
テーブルを参照するSQLステートメント及び条件を設定する。
setStatement(SqlPStatement) - Method in class nablarch.fw.reader.DatabaseRecordReader
テーブルを参照するSQLステートメントを設定する。
setStatement(SqlStatement) - Method in class nablarch.core.db.statement.ResultSetIterator
自身を生成したSqlStatementを設定する。
setStatementFactory(StatementFactory) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
StatementFactory実装クラスを設定する。
setStatementReuse(boolean) - Method in class nablarch.core.db.connection.BasicDbConnection
ステートメントのキャッシュ有無を設定する。
setStatementReuse(boolean) - Method in class nablarch.core.db.connection.ConnectionFactorySupport
ステートメントのキャッシュ有無を設定する。
setStatusCode(int) - Method in class nablarch.common.web.handler.NablarchTagHandler
改竄を検知した場合のレスポンスステータスを設定する。
デフォルトは400。
setStatusCode(int) - Method in class nablarch.common.web.token.BasicDoubleSubmissionHandler
二重サブミットと判定した場合のレスポンスステータスを設定する。 OnDoubleSubmissionアノテーションで個別に指定していない場合は、ここに指定したレスポンスステータスを使用する。 デフォルトは400。
setStatusCode(int) - Method in class nablarch.fw.jaxrs.EntityResponse
 
setStatusCode(int) - Method in class nablarch.fw.web.HttpResponse
HTTPレスポンスのステータスコードを設定する。
setStatusCode(Integer) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
例外発生時のHTTPステータスコードを設定する。
setStatusCode(String) - Method in class nablarch.fw.messaging.FwHeader
要求電文に対する処理結果を表すコード値を返す。
setStatusCode(HttpResponse, ServletExecutionContext) - Static method in class nablarch.fw.web.handler.HttpResponseHandler
クライアントに送信するステータスコードを設定する。
setStatusCodeColumnName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
要求電文のユーザIDを保持するカラムの名称を設定する。 (デフォルトは"USER_ID")
setStatusCodeHeader(String) - Method in class nablarch.fw.messaging.ResponseMessage
フレームワーク制御ヘッダの処理結果コードの値を設定する。
setStatusColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルのステータスカラムの名前を設定する。
setStatusConvertMode(ServletExecutionContext, HttpResponseUtil.StatusConvertMode) - Static method in class nablarch.fw.web.handler.HttpResponseUtil
NablarchのステータスコードをHTTPレスポンスコードに変換する際のモードを設定する。
setStatusFailure(String) - Method in class nablarch.common.mail.MailConfig
メール送信ステータス(送信失敗)のコード値を設定する。
setStatusSent(String) - Method in class nablarch.common.mail.MailConfig
メール送信ステータス(送信済)のコード値を設定する。
setStatusUnsent(String) - Method in class nablarch.common.mail.MailConfig
メール送信ステータス(未送信)のコード値を設定する。
setString(int, String) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setString(int, String) - Method in interface nablarch.core.db.statement.SqlPStatement
setStringResourceCache(StaticDataCache<StringResource>) - Method in class nablarch.core.message.StringResourceHolder
文字列リソースのキャッシュを設定する。
setStructuredMessagePrefix(String) - Method in class nablarch.core.log.app.JsonCommitLogger
messageを構造化されていることを示す接頭辞を設定する。
setStyle(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのstyle属性を設定する。
setSubject(String) - Method in class nablarch.common.mail.FreeTextMailContext
件名を設定する。
setSubject(String) - Method in class nablarch.common.mail.MailContext
件名を設定する。
setSubjectColumnName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの件名カラムの名前を設定する。
setSubjectColumnName(String) - Method in class nablarch.common.mail.MailTemplateTable
メールテンプレート管理テーブルの件名カラムの名前を設定する。
setSubmissionInfoToFormContext(PageContext, HtmlAttributes, SubmissionInfo.SubmissionAction, String, boolean, String, DisplayMethod) - Static method in class nablarch.common.web.tag.TagUtil
フォームコンテキストにサブミット情報を設定する。
setSubmissionInfoToFormContext(PageContext, HtmlAttributes, SubmissionInfo.SubmissionAction, String, boolean, String, DisplayMethod, String, String) - Static method in class nablarch.common.web.tag.TagUtil
フォームコンテキストにサブミット情報を設定する。
ポップアップのオプション情報を指定できる。 指定されたオプション情報がnullであった場合には、代わりにデフォルト値を使用する。 引数のオプション情報がnullで、デフォルト値も登録されていない場合は、nullが使用される。 (オプションなし)
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.ButtonTag
 
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.ButtonTagSupport
フォームコンテキスにサブミット情報を設定する。
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.PopupButtonTag
フォームコンテキスにサブミット情報を設定する。
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.PopupLinkTag
フォームコンテキスにサブミット情報を設定する。
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.PopupSubmitTag
 
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitLinkTag
 
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
フォームコンテキスにサブミット情報を設定する。
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitTag
 
setSubmissionInfoToFormContext(String, String, DisplayMethod) - Method in class nablarch.common.web.tag.SubmitTagSupport
フォームコンテキスにサブミット情報を設定する。
setSubmitLinkDisabledJsp(String) - Method in class nablarch.common.web.tag.CustomTagConfig
SubmitLink描画時の表示制御判定が「非活性」の場合に使用するJSPのURLを設定する。
setSupportedLanguages(String...) - Method in class nablarch.common.web.handler.threadcontext.HttpLanguageAttribute
サポート対象の言語を設定する。
setSupportedTimeZones(String...) - Method in class nablarch.common.web.handler.threadcontext.TimeZoneAttributeInHttpSupport
サポート対象のタイムゾーンを設定する。
setSuppressDefaultSubmit(boolean) - Method in class nablarch.common.web.tag.ButtonTagSupport
カスタムタグが生成するデフォルトのsubmit関数呼び出しを抑制するか否かを設定する。 抑制する場合はtrue
setSuppressDefaultSubmit(boolean) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
カスタムタグが生成するデフォルトのsubmit関数呼び出しを抑制するか否かを設定する。 抑制する場合はtrue
setSuppressDefaultSubmit(boolean) - Method in class nablarch.common.web.tag.SubmitTagSupport
カスタムタグが生成するデフォルトのsubmit関数呼び出しを抑制するか否かを設定する。 抑制する場合はtrue
setSystemAccountAuthorityTableSchema(SystemAccountAuthorityTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
システムアカウント権限テーブルのスキーマ情報を設定する。
setSystemAccountTableSchema(SystemAccountTableSchema) - Method in class nablarch.common.permission.BasicPermissionFactory
システムアカウントテーブルのスキーマ情報を設定する。
setSystemTimeProvider(SystemTimeProvider) - Method in class nablarch.core.cache.expirable.BasicExpirationSetting
システム日時提供クラスを設定する(必須)。 本メソッドはDIコンテナから使用されることを想定している。
setSystemTimeProvider(SystemTimeProvider) - Method in class nablarch.core.cache.expirable.ExpirableCacheTemplate
システム日時提供クラスを取得する。
setTabindex(int) - Method in class nablarch.common.web.tag.FocusAttributesTagSupport
XHTMLのtabindex属性を設定する。
setTabindex(int) - Method in class nablarch.common.web.tag.SelectTagSupport
XHTMLのtabindex属性を設定する。
setTableIdGenerator(IdGenerator) - Method in class nablarch.common.dao.DaoContextFactory
テーブルIDジェネレータを設定する。
setTableName(String) - Method in class nablarch.common.availability.BasicServiceAvailability
リクエストに紐付くリクエストテーブル名称を設定する。
setTableName(String) - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
排他制御用テーブルのテーブル名を設定する。
setTableName(String) - Method in class nablarch.common.idgenerator.FastTableIdGenerator
採番テーブル物理名を設定する。
setTableName(String) - Method in class nablarch.common.idgenerator.TableIdGenerator
採番テーブル物理名を設定する。
setTableName(String) - Method in class nablarch.common.mail.MailAttachedFileTable
添付ファイル管理テーブルの名前を設定する。
setTableName(String) - Method in class nablarch.common.mail.MailRecipientTable
メール送信先テーブルの名前を設定する。
setTableName(String) - Method in class nablarch.common.mail.MailRequestTable
メール送信要求管理テーブルの名前を設定する。
setTableName(String) - Method in class nablarch.common.mail.MailTemplateTable
メールテンプレート管理テーブルの名前を設定する。
setTableName(String) - Method in class nablarch.common.schema.TableSchema
テーブル名を設定する。
setTableName(String) - Method in class nablarch.core.date.BasicBusinessDateProvider
業務日付テーブル物理名を設定する。
setTableName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
メッセージが格納されたテーブルのテーブル名をセットする。
setTableName(String) - Method in class nablarch.fw.handler.BasicDuplicateProcessChecker
テーブル名を設定する。
setTableName(String) - Method in class nablarch.fw.handler.BasicProcessStopHandler
プロセス停止可否のチェックを行うテーブルの物理名を設定する。
setTableName(String) - Method in class nablarch.fw.messaging.tableschema.SentMessageTableSchema
再送電文管理テーブルの名称を設定する。
setTableName(String) - Method in class nablarch.fw.reader.ResumePointManager
実行管理テーブルのテーブル名を設定する。
SetTag - Class in nablarch.common.web.tag
変数に値を設定するクラス。
SetTag() - Constructor for class nablarch.common.web.tag.SetTag
 
setTarget(Closeable) - Method in class nablarch.core.repository.disposal.DisposableAdaptor
廃棄処理対象を設定する。
setTarget(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのtarget属性を設定する。
setTarget(String) - Method in class nablarch.common.web.tag.FormTag
XHTMLのtarget属性を設定する。
setTarget(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのtarget属性を設定する。
setTargetClassPattern(String) - Method in class nablarch.common.authorization.role.CheckRoleLogger
処理対象となるクラスを特定するための正規表現を設定する。
setTargetGenerateId(String) - Method in class nablarch.fw.messaging.action.AsyncMessageReceiveActionSettings
受信電文連番を採番するためのIDを設定する。
setTargetPackage(String) - Method in class nablarch.common.authorization.role.CheckRoleLogger
走査対象となるパッケージの名前を設定する。
setTargetPackages(List<String>) - Method in class nablarch.fw.hotdeploy.HotDeployHandler
HotDeploy対象のパッケージを設定。
setTargetUrl(String) - Method in exception nablarch.fw.messaging.realtime.http.exception.HttpMessagingException
例外発生時の接続先を設定する。
setTempDirPath(String) - Method in class nablarch.fw.web.HttpResponseSetting
一時ファイルの出力先フォルダのパスを設定する。
setTemplateEngineMailProcessor(TemplateEngineMailProcessor) - Method in class nablarch.common.mail.MailRequester
定型メールの件名と本文を構築するテンプレートエンジン処理クラスを設定する。
setTemplateId(String) - Method in class nablarch.common.mail.TemplateMailContext
テンプレートIDを設定する。
setTerminationTimeout(int) - Method in class nablarch.fw.handler.MultiThreadExecutionHandler
処理停止要求のタイムアウト秒数を設定する。
setThreadPoolSize(int) - Method in class nablarch.fw.invoker.FixedExecutorServiceFactory
スレッドプールのサイズを設定する。
setThrowsErrorOnSessionWriteConflict(boolean) - Static method in class nablarch.fw.web.handler.SessionConcurrentAccessHandler
Deprecated.
セッション変更の書き戻しに失敗した場合に実行時例外を送出するか否かを設定する。
setTime(int, Time) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setTime(int, Time) - Method in interface nablarch.core.db.statement.SqlPStatement
setTime(int, Time, Calendar) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setTime(int, Time, Calendar) - Method in interface nablarch.core.db.statement.SqlPStatement
setTimeoutSecond(long) - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
スレッドの停止を待機する時間(秒)を設定する。
setTimestamp(int, Timestamp) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setTimestamp(int, Timestamp) - Method in interface nablarch.core.db.statement.SqlPStatement
setTimestamp(int, Timestamp, Calendar) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setTimestamp(int, Timestamp, Calendar) - Method in interface nablarch.core.db.statement.SqlPStatement
setTimeToLive(long) - Method in class nablarch.fw.messaging.SendingMessage
電文の有効期間をmsec単位で設定する。
setTimeZone(TimeZone) - Static method in class nablarch.core.ThreadContext
スレッドローカルにタイムゾーンを設定する。
setTitle(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのtitle属性を設定する。
setToken(LayoutFileParser.Token) - Method in exception nablarch.core.dataformat.SyntaxErrorException
構文エラーの発生箇所を設定する。
setTokenName(String) - Method in class nablarch.common.web.token.DbTokenSchema
トークンカラム名 を設定する
setTransaction(String, Transaction) - Static method in class nablarch.core.transaction.TransactionContext
トランザクションオブジェクトを設定する。
setTransactionCommitExceptions(List<String>) - Method in class nablarch.common.handler.TransactionManagementHandler
送出されてもトランザクションをコミットしなければならない例外クラスの一覧を設定する。
setTransactionFactory(TransactionFactory) - Method in class nablarch.common.handler.TransactionManagementHandler
トランザクションオブジェクトを取得するためのファクトリを設定する。
setTransactionFactory(TransactionFactory) - Method in class nablarch.core.db.transaction.SimpleDbTransactionManager
デフォルトのトランザクションファクトリクラスを設定する。
setTransactionFactory(TransactionFactory) - Method in class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
トランザクションファクトリを設定する。
setTransactionFactory(TransactionFactory) - Method in class nablarch.fw.handler.LoopHandler
トランザクションオブジェクトを取得するためのファクトリを設定する。
setTransactionName(String) - Method in class nablarch.common.handler.TransactionManagementHandler
このハンドラが管理するトランザクションの、スレッドコンテキスト上での登録名を設定する。
setTransactionName(String) - Method in class nablarch.fw.batch.ee.listener.chunk.ItemWriteTransactionManagementListener
トランザクション名を設定する。
setTransactionName(String) - Method in class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
トランザクション名
setTransactionName(String) - Method in class nablarch.fw.handler.LoopHandler
このハンドラが管理するトランザクションの、スレッドコンテキスト上での登録名を設定する。
setTransactionName(String) - Method in class nablarch.fw.messaging.action.AsyncMessageSendActionSettings
トランザクション名を設定する。
setTransactionTimeoutHandler(JdbcTransactionTimeoutHandler) - Method in class nablarch.core.db.transaction.JdbcTransaction
トランザクションタイムアウトハンドラを設定する。
setTransactionTimeoutSec(int) - Method in class nablarch.core.db.transaction.JdbcTransactionFactory
トランザクションタイムアウト秒数設定を設定する。
setTransferEncoding(String) - Method in class nablarch.fw.web.HttpResponse
Transfer-Encodingの値を設定する。
setTrimPolicy(String) - Method in class nablarch.core.validation.convertor.StringConvertor
トリムポリシーを設定する。
setType(String) - Method in class nablarch.common.web.tag.AnchorTag
XHTMLのtype属性を設定する。
setType(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
XHTMLのtype属性を設定する。
setType(String) - Method in class nablarch.common.web.tag.LinkTag
XHTMLのtype属性を設定する。
setType(String) - Method in class nablarch.common.web.tag.ScriptTag
XHTMLのtype属性を設定する。
setType(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
XHTMLのtype属性を設定する。
setTypeName(String) - Method in class nablarch.core.dataformat.CharacterReplacementConfig
寄せ字変換タイプ名を設定する。
setTypeName(String) - Method in class nablarch.core.dataformat.RecordDefinition
このレコードフォーマットのレコード種別名を設定する。
setUnhealthyStatus(String) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
ヘルスチェックが失敗した場合のステータスの表現を設定する。 デフォルトは"DOWN"。
setUnhealthyStatusCode(int) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
ヘルスチェックが失敗した場合のステータスコードを設定する。 デフォルトは"503"。
setUp() - Method in class nablarch.test.core.http.SimpleRestTestSupport
システムリポジトリから設定を取得しHTTPサーバを起動する。
setUpdateCount(int) - Method in class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
更新件数を設定する。
setUpdatePreHookObjectHandlerList(List<AutoPropertyHandler>) - Method in class nablarch.core.db.statement.BasicSqlPStatement
オブジェクトのフィールドへの値自動設定用ハンドラーを設定する。
オブジェクトのフィールドの値をバインド変数に設定する事前処理として、 このハンドラーを使用してフィールドに値の自動設定を行う。
setUpdatePreHookObjectHandlerList(List<AutoPropertyHandler>) - Method in class nablarch.core.db.statement.BasicStatementFactory
オブジェクトのフィールドへの値自動設定用ハンドラーを設定する。
オブジェクトのフィールドの値をバインド変数に設定する事前処理として、 このハンドラーを使用してフィールドに値の自動設定を行う。
setUpDb() - Method in class nablarch.test.core.http.RestTestSupport
システムリポジトリから設定を取得しHTTPサーバを起動する。 テストデータが存在する場合はDBにデータを登録する。 以下2種類のテストデータが対象となる。 テストクラス単位で共通のデータシート:setUpDb テストメソッド単位で固有のデータシート:実行中のメソッド名
setUpDb(String) - Method in class nablarch.test.core.http.RestTestSupport
DbAccessTestSupport.setUpDb(String)への委譲メソッド。
setUpDb(String, String) - Method in class nablarch.test.core.http.RestTestSupport
DbAccessTestSupport.setUpDb(String, String)への委譲メソッド。
setUpDbIfSheetExists(String) - Method in class nablarch.test.core.http.RestTestSupport
DBセットアップを実行する。
setupExecutionContext(CommandLine, ExecutionContext) - Method in class nablarch.fw.launcher.Main
バッチコントローラ起動前準備を行う。
実行コンテキストを生成し、以下の処理を行う。 コンポーネント設定ファイルに定義したハンドラキューの設定 DataReaderの設定 DataReaderFactoryの設定 ディスパッチハンドラの設定 セッションスコープにプロセスの実行権限ユーザIDと、起動オプションのマップを設定
setUploadSettings(UploadSettings) - Method in class nablarch.fw.web.upload.MultipartHandler
マルチパート用の各種設定値を設定する。
setUpMessageIdOnError(String, String, String) - Method in class nablarch.fw.web.upload.util.BulkValidator
エラー発生時のメッセージIDを指定し、一括バリデーションクラスのインスタンスを生成する。
setUpSystemRepository(String) - Method in class nablarch.fw.launcher.GenericLauncher
システムリポジトリの初期化を行う。
setUpSystemRepository(String) - Method in class nablarch.fw.launcher.Main
コンポーネント設定ファイルの設定にしたがって、システムリポジトリの初期化を行う。
setUri(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
サブミット先のURIを設定する。
setUri(String) - Method in class nablarch.common.web.tag.SubmitLinkTagSupport
サブミット先のURIを設定する。
setUri(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
サブミット先のURIを設定する。
setURL(int, URL) - Method in class nablarch.core.db.statement.BasicSqlPStatement
setURL(int, URL) - Method in interface nablarch.core.db.statement.SqlPStatement
setUseCache(boolean) - Method in class nablarch.fw.reader.ValidatableFileDataReader
バリデーション時に読み込んだデータをキャッシュし、本処理で使用するかどうかを設定する。
setUseCurrentPageNumber(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseCurrentPageNumber属性のデフォルト値を設定する。
setUseFirstSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseFirstSubmit属性のデフォルト値を設定する。
setUseFormPropertyNameAsMessageId(boolean) - Method in class nablarch.core.validation.ValidationManager
フォームのプロパティ名をデフォルトのメッセージIDとして使用するかどうかの設定値を設定する。
setUseGetRequest(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
GETメソッドによるリクエストを使用するか否かを設定する。
setUseHiddenEncryption(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
hiddenタグの暗号化機能を使用するか否かのデフォルト値を設定する。
setUseIdOnly(boolean) - Method in class nablarch.core.repository.di.ComponentDefinition
IDのみ参照を許すか否かを設定する。
setUseLastSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseLastSubmit属性のデフォルト値を設定する。
setUsemap(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのusemap属性を設定する。
setUsemap(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
XHTMLのusemap属性を設定する。
setUseNextSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseNextSubmit属性のデフォルト値を設定する。
setUseOffValue(boolean) - Method in class nablarch.common.web.tag.CheckboxTag
チェックなしの値設定を使用するか否かを設定する。
デフォルトはtrue。
setUsePageNumberSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのusePageNumberSubmit属性のデフォルト値を設定する。
setUsePaging(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのusePaging属性のデフォルト値を設定する。
setUsePrevSubmit(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのusePrevSubmit属性のデフォルト値を設定する。
setUserAgentPattern(String) - Method in class nablarch.fw.web.download.encorder.DownloadFileNameEncoderEntry
User-Agentヘッダのパターンを設定する。
setUseResultCount(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのuseResultCount属性のデフォルト値を設定する。
setUserId(String) - Static method in class nablarch.core.ThreadContext
スレッドローカルにユーザIDを設定する。
setUserId(String) - Method in class nablarch.fw.messaging.FwHeader
ユーザIDヘッダの値を設定する。
setUserIdColumnName(String) - Method in class nablarch.common.permission.schema.GroupSystemAccountTableSchema
ユーザIDカラムの名前を設定する。
setUserIdColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
ユーザIDカラムの名前を設定する。
setUserIdColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
ユーザIDカラムの名前を設定する。
setUserIdLockedColumnName(String) - Method in class nablarch.common.permission.schema.SystemAccountTableSchema
ユーザIDロックカラムの名前を設定する。
setUserIdToFormatKey(String) - Method in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
ユーザIDとフォーマット定義ファイル上のキーとの対応を設定する。
setUserRoleResolver(UserRoleResolver) - Method in class nablarch.common.authorization.role.BasicRoleEvaluator
UserRoleResolverを設定する。
setUserSessionSchema(UserSessionSchema) - Method in class nablarch.common.web.session.DbManagedExpiration
ユーザセッションテーブルのスキーマをセットする。
setUserSessionSchema(UserSessionSchema) - Method in class nablarch.common.web.session.store.DbStore
ユーザセッションテーブルのスキーマをセットする。
setUsesInternalRequestId(boolean) - Method in class nablarch.common.availability.ServiceAvailabilityCheckHandler
開閉局状態の判定を内部リクエストIDを用いて行うか否かを設定する。 明示的に設定しなかった場合のデフォルトは true (内部リクエストIDを使用する。)
setUsesInternalRequestId(boolean) - Method in class nablarch.common.permission.PermissionCheckHandler
開閉局状態の判定を内部リクエストIDを用いて行うか否かを設定する。 明示的に設定しなかった場合のデフォルトは true (内部リクエストIDを使用する。)
setUseToken(Boolean) - Method in class nablarch.common.web.tag.FormTag
トークンを設定するか否かを設定する。
setUseValueAsNullIfObjectExists(boolean) - Method in class nablarch.common.web.tag.CustomTagConfig
入力系のタグでname属性に指定した名称に対応する値を取得する際に、値を保持するオブジェクトが nullであればnullを設定されたものとして動作するか否かを設定する。
setValidatorAction(ValidatableFileDataReader.FileValidatorAction) - Method in class nablarch.fw.reader.ValidatableFileDataReader
バリデーション処理を実装したアクションクラスを設定する。
setValidators(List<Validator>) - Method in class nablarch.core.validation.domain.DomainValidator
バリデータのリストを設定する。
setValidators(List<Validator>) - Method in class nablarch.core.validation.ValidationManager
バリデータのリストをセットする。
setValue(Object) - Method in class nablarch.common.web.tag.ParamTagSupport
値を設定する。
setValue(Object) - Method in class nablarch.common.web.tag.SetTag
値を設定する。
setValue(String) - Method in class nablarch.common.web.tag.ButtonTagSupport
XHTMLのvalue属性を設定する。
setValue(String) - Method in class nablarch.common.web.tag.CheckedInputTagSupport
XHTMLのvalue属性を設定する。
setValue(String) - Method in class nablarch.common.web.tag.SubmitTagSupport
XHTMLのvalue属性を設定する。
setValue(String) - Method in class nablarch.common.web.tag.TextTag
出力する値を設定する。
setValue(String) - Method in class nablarch.common.web.tag.WriteTag
出力する値を設定する。
setValue(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値の文字列表現をセットする。
setValue(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Sets the value of the value property.
setValue(String) - Method in class nablarch.core.repository.di.config.xml.schema.Property
Sets the value of the value property.
setValue(String) - Method in class nablarch.fw.web.handler.secure.ReferrerPolicyHeader
Referrer-Policyレスポンスヘッダに指定する値を設定する。
setValue(String) - Method in class nablarch.fw.web.handler.secure.SecureResponseHeaderSupport
レスポンスヘッダに指定する値を設定する。
setValueColumnName(String) - Method in class nablarch.common.code.schema.CodeNameSchema
コード値カラムの名前を設定する。
setValueColumnName(String) - Method in class nablarch.common.code.schema.CodePatternSchema
コード値カラムの名前を設定する。
setValueColumnName(String) - Method in class nablarch.core.message.BasicStringResourceLoader
メッセージカラム名をセットする。
setValueComponent(Component) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Sets the value of the valueComponent property.
setValueConvertorProperty(ValueConvertor<?, ?>) - Method in class nablarch.core.dataformat.DataRecordFormatterSupport
コンバータの設定を行う。ファイルタイプ個別の設定を行う必要がある場合、必要に応じてサブクラスでオーバーライドする。
setValueFormat(String) - Method in class nablarch.common.web.tag.TextTag
出力時のフォーマットを設定する。
setValueFormat(String) - Method in class nablarch.common.web.tag.WriteTag
出力時のフォーマットを設定する。
setValueId(int) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値のコンポーネントIDをセットする。
setValueName(String) - Method in class nablarch.core.repository.di.config.xml.schema.Entry
Sets the value of the valueName property.
setValueObject(Object) - Method in class nablarch.common.web.tag.CompositeKeyCheckedInputTagSupport
値のオブジェクト(MapまたはJavaBeans形式のクラス)を設定する。
setValueRef(String) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値の参照名をセットする。
setValues(String) - Method in class nablarch.core.repository.di.config.StringListComponentFactory
このファクトリが生成する List<String> の各要素を 半角カンマで連結した文字列を設定する。
setValueType(MapEntryDefinition.DataType) - Method in class nablarch.core.repository.di.config.MapEntryDefinition
値の種類をセットする。
setVar(String) - Method in class nablarch.common.web.tag.MessageTag
リクエストスコープに格納する際に使用する変数名を設定する。
setVar(String) - Method in class nablarch.common.web.tag.SetTag
リクエストスコープに格納する際に使用する変数名を設定する。
setVarCountName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarCount属性のデフォルト値を設定する。
setVariable(String, Object) - Method in class nablarch.common.mail.TemplateMailContext
テンプレートとマージする変数を追加する。
setVariableLengthConvertorFactory(VariableLengthConvertorFactory) - Method in class nablarch.core.dataformat.convertor.VariableLengthConvertorSetting
setVarOddEvenName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarOddEvenName属性のデフォルト値を設定する。
setVarRowCountName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarRowCount属性のデフォルト値を設定する。
setVarRowName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarRowName属性のデフォルト値を設定する。
setVarStatusName(String) - Method in class nablarch.common.web.tag.CustomTagConfig
listSearchResultタグのvarStatusName属性のデフォルト値を設定する。
setVerificationFailureHandler(VerificationFailureHandler) - Method in class nablarch.fw.web.handler.CsrfTokenVerificationHandler
CSRFトークンの検証失敗時の処理を行うインタフェースを設定する。
setVerificationTargetMatcher(VerificationTargetMatcher) - Method in class nablarch.fw.web.handler.CsrfTokenVerificationHandler
HTTPリクエストがCSRFトークンの検証対象となるか判定を行うインターフェースを設定する。
setVersionColumnName(String) - Method in class nablarch.common.exclusivecontrol.ExclusiveControlContext
バージョン番号カラム名を設定する。
setVspace(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのvspace属性を設定する。
setWarnCss(String) - Method in class nablarch.common.web.tag.ErrorsTag
警告レベルのメッセージに使用するCSSクラス名を設定する。
setWebFrontControllerKey(String) - Method in class nablarch.test.core.http.RestTestConfiguration
webFrontControllerKey を設定する
setWidth(String) - Method in class nablarch.common.web.tag.ImgTag
XHTMLのwidth属性を設定する。
setWindowScopePrefixes(String) - Method in class nablarch.common.web.tag.FormTag
ウィンドウスコープ変数のプレフィックスを設定する。
setWithHtmlFormat(boolean) - Method in class nablarch.common.web.tag.MessageTag
HTMLフォーマット(改行と半角スペースの変換)をするか否かを設定する。
HTMLフォーマットはHTMLエスケープをする場合のみ有効となる。
setWithHtmlFormat(boolean) - Method in class nablarch.common.web.tag.WriteTag
HTMLフォーマット(改行と半角スペースの変換)をするか否かを設定する。
HTMLフォーマットはHTMLエスケープをする場合のみ有効となる。
setWithNoneOption(boolean) - Method in class nablarch.common.web.tag.CodeSelectTag
リスト先頭に選択なしのオプションを追加するか否かを設定する。
デフォルトはfalse。
setWithNoneOption(boolean) - Method in class nablarch.common.web.tag.ListSelectTag
リスト先頭に選択なしのオプションを追加するか否かを設定する。
デフォルトはfalse。
setWriteBody(boolean) - Method in class nablarch.fw.web.handler.health.HealthCheckResponseBuilder
レスポンスボディを書き込むか否かを設定する。 デフォルトは"true"。 ステータスコードだけでよい場合は"false"を指定する。
setWriteFailureLogPattern(String) - Method in class nablarch.fw.web.handler.HttpErrorHandler
HttpErrorHandler.handle(nablarch.fw.web.HttpRequest, nablarch.fw.ExecutionContext)で、Result.Errorを補足した際に、 障害通知ログを出力する必要のあるステータスコードを正規表現で設定する。 ここで設定した正規表現が、Result.Error.getStatusCode()にマッチした場合のみ、 障害通知ログが出力され障害として検知される。 なお、本設定を省略した場合のデフォルト動作では、5([1-9][0-9]|0[012456789])に一致するステータスコードが障害通知ログの出力対象となる。
setXmlDataConvertorFactory(XmlDataConvertorFactory) - Method in class nablarch.core.dataformat.convertor.XmlDataConvertorSetting
setXmlLang(String) - Method in class nablarch.common.web.tag.GenericAttributesTagSupport
XHTMLのxml:lang属性を設定する。
setXmlSpace(String) - Method in class nablarch.common.web.tag.ScriptTag
XHTMLのxml:space属性を設定する。
setYyyymmddPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
年月日のフォーマットに使用するパターンのデフォルト値を設定する。
setYyyymmPattern(String) - Method in class nablarch.common.web.tag.CustomTagConfig
年月のフォーマットに使用するパターンのデフォルト値を設定する。
setZoneNibble(Byte) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
ゾーンNibbleを設定する。
setZoneSignNibbleNegative(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
符号付きゾーン10進数値の末尾桁の上位4ビット(負数の場合)を返却する。
setZoneSignNibblePositive(Integer) - Method in class nablarch.core.dataformat.convertor.datatype.ZonedDecimal
符号付きゾーン10進数値の末尾桁の上位4ビット(正数の場合)を返却する。
SHAPE - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
shape属性
ShortConverter - Class in nablarch.core.beans.converter
Short型への変換を行う Converter
ShortConverter() - Constructor for class nablarch.core.beans.converter.ShortConverter
デフォルトコンストラクタ
ShortConverter(List<String>) - Constructor for class nablarch.core.beans.converter.ShortConverter
数値パターンを設定してインスタンスを構築する。
ShortRequestIdExtractor - Class in nablarch.common.util
RequestIdExtractorの実装クラス。
リクエストパスの最後の"/"以降を抜き出し、抜き出した文字列から拡張子を取り除いたものをリクエストIDとして扱う。
ShortRequestIdExtractor() - Constructor for class nablarch.common.util.ShortRequestIdExtractor
 
shouldStop(ExecutionContext) - Method in class nablarch.fw.handler.DbLessLoopHandler
現在の処理終了後にループを止める場合にtrueを返す。
shouldStop(ExecutionContext) - Method in class nablarch.fw.handler.LoopHandler
現在の処理終了後にループを止める場合にtrueを返す。
shutdownService() - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
 
shutdownService() - Method in interface nablarch.fw.invoker.ExecutorServiceFactory
シャットダウンを行う。
SignedNumberString - Class in nablarch.core.dataformat.convertor.value
符号付き数値コンバータ。
SignedNumberString() - Constructor for class nablarch.core.dataformat.convertor.value.SignedNumberString
 
SignedNumberStringDecimal - Class in nablarch.core.dataformat.convertor.datatype
符号付き数値のデータタイプ。
SignedNumberStringDecimal() - Constructor for class nablarch.core.dataformat.convertor.datatype.SignedNumberStringDecimal
 
SignedPackedDecimal - Class in nablarch.core.dataformat.convertor.datatype
符号付きパック10進数のデータタイプ。
SignedPackedDecimal() - Constructor for class nablarch.core.dataformat.convertor.datatype.SignedPackedDecimal
 
SignedZonedDecimal - Class in nablarch.core.dataformat.convertor.datatype
符号付きゾーン10進数のデータタイプ。
SignedZonedDecimal() - Constructor for class nablarch.core.dataformat.convertor.datatype.SignedZonedDecimal
 
SimpleDataConvertResult - Class in nablarch.core.dataformat
各種データとMapの相互変換結果を格納するクラス。
SimpleDataConvertUtil - Class in nablarch.core.dataformat
各種データとMapの相互変換を行うユーティリティクラス。
SimpleDbTransactionExecutor<T> - Class in nablarch.core.db.transaction
SimpleDbTransactionManagerを使用して簡易的にSQL文を実行するクラス。
本クラスを継承したクラスは、SimpleDbTransactionExecutor.execute(nablarch.core.db.connection.AppDbConnection)を実装し、 SQL文の実行を行う。
これにより、SimpleDbTransactionManagerを直接使用するときと比べて、 トランザクション管理などを実装する必要がなく、簡易的にSQL文を実行出来るようになる。
SimpleDbTransactionExecutor(SimpleDbTransactionManager) - Constructor for class nablarch.core.db.transaction.SimpleDbTransactionExecutor
コンストラクタ。
SimpleDbTransactionManager - Class in nablarch.core.db.transaction
データベースへのトランザクション制御を行うクラス。
SimpleDbTransactionManager() - Constructor for class nablarch.core.db.transaction.SimpleDbTransactionManager
 
SimpleReflectionBeanValidationFormFactory - Class in nablarch.common.web.validator
リフレクションAPIを用いてFormのインスタンスを生成するBeanValidationFormFactory実装クラス。 本クラスはBeanValidationFormFactoryのデフォルト実装である。 本クラスを利用することで、5u15までと同じ動作となる。
SimpleReflectionBeanValidationFormFactory() - Constructor for class nablarch.common.web.validator.SimpleReflectionBeanValidationFormFactory
 
SimpleReplacer - Class in nablarch.test.core.http.dump
単純な置換を実行するクラス。
以下の3種類の入出力をサポートする。 File -> File InputStream -> OutputStream Reader -> Writer 入力した各行について、指定された置換対象パターンに合致するかどうか判定し、 合致した場合は、指定された置換文字列に置き換えて出力する。 置換対象パターンに合致しなかった場合は、入力した行をそのまま出力する。
SimpleReplacer(Pattern, String, String) - Constructor for class nablarch.test.core.http.dump.SimpleReplacer
コンストラクタ。
改行文字は、システムデフォルトのものが使用される。
SimpleReplacer(Pattern, String, String, String) - Constructor for class nablarch.test.core.http.dump.SimpleReplacer
フルコンストラクタ。
SimpleReplacer(Pattern, String, Charset, String) - Constructor for class nablarch.test.core.http.dump.SimpleReplacer
フルコンストラクタ。
SimpleRestTest - Annotation Interface in nablarch.test.junit5.extension.http
SimpleRestTestExtension を適用するための合成アノテーション。
SimpleRestTestExtension - Class in nablarch.test.junit5.extension.http
SimpleRestTestSupport を JUnit 5 で使用するための Extension 実装。
SimpleRestTestExtension() - Constructor for class nablarch.test.junit5.extension.http.SimpleRestTestExtension
 
SimpleRestTestSupport - Class in nablarch.test.core.http
RESTfulウェブサービス用のテストサポートクラス
SimpleRestTestSupport() - Constructor for class nablarch.test.core.http.SimpleRestTestSupport
 
SINGLE_LAYOUT_RECORD_NAME - Static variable in class nablarch.common.databind.fixedlength.RecordConfig
シングルレイアウトの場合に使用するレコード名
SingleByteCharacterString - Class in nablarch.core.dataformat.convertor.datatype
シングルバイト文字列のデータタイプ。
SingleByteCharacterString() - Constructor for class nablarch.core.dataformat.convertor.datatype.SingleByteCharacterString
 
singleLayout() - Method in class nablarch.common.databind.fixedlength.FixedLengthDataBindConfigBuilder
シングルレイアウト用のFixedLengthDataBindConfigを構築する。
SingleLayoutBuilder - Class in nablarch.common.databind.fixedlength
シングルレイアウト用の設定構築クラス。
SingleLayoutBuilder(int, Charset, String, char) - Constructor for class nablarch.common.databind.fixedlength.SingleLayoutBuilder
与えられた情報をもとに本クラスのインスタンスを生成する。
SinglevaluedInputTagWriterSupport - Class in nablarch.common.web.tag
単一値の入力項目の実装をサポートするクラス。
SinglevaluedInputTagWriterSupport(String) - Constructor for class nablarch.common.web.tag.SinglevaluedInputTagWriterSupport
デフォルトコンストラクタ。
SingleValueExtracter - Class in nablarch.core.beans.converter
設定対象の値がString[]の場合に、配列先頭の値を取得するクラス。 任意の型のConverterを渡すことで、戻り値をその型に変換して取得することができる。
size() - Method in class nablarch.common.dao.DeferredEntityList
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
size() - Method in class nablarch.common.web.session.SessionEntry
 
size() - Method in class nablarch.core.util.map.AttributeMap
size() - Method in class nablarch.core.util.map.ExclusiveAccessMap
size() - Method in class nablarch.core.util.map.MapWrapper
size() - Element in annotation interface nablarch.core.validation.ValidationTarget
配列のサイズ
size() - Method in class nablarch.fw.web.upload.PartInfo
アップロードされたファイルのサイズを取得する(単位はバイト)。
Size - Annotation Interface in nablarch.core.validation.ee
要素数が指定した値の範囲内であるかチェックするアノテーション。
SIZE - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
size属性
Size.AbstractSizeValidator<T> - Class in nablarch.core.validation.ee
要素数をバリデーションするConstraintValidator実装クラス(抽象クラス)。
Size.ArraySizeValidator - Class in nablarch.core.validation.ee
配列の要素数をバリデーションするConstraintValidator実装クラス。
Size.CollectionSizeValidator - Class in nablarch.core.validation.ee
コレクションの要素数をバリデーションするConstraintValidator実装クラス。
Size.List - Annotation Interface in nablarch.core.validation.ee
複数指定用のアノテーション
SizeBuilder() - Constructor for class nablarch.core.db.statement.SqlJsonLogFormatter.SizeBuilder
 
SizeItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.SizeItem
 
sizeKey() - Element in annotation interface nablarch.core.validation.ValidationTarget
可変長配列のサイズ
SnapshotCreationError(Throwable) - Constructor for exception nablarch.core.util.map.CopyOnReadMap.SnapshotCreationError
コンストラクタ。
sortIdColumns() - Method in class nablarch.common.dao.EntityMeta
Primary keyの順番をデータベースの定義順にソートする。
sortMessages(List<Message>, ServletExecutionContext, InjectForm) - Static method in class nablarch.common.web.validator.BeanValidationStrategy
メッセージをソートする。
SP - Enum constant in enum class nablarch.common.web.tag.ListFormat
スペース
SPACE - Static variable in class nablarch.core.util.JapaneseCharacterSet
Deprecated.
半角スペース
SPAN - Enum constant in enum class nablarch.common.web.tag.ListFormat
spanタグ
split(Object) - Static method in class nablarch.core.util.Builder
改行文字によって文字列を分割する。
split(Object, String) - Static method in class nablarch.core.util.Builder
指定した連結文字によって文字列を分割する。
split(String, String) - Static method in class nablarch.core.util.StringUtil
文字列をセパレータで分割する。
split(String, String, boolean) - Static method in class nablarch.core.util.StringUtil
文字列をセパレータで分割する。
sqlBuilder - Variable in class nablarch.common.dao.DaoContextFactory
SQLビルダー(StandardSqlBuilder)
SqlBuilder() - Constructor for class nablarch.core.db.statement.SqlJsonLogFormatter.SqlBuilder
 
SqlConvertor - Interface in nablarch.core.db.statement
SQL文の変換を行うインタフェース。
SqlConvertorSupport - Class in nablarch.core.db.statement.sqlconvertor
SQL文の変換を行うクラスをサポートするクラス。
SqlConvertorSupport() - Constructor for class nablarch.core.db.statement.sqlconvertor.SqlConvertorSupport
 
SqlCStatement - Interface in nablarch.core.db.statement
ストアドプロシージャを実行するインタフェース。
SqlDateConverter - Class in nablarch.core.beans.converter
java.sql.Date型への変換を行う Converter
SqlDateConverter() - Constructor for class nablarch.core.beans.converter.SqlDateConverter
デフォルトコンストラクタ
SqlDateConverter(List<String>) - Constructor for class nablarch.core.beans.converter.SqlDateConverter
日付パターンを設定してインスタンスを構築する。
SqlItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.SqlItem
 
SqlJsonLogFormatter - Class in nablarch.core.db.statement
SQLログを出力するクラス。
SqlJsonLogFormatter() - Constructor for class nablarch.core.db.statement.SqlJsonLogFormatter
 
SqlJsonLogFormatter.AdditionalInfoBuilder - Class in nablarch.core.db.statement
付加情報を処理するクラス。
SqlJsonLogFormatter.BatchCountBuilder - Class in nablarch.core.db.statement
バッチ件数を処理するクラス。
SqlJsonLogFormatter.CountBuilder - Class in nablarch.core.db.statement
検索件数を処理するクラス。
SqlJsonLogFormatter.ExecuteTimeBuilder - Class in nablarch.core.db.statement
実行時間を処理するクラス。
SqlJsonLogFormatter.FetchSizeBuilder - Class in nablarch.core.db.statement
フェッチ件数を処理するクラス。
SqlJsonLogFormatter.MethodNameBuilder - Class in nablarch.core.db.statement
メソッド名を処理するクラス。
SqlJsonLogFormatter.QueryTimeoutBuilder - Class in nablarch.core.db.statement
タイムアウト時間を処理するクラス。
SqlJsonLogFormatter.RetrieveTimeBuilder - Class in nablarch.core.db.statement
データ取得時間を処理するクラス。
SqlJsonLogFormatter.SizeBuilder - Class in nablarch.core.db.statement
最大取得件数を処理するクラス。
SqlJsonLogFormatter.SqlBuilder - Class in nablarch.core.db.statement
SQL文を処理するクラス。
SqlJsonLogFormatter.StartPositionBuilder - Class in nablarch.core.db.statement
取得開始位置を処理するクラス。
SqlJsonLogFormatter.UpdateCountBuilder - Class in nablarch.core.db.statement
更新件数を処理するクラス。
SqlLoaderCallback - Interface in nablarch.core.db.statement.sqlloader
SQL文ロード時のコールバック処理を行うインタフェース。
SqlLogContext() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.SqlLogContext
 
SqlLogFormatter - Class in nablarch.core.db.statement
SQLログを出力するクラス。
SqlLogFormatter() - Constructor for class nablarch.core.db.statement.SqlLogFormatter
フォーマット済みのログ出力項目を初期化する。
SqlLogFormatter.AdditionalInfoItem - Class in nablarch.core.db.statement
付加情報を取得するクラス。
SqlLogFormatter.BatchCountItem - Class in nablarch.core.db.statement
バッチ件数を取得するクラス。
SqlLogFormatter.CountItem - Class in nablarch.core.db.statement
検索件数を取得するクラス。
SqlLogFormatter.ExecuteTimeItem - Class in nablarch.core.db.statement
実行時間を取得するクラス。
SqlLogFormatter.FetchSizeItem - Class in nablarch.core.db.statement
フェッチ件数を取得するクラス。
SqlLogFormatter.MethodNameItem - Class in nablarch.core.db.statement
メソッド名を取得するクラス。
SqlLogFormatter.QueryTimeoutItem - Class in nablarch.core.db.statement
タイムアウト時間を取得するクラス。
SqlLogFormatter.RetrieveTimeItem - Class in nablarch.core.db.statement
データ取得時間を取得するクラス。
SqlLogFormatter.SizeItem - Class in nablarch.core.db.statement
最大取得件数を取得するクラス。
SqlLogFormatter.SqlItem - Class in nablarch.core.db.statement
SQL文を取得するクラス。
SqlLogFormatter.SqlLogContext - Class in nablarch.core.db.statement
SQLログのコンテキスト情報を保持するクラス。
SqlLogFormatter.StartPositionItem - Class in nablarch.core.db.statement
取得開始位置を取得するクラス。
SqlLogFormatter.UpdateCountItem - Class in nablarch.core.db.statement
更新件数を取得するクラス。
SqlLogUtil - Class in nablarch.core.db.statement
SQLログの出力を助けるユーティリティ。
SqlParameterParser - Interface in nablarch.core.db.statement
名前付きバインド変数を持つSQL文を解析するインタフェース。
名前付きバインド変数を持つSQL文を解析し、JDBC標準のSQL文(バインド変数を「?」に置き換えたSQL)と名前付きバインド変数のListを生成する。
例:
SqlParameterParserFactory - Interface in nablarch.core.db.statement
SqlParameterParserを生成するインタフェース。
SqlPlaceHolderReplacer - Class in nablarch.core.db.statement.sqlloader
SQL文中のプレースホルダーに対して置換を行うクラス。 プレースホルダーと、それに対応する置き換え後の値を設定することで、 SQL文中の任意のプレースホルダーに対して置換を行うことができる。 例えば、SQL文中でスキーマの置き換えをしたい場合、以下のようにコンポーネント設定をする。
SqlPlaceHolderReplacer() - Constructor for class nablarch.core.db.statement.sqlloader.SqlPlaceHolderReplacer
 
SqlPStatement - Interface in nablarch.core.db.statement
バインド変数をもつSQL文を実行するインタフェース。
SqlResultSet - Class in nablarch.core.db.statement
簡易検索結果を保持するクラス。
SqlResultSet(int) - Constructor for class nablarch.core.db.statement.SqlResultSet
SqlResultSetを生成する。
SqlResultSet(ResultSetIterator, int, int) - Constructor for class nablarch.core.db.statement.SqlResultSet
検索結果(ResultSet)からSqlResultSetのオブジェクトを構築する。
SqlRow - Class in nablarch.core.db.statement
簡易取得結果1行分のデータを保持するクラス。
SqlRow(Map<String, Object>, Map<String, Integer>) - Constructor for class nablarch.core.db.statement.SqlRow
指定されたMapを元にオブジェクトを構築する。
SqlRow(Map<String, Object>, Map<String, Integer>, Map<String, String>) - Constructor for class nablarch.core.db.statement.SqlRow
指定されたMapを元にオブジェクトを構築する。
SqlRow(SqlRow) - Constructor for class nablarch.core.db.statement.SqlRow
コピー元となるSqlRowからオブジェクトを構築する。
SqlServerDialect - Class in nablarch.core.db.dialect
SqlServer用のSQL方言クラス。
SqlServerDialect() - Constructor for class nablarch.core.db.dialect.SqlServerDialect
 
SqlServerDialect.SqlServerResultSetConvertor - Class in nablarch.core.db.dialect
SQLServer用のResultSet変換クラス。
SqlServerResultSetConvertor() - Constructor for class nablarch.core.db.dialect.SqlServerDialect.SqlServerResultSetConvertor
 
SqlStatement - Interface in nablarch.core.db.statement
SQL文を実行するインタフェース。
SqlStatementException - Exception in nablarch.core.db.statement.exception
SQL文実行時に発生する例外クラス。
SqlStatementException(String, SQLException) - Constructor for exception nablarch.core.db.statement.exception.SqlStatementException
SqlStatementExceptionオブジェクトを生成する。
SqlStatementExceptionFactory - Interface in nablarch.core.db.statement
SqlStatementExceptionを生成するインタフェース。
SQLのエラー内容(SQLException.getSQLState()SQLException.getErrorCode()の結果)に応じて、 生成するSqlStatementExceptionを切り替える場合には、具象クラスで生成するExceptionの切り替えを行う。
SqlTimestampConverter - Class in nablarch.core.beans.converter
java.sql.Timestamp型への変換を行う Converter
SqlTimestampConverter() - Constructor for class nablarch.core.beans.converter.SqlTimestampConverter
デフォルトコンストラクタ
SqlTimestampConverter(List<String>) - Constructor for class nablarch.core.beans.converter.SqlTimestampConverter
日付パターンを設定してインスタンスを構築する。
SqlWithParams - Class in nablarch.common.dao
パラメータとSQLを格納する内部クラス。
SqlWithParams(String, List<Object>) - Constructor for class nablarch.common.dao.SqlWithParams
コンストラクタ。
SRC - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
src属性
StackTraceBuilder() - Constructor for class nablarch.core.log.basic.JsonLogFormatter.StackTraceBuilder
 
StackTraceItem() - Constructor for class nablarch.core.log.basic.BasicLogFormatter.StackTraceItem
 
StandaloneExecutionContext - Class in nablarch.fw
standaloneで使用するExecutionContextの継承クラス。
制約 セッションスコープがスレッドセーフである セッションスコープにnullを指定できない セッションストアが使用できない
StandaloneExecutionContext() - Constructor for class nablarch.fw.StandaloneExecutionContext
 
StandaloneExecutionContext(StandaloneExecutionContext) - Constructor for class nablarch.fw.StandaloneExecutionContext
元となる実行コンテキストから、新たな実行コンテキストのオブジェクトを作成する。 コピーの仕様は、ExecutionContextに準じる。
StandardErrorFormatErrorSupport - Class in nablarch.core.log.basic
フォーマットエラーを標準エラーに出力するクラス。
StandardErrorFormatErrorSupport() - Constructor for class nablarch.core.log.basic.StandardErrorFormatErrorSupport
 
StandardFwHeaderDefinition - Class in nablarch.fw.messaging
Nablarch標準のフレームワーク制御ヘッダ定義。 本実装では、各電文のメッセージボディの先頭レコード上に 全てのフレームワーク制御ヘッダが定義されていることを前提としており、 JMSヘッダー等のメッセージングプロバイダ実装に依存する項目は使用しない。
StandardFwHeaderDefinition() - Constructor for class nablarch.fw.messaging.StandardFwHeaderDefinition
 
StandardOutputLogWriter - Class in nablarch.core.log.basic
標準出力にログを書き込むクラス。

開発時にコンソール上で出力されたログを確認する場合などに使用できる。
StandardOutputLogWriter() - Constructor for class nablarch.core.log.basic.StandardOutputLogWriter
 
StandardSqlBuilder - Class in nablarch.common.dao
ユニバーサルDAOで使用するSQL文を構築するクラス。
StandardSqlBuilder() - Constructor for class nablarch.common.dao.StandardSqlBuilder
 
start() - Method in class nablarch.fw.web.httpserver.HttpServerJetty12
サーバを起動する。
start() - Method in class nablarch.test.core.http.dump.RequestDumpServer
開始する。
start(String) - Method in class nablarch.core.log.app.PerformanceLogFormatter
測定を開始する。
start(String) - Static method in class nablarch.core.log.app.PerformanceLogUtil
測定を開始する。
startExecute(String, String, String) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter
SqlPStatement#executeメソッドの実行開始時のSQLログをフォーマットする。
startExecute(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
SqlPStatement#executeメソッドの実行開始時のSQLログをフォーマットする。
startExecute(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
SqlPStatement#executeメソッドの実行開始時のSQLログをフォーマットする。
startExecuteBatch(String, String, String) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter
SqlPStatement#executeBatchメソッドの更新開始時のSQLログをフォーマットする。
startExecuteBatch(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
SqlPStatement#executeBatchメソッドの更新開始時のSQLログをフォーマットする。
startExecuteBatch(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
SqlPStatement#executeBatchメソッドの更新開始時のSQLログをフォーマットする。
startExecuteQuery(String, String, String) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter
SqlPStatement#executeQueryメソッドの検索開始時のSQLログをフォーマットする。
startExecuteQuery(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
SqlPStatement#executeQueryメソッドの検索開始時のSQLログをフォーマットする。
startExecuteQuery(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
SqlPStatement#executeQueryメソッドの検索開始時のSQLログをフォーマットする。
startExecuteUpdate(String, String, String) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter
SqlPStatement#executeUpdateメソッドの更新開始時のSQLログをフォーマットする。
startExecuteUpdate(String, String, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
SqlPStatement#executeUpdateメソッドの更新開始時のSQLログをフォーマットする。
startExecuteUpdate(String, String, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
SqlPStatement#executeUpdateメソッドの更新開始時のSQLログをフォーマットする。
StartFreeMemoryBuilder() - Constructor for class nablarch.core.log.app.PerformanceJsonLogFormatter.StartFreeMemoryBuilder
 
StartFreeMemoryItem() - Constructor for class nablarch.core.log.app.PerformanceLogFormatter.StartFreeMemoryItem
 
starting(Description) - Method in class nablarch.test.core.rule.TestDescription
 
startLocal() - Method in class nablarch.fw.web.httpserver.HttpServerJetty12
このサーバをテストモードで起動する。
StartPositionBuilder() - Constructor for class nablarch.core.db.statement.SqlJsonLogFormatter.StartPositionBuilder
 
StartPositionItem() - Constructor for class nablarch.core.db.statement.SqlLogFormatter.StartPositionItem
 
startRetrieve(String, String, int, int, int, int, String) - Method in class nablarch.core.db.statement.SqlJsonLogFormatter
SqlPStatement#retrieveメソッドの検索開始時のSQLログをフォーマットする。
startRetrieve(String, String, int, int, int, int, String) - Method in class nablarch.core.db.statement.SqlLogFormatter
SqlPStatement#retrieveメソッドの検索開始時のSQLログをフォーマットする。
startRetrieve(String, String, int, int, int, int, String) - Static method in class nablarch.core.db.statement.SqlLogUtil
SqlPStatement#retrieveメソッドの検索開始時のSQLログをフォーマットする。
startShutdownService() - Method in class nablarch.fw.invoker.AbstractExecutorServiceFactory
 
startShutdownService() - Method in interface nablarch.fw.invoker.ExecutorServiceFactory
シャットダウンを開始する。 このメソッド起動後は、以降の要求は受け付けられない。
startsWithScheme(String) - Static method in class nablarch.fw.web.ResourceLocatorInternalHelper
渡されたpathがschemeとコロンから始まるかどうか判断して結果を返す。 schemeの仕様はRFC3986のSection 3.1に準ずる。
StartTimeBuilder() - Constructor for class nablarch.core.log.app.PerformanceJsonLogFormatter.StartTimeBuilder
 
StartTimeBuilder() - Constructor for class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.StartTimeBuilder
 
StartTimeBuilder() - Constructor for class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.StartTimeBuilder
 
StartTimeItem(DateFormat) - Constructor for class nablarch.core.log.app.PerformanceLogFormatter.StartTimeItem
コンストラクタ。
StartTimeItem(DateFormat) - Constructor for class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.StartTimeItem
コンストラクタ。
StartTimeItem(DateFormat) - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.StartTimeItem
コンストラクタ。
StartUsedMemoryBuilder() - Constructor for class nablarch.core.log.app.PerformanceJsonLogFormatter.StartUsedMemoryBuilder
 
StartUsedMemoryItem() - Constructor for class nablarch.core.log.app.PerformanceLogFormatter.StartUsedMemoryItem
 
StateEncoder - Interface in nablarch.common.web.session
セッションからバイト列へ直列化、 およびバイト列からセッション内容の復元を行う際に用いられる モジュールが実装するインターフェース。
statementFactory - Variable in class nablarch.core.db.connection.ConnectionFactorySupport
Statementファクトリオブジェクト
StatementFactory - Interface in nablarch.core.db.statement
SQL実行用オブジェクトを生成するインタフェース。
statementReuse - Variable in class nablarch.core.db.connection.ConnectionFactorySupport
Statementのキャッシュ有無(デフォルトは、キャッシュ無)
StaticDataCache<T> - Interface in nablarch.core.cache
静的データキャッシュを保持するインタフェース。
静的データはIDを使った取得と、インデックスを使った取得の2種類の方法で取得できる。
インデックスを使った取得方法とは、静的データを一定のルールでまとめた集合をまとめて 取得する方法である。このまとまった集合にはそれぞれインデックスキーと呼ばれるキーが付け られており、本インタフェースではこのインデックスキーを指定して静的データの集合が取得できる。 なお、静的データを集合にまとめるルールは複数指定することができ、このルールにはインデックス名 と呼ばれる名称が付けられる。
StaticDataLoader<T> - Interface in nablarch.core.cache
静的データをロードするインタフェース。
STATUS_CODE - Static variable in exception nablarch.fw.results.InternalError
処理継続が不可能であることを示すステータスコード
statusCode() - Element in annotation interface nablarch.common.web.token.OnDoubleSubmission
二重サブミットと判定した場合のレスポンスステータスを返す。 個別にレスポンスステータスを変更する場合に指定する。 デフォルトでは、BasicDoubleSubmissionHandlerのフィールドに定義されている400を返す。
statusCode() - Element in annotation interface nablarch.fw.web.interceptor.OnError
リクエストハンドラから、OnError.type() に合致する実行時例外が送出された場合のレスポンスステータスを返す。
StatusCodeBuilder() - Constructor for class nablarch.fw.jaxrs.JaxRsAccessJsonLogFormatter.StatusCodeBuilder
 
StatusCodeBuilder() - Constructor for class nablarch.fw.web.handler.HttpAccessJsonLogFormatter.StatusCodeBuilder
 
StatusCodeConvertHandler - Class in nablarch.fw.handler
ステータスコードをプロセスの終了コードに変換するハンドラ。
StatusCodeConvertHandler() - Constructor for class nablarch.fw.handler.StatusCodeConvertHandler
 
StatusCodeItem() - Constructor for class nablarch.fw.jaxrs.JaxRsAccessLogFormatter.StatusCodeItem
 
StatusCodeItem() - Constructor for class nablarch.fw.web.handler.HttpAccessLogFormatter.StatusCodeItem
 
StepProgressLogListener - Class in nablarch.fw.batch.ee.listener.step
ステップの進捗ログを出力するクラス。
ステップ開始時と終了時にログを出力する。
StepProgressLogListener() - Constructor for class nablarch.fw.batch.ee.listener.step.StepProgressLogListener
 
StepScoped - Annotation Interface in nablarch.fw.batch.ee.cdi
ステップ単位での値の共有を表すアノテーション。
StepScopedContext - Class in nablarch.fw.batch.ee.cdi
ステップ単位で値を共有するためのContext実装クラス
StepScopedContext() - Constructor for class nablarch.fw.batch.ee.cdi.StepScopedContext
 
StepScopedHolder - Class in nablarch.fw.batch.ee.cdi
ステップ単位で共有する値を保持するクラス。
StepScopedHolder() - Constructor for class nablarch.fw.batch.ee.cdi.StepScopedHolder
 
StepTransactionManagementListener - Class in nablarch.fw.batch.ee.listener.step
Stepレベルのトランザクション制御を行うNablarchStepListener実装クラス。
StepTransactionManagementListener() - Constructor for class nablarch.fw.batch.ee.listener.step.StepTransactionManagementListener
 
storeCharSet(BitSet, String...) - Static method in class nablarch.core.util.CharacterCheckerUtil
有効文字チェックに使用する文字の集合をBitSetに設定する。
StoredValueComponentCreator - Class in nablarch.core.repository.di
作成済みのオブジェクトをコンポーネントとして生成するクラス。
StoredValueComponentCreator(Object) - Constructor for class nablarch.core.repository.di.StoredValueComponentCreator
コンストラクタ。
storeKeyValueSetToHidden(PageContext, String, Object, List<String>, String) - Static method in class nablarch.common.web.tag.TagUtil
オブジェクトに紐付くキーと値を nablarch_hidden に保存する。
保存した値は戻り値の文字列が引数 name で指定したキーでリクエストパラメータに入っていれば、復元できる。

値の保存は単純なカンマ区切りで行うため、値の中にカンマが含まれている場合は保持できない。
StreamResponse - Class in nablarch.common.web.download
ストリームからHTTPレスポンスメッセージを生成するクラス。
StreamResponse(File, boolean) - Constructor for class nablarch.common.web.download.StreamResponse
StreamResponseオブジェクトを生成する。
StreamResponse(Blob) - Constructor for class nablarch.common.web.download.StreamResponse
StreamResponseオブジェクトを生成する。
STRING - Enum constant in enum class nablarch.core.repository.di.config.MapEntryDefinition.DataType
文字列データ。
STRING - Enum constant in enum class nablarch.core.util.JsonParser.TokenType
文字列
STRING_LITERAL - Enum constant in enum class nablarch.core.dataformat.LayoutFileParser.TokenType
 
StringArrayConverter - Class in nablarch.core.beans.converter
Stringの配列型への変換を行う Converter
StringArrayConverter() - Constructor for class nablarch.core.beans.converter.StringArrayConverter
 
StringArrayConvertor - Class in nablarch.core.validation.convertor
値をString配列に変換するクラス。
StringArrayConvertor() - Constructor for class nablarch.core.validation.convertor.StringArrayConvertor
 
StringBodyConverter - Class in nablarch.fw.web
String型のbodyを返すためのRestTestBodyConverter実装クラス。
StringBodyConverter() - Constructor for class nablarch.fw.web.StringBodyConverter
 
StringConverter - Class in nablarch.core.beans.converter
String型への変換を行う Converter
StringConverter() - Constructor for class nablarch.core.beans.converter.StringConverter
デフォルトコンストラクタ。
StringConverter(String, String) - Constructor for class nablarch.core.beans.converter.StringConverter
日付パターンか数値パターン、もしくはその両方を設定してインスタンスを構築する。
StringConvertor - Class in nablarch.core.validation.convertor
値をStringに変換するクラス。
StringConvertor() - Constructor for class nablarch.core.validation.convertor.StringConvertor
コンストラクタ。
StringListComponentFactory - Class in nablarch.core.repository.di.config
半角カンマ () 区切りの文字列を List<String> のコンポーネントとして 生成する ComponentFactory の実装。
StringListComponentFactory() - Constructor for class nablarch.core.repository.di.config.StringListComponentFactory
 
StringResource - Interface in nablarch.core.message
ユーザに通知するメッセージの元となる文字列リソースを保持するインタフェース。
複数言語に対応するアプリケーションでは、文字列リソースから言語ごとに異なる文字列を取得できる。
StringResourceHolder - Class in nablarch.core.message
ユーザに通知するメッセージの元となる文字列リソースを保持するクラス。
文字列リソースは静的データキャッシュに保持する。
StringResourceHolder() - Constructor for class nablarch.core.message.StringResourceHolder
 
stringSerializer - Variable in class nablarch.core.text.json.CalendarToJsonSerializer
stringシリアライザ
stringSerializer - Variable in class nablarch.core.text.json.DateToJsonSerializer
stringシリアライザ
stringSerializer - Variable in class nablarch.core.text.json.JavaTimeToJsonSerializer
stringシリアライザ
stringSerializer - Variable in class nablarch.core.text.json.NumberToJsonSerializer
stringシリアライザ
stringSerializer - Variable in class nablarch.core.text.json.ObjectToJsonSerializer
stringシリアライザ
StringToJsonSerializer - Class in nablarch.core.text.json
文字列をシリアライズするクラス。
受入れ可能なオブジェクトの型は java.lang.String。 シリアライズによりJsonのstringとして出力する。
StringToJsonSerializer() - Constructor for class nablarch.core.text.json.StringToJsonSerializer
 
StringUtil - Class in nablarch.core.util
文字列ユーティリティクラス。
文字列に関する汎用的な処理を提供する。
StringValidatorSupport<A extends Annotation> - Class in nablarch.core.validation.validator
文字列のValidatorの作成を助けるサポートクラス。
StringValidatorSupport() - Constructor for class nablarch.core.validation.validator.StringValidatorSupport
コンストラクタ。
StructuredDataBuilder - Interface in nablarch.core.dataformat
構造化データの構築を行うクラスが実装するインタフェース。
StructuredDataDirective(String, Class<?>) - Constructor for class nablarch.core.dataformat.StructuredDataRecordFormatterSupport.StructuredDataDirective
コンストラクタ。
StructuredDataEditorSupport - Class in nablarch.core.dataformat
構造化データを解析/構築する際に使用するクラス郡の抽象基底クラス。
StructuredDataEditorSupport() - Constructor for class nablarch.core.dataformat.StructuredDataEditorSupport
 
StructuredDataParser - Interface in nablarch.core.dataformat
構造化データの解析を行うクラスが実装するインタフェース。
StructuredDataRecordFormatterSupport - Class in nablarch.core.dataformat
フォーマット定義ファイルの内容に従い、構造化データの読み書きを行うクラス。
StructuredDataRecordFormatterSupport() - Constructor for class nablarch.core.dataformat.StructuredDataRecordFormatterSupport
 
StructuredDataRecordFormatterSupport.StructuredDataDirective - Class in nablarch.core.dataformat
XMLデータフォーマッタが使用するディレクティブの名前と値の型。 以下に一覧を示す。
root-element:String
StructuredFwHeaderDefinition - Class in nablarch.fw.messaging.reader
構造化データのフレームワーク制御ヘッダの解析を行うデータリーダ。
StructuredFwHeaderDefinition() - Constructor for class nablarch.fw.messaging.reader.StructuredFwHeaderDefinition
 
StructuredRequestMessage - Class in nablarch.fw.messaging
構造化されたデータを取り扱うために、返信用オブジェクトとしてStructuredResponseMessageを返却する要求メッセージ。
StructuredRequestMessage(FwHeader, ReceivedMessage) - Constructor for class nablarch.fw.messaging.StructuredRequestMessage
コンストラクタ
StructuredResponseMessage - Class in nablarch.fw.messaging
構造化されたデータを取り扱うために、addRecord時にデータをすぐに書き込まず、メモリ上にキャッシュする応答メッセージ。
StructuredResponseMessage(RequestMessage) - Constructor for class nablarch.fw.messaging.StructuredResponseMessage
要求電文に対する応答電文を作成する。 RequestMessage#reply() から呼ばれることを想定している。
STYLE - Enum constant in enum class nablarch.common.web.tag.HtmlAttribute
style属性
subList(int, int) - Method in class nablarch.common.dao.DeferredEntityList
本メソッドは利用できない。 呼び出した場合、UnsupportedOperationExceptionを送出する。
SubmissionInfo - Class in nablarch.common.web.tag
サブミット情報を保持するクラス。
SubmissionInfo(SubmissionInfo.SubmissionAction, String, String, boolean, String, String, DisplayMethod) - Constructor for class nablarch.common.web.tag.SubmissionInfo
コンストラクタ。
SubmissionInfo.SubmissionAction - Enum Class in nablarch.common.web.tag
サブミット時の動作を表す列挙型。
SubmitLinkTag - Class in nablarch.common.web.tag
サブミット制御(リンクとアクションの紐付け、二重サブミット防止)を行うaタグを出力するクラス。
SubmitLinkTag() - Constructor for class nablarch.common.web.tag.SubmitLinkTag
 
SubmitLinkTagSupport - Class in nablarch.common.web.tag
サブミット制御を行うaタグを出力するクラスの実装をサポートするクラス。
SubmitLinkTagSupport() - Constructor for class nablarch.common.web.tag.SubmitLinkTagSupport
 
SubmitTag - Class in nablarch.common.web.tag
サブミット制御(リンクとアクションの紐付け、二重サブミット防止)を行うinputタグ(type="submit","button","image")を出力するクラス。
SubmitTag() - Constructor for class nablarch.common.web.tag.SubmitTag
 
SubmitTagSupport - Class in nablarch.common.web.tag
サブミット制御を行うinputタグ(type="submit","button","image")を出力するクラスの実装をサポートするクラス。
SubmitTagSupport() - Constructor for class nablarch.common.web.tag.SubmitTagSupport
 
Success() - Constructor for class nablarch.fw.Result.Success
デフォルトコンストラクタ。
Success(String) - Constructor for class nablarch.fw.Result.Success
コンストラクタ。
support - Variable in class nablarch.test.junit5.extension.event.TestEventDispatcherExtension
Extension が生成しテストクラスにインジェクションする、サポートクラスのインスタンス。
supportsIdentity() - Method in class nablarch.core.db.dialect.DB2Dialect
IDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsIdentity() - Method in class nablarch.core.db.dialect.DefaultDialect
 
supportsIdentity() - Method in interface nablarch.core.db.dialect.Dialect
IDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsIdentity() - Method in class nablarch.core.db.dialect.H2Dialect
IDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsIdentity() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
IDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsIdentity() - Method in class nablarch.core.db.dialect.SqlServerDialect
IDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsIdentityWithBatchInsert() - Method in class nablarch.core.db.dialect.DefaultDialect
 
supportsIdentityWithBatchInsert() - Method in interface nablarch.core.db.dialect.Dialect
batch insert時にIDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsIdentityWithBatchInsert() - Method in class nablarch.core.db.dialect.H2Dialect
batch insert時にIDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsIdentityWithBatchInsert() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
batch insert時にIDENTITY(オートインクリメントカラム)が使用できるか否か。
supportsMediaType(String, String) - Method in class nablarch.fw.jaxrs.BodyConvertHandler
HTTPヘッダーのContent-Typeに指定されたメディアタイプをサポートしているかを判定する。
supportsOffset() - Method in class nablarch.core.db.dialect.DefaultDialect
 
supportsOffset() - Method in interface nablarch.core.db.dialect.Dialect
SQL文でのオフセット指定が使用できるか否か
supportsOffset() - Method in class nablarch.core.db.dialect.H2Dialect
SQL文でのオフセット指定が使用できるか否か
supportsOffset() - Method in class nablarch.core.db.dialect.OracleDialect
SQL文でのオフセット指定が使用できるか否か
supportsOffset() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
SQL文でのオフセット指定が使用できるか否か
supportsSequence() - Method in class nablarch.core.db.dialect.DB2Dialect
SEQUENCEが使用できるか否か。
supportsSequence() - Method in class nablarch.core.db.dialect.DefaultDialect
 
supportsSequence() - Method in interface nablarch.core.db.dialect.Dialect
SEQUENCEが使用できるか否か。
supportsSequence() - Method in class nablarch.core.db.dialect.H2Dialect
SEQUENCEが使用できるか否か。
supportsSequence() - Method in class nablarch.core.db.dialect.OracleDialect
シーケンスはサポートする。
supportsSequence() - Method in class nablarch.core.db.dialect.PostgreSQLDialect
SEQUENCEが使用できるか否か。
SynchronousFileLogWriter - Class in nablarch.core.log.basic
ロックファイルを用いて排他制御を行いながらファイルにログを書き込むクラス。
SynchronousFileLogWriter() - Constructor for class nablarch.core.log.basic.SynchronousFileLogWriter
 
SyncMessage - Class in nablarch.fw.messaging
電文(同期送信、同期応答)を保持するクラス。
SyncMessage(String) - Constructor for class nablarch.fw.messaging.SyncMessage
SyncMessageのインスタンスを生成する。
SYNCMESSAGE_STATUS_CODE - Static variable in class nablarch.fw.messaging.realtime.http.client.HttpMessagingClient
SyncMessageのヘッダレコードからステータスコードを取り出すために使用するキー
SyncMessageConvertor - Class in nablarch.fw.messaging
メッセージ同期送信に使用する電文を変換するクラス。
SyncMessageConvertor() - Constructor for class nablarch.fw.messaging.SyncMessageConvertor
 
SyncMessagingEventHook - Interface in nablarch.fw.messaging
メッセージ送信の処理前後に処理を行うためのインターフェイス。
SyntaxErrorException - Exception in nablarch.core.dataformat
フォーマット定義ファイルの内容に問題がある場合に送出される実行時例外。
SyntaxErrorException(String) - Constructor for exception nablarch.core.dataformat.SyntaxErrorException
コンストラクタ。
SyntaxErrorException(String, Throwable) - Constructor for exception nablarch.core.dataformat.SyntaxErrorException
コンストラクタ。
SyntaxErrorException(LayoutFileParser.TokenType...) - Constructor for exception nablarch.core.dataformat.SyntaxErrorException
コンストラクタ。
SystemAccountAuthorityTableSchema - Class in nablarch.common.permission.schema
システムアカウント権限テーブルのスキーマ情報を保持するクラス。
SystemAccountAuthorityTableSchema() - Constructor for class nablarch.common.permission.schema.SystemAccountAuthorityTableSchema
 
SystemAccountTableSchema - Class in nablarch.common.permission.schema
システムアカウントテーブルのスキーマ情報を保持するクラス。
SystemAccountTableSchema() - Constructor for class nablarch.common.permission.schema.SystemAccountTableSchema
 
SystemChar - Annotation Interface in nablarch.core.validation.ee
システム許容文字で構成された文字列であることを表わすアノテーション。
SystemChar - Annotation Interface in nablarch.core.validation.validator.unicode
システム許容文字で構成された文字列であることを表わすアノテーション。
SystemChar.List - Annotation Interface in nablarch.core.validation.ee
複数指定用のアノテーション
SystemChar.SystemCharValidator - Class in nablarch.core.validation.ee
システム許容文字のバリデーションを行うConstraintValidator実装クラス。
SystemCharConfig - Class in nablarch.core.validation.ee
システム許容文字のバリデーションに関する設定を保持するクラス。
SystemCharConfig() - Constructor for class nablarch.core.validation.ee.SystemCharConfig
 
SystemCharValidator - Class in nablarch.core.validation.validator.unicode
システム許容文字のみからなる文字列であるかをチェックするクラス。
SystemCharValidator() - Constructor for class nablarch.core.validation.ee.SystemChar.SystemCharValidator
 
SystemCharValidator() - Constructor for class nablarch.core.validation.validator.unicode.SystemCharValidator
 
SystemPropertyExternalizedLoader - Class in nablarch.core.repository.di.config.externalize
システムプロパティをコンポーネント定義として読み込むExternalizedComponentDefinitionLoader
SystemPropertyExternalizedLoader() - Constructor for class nablarch.core.repository.di.config.externalize.SystemPropertyExternalizedLoader
 
SystemRepository - Class in nablarch.core.repository
設定値およびコンポーネントを保持するクラス。
アプリケーションの設定値の取得とコンポーネントを生成する責務はObjectLoaderを実装したクラスが持つ。
SystemRepositoryComponent - Annotation Interface in nablarch.core.repository.di.config.externalize.annotation
SystemRepository登録対象のコンポーネントを表すアノテーション。
SystemRepositoryDelegateFactory - Class in nablarch.fw.handler
SystemRepositoryから委譲対象クラスのインスタンスを取得する デリゲートファクトリ(DelegateFactory)の実装クラス。
SystemRepositoryDelegateFactory() - Constructor for class nablarch.fw.handler.SystemRepositoryDelegateFactory
 
SystemSettings() - Constructor for class nablarch.core.log.app.ApplicationSettingLogFormatter.SystemSettings
 
SystemSettingsBuilder() - Constructor for class nablarch.core.log.app.ApplicationSettingJsonLogFormatter.SystemSettingsBuilder
 
SystemTimeProvider - Interface in nablarch.core.date
システム日時を提供するクラスのインタフェース。
SystemTimeUtil - Class in nablarch.core.date
システム日付を取得するユーティリティ。
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form