= Context実装サービス jp.ossc.nimbus.service.context.!DefaultContextService [http://nimbus.sourceforge.jp/reports/apidocs/jp/ossc/nimbus/service/context/DefaultContextService.html jp.ossc.nimbus.service.context.DefaultContextService]は、[http://nimbus.sourceforge.jp/reports/apidocs/jp/ossc/nimbus/service/context/Context.html Context]デフォルト実装サービスです。 このサービスは、複合的なサービスで、以下のサービスを下位サービスとして使用します。 ||下位サービスインタフェース||用途|| ||[wiki:Function/service/context#header_ContextStore jp.ossc.nimbus.service.context.ContextStore]||コンテキスト情報を永続化する。|| 以下に簡単なサービス定義を示します。 {{{ code xml <?xml version="1.0" encoding="Shift_JIS"?> <!DOCTYPE server PUBLIC "-//Nimbus//DTD Nimbus 1.0//JA" "http://nimbus.sourceforge.jp/dtd/nimbus-service_1_0.dtd"> <server> <manager> <!-- Contextデフォルト実装サービス --> <service name="Context" code="jp.ossc.nimbus.service.context.DefaultContextService"/> </manager> </server> }}} ---- [wiki:Function/service/context#header_Context コンテキスト/Context]