public interface ServicePropertyHandler extends PropertyHandler
修飾子とタイプ | フィールドと説明 |
---|---|
static String |
DEFAULT_APPLICATION_PARAMETER
非推奨です。
この実装は廃止されました。
|
static String |
DEFAULT_ENCODING_ATTRIBUTE
ログインユーザのエンコーディングのデフォルトの属性名
|
static String |
DEFAULT_EXCEPTION_ATTRIBUTE
例外属性のデフォルトの属性名
|
static String |
DEFAULT_LOCALE_ATTRIBUTE
ログインユーザのロケールのデフォルトの属性名
|
static String |
DEFAULT_SERVICE_PARAMETER
非推奨です。
この実装は廃止されました。
|
static String |
REQUEST_INFO_ATTRIBUTE
リクエスト情報の属性地
|
init
static final String DEFAULT_APPLICATION_PARAMETER
static final String DEFAULT_SERVICE_PARAMETER
static final String DEFAULT_EXCEPTION_ATTRIBUTE
static final String DEFAULT_ENCODING_ATTRIBUTE
static final String DEFAULT_LOCALE_ATTRIBUTE
boolean isDynamic() throws ServicePropertyException
ServicePropertyException
- チェック時に例外が発生String getClientEncoding() throws ServicePropertyException
ServicePropertyException
- クライアントのエンコードの取得時に例外が発生String getEncodingAttributeName() throws ServicePropertyException
DEFAULT_ENCODING_ATTRIBUTE
で定義されている値を返します。ServicePropertyException
- 属性名の取得時に例外が発生Locale getClientLocale() throws ServicePropertyException
ServicePropertyException
- クライアントのロケールの取得時に例外が発生String getLocaleAttributeName() throws ServicePropertyException
DEFAULT_LOCALE_ATTRIBUTE
で定義されている値を返します。ServicePropertyException
- 属性名の取得時に例外が発生String getNextPagePath(String application, String service) throws ServicePropertyException
getNextPagePath(String, String, Locale)
を使用してください。getNextPagePath(application, service, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getNextPagePath(String application, String service, Locale locale) throws ServicePropertyException
application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getNextPagePath(String application, String service, String key) throws ServicePropertyException
getNextPagePath(String, String, String, Locale)
を使用してください。keyがnullの場合、getNextPagePath(String, String)
と同じ動作になります。
このメソッドはgetNextPagePath(application, service, key, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。
application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getNextPagePath(String application, String service, String key, Locale locale) throws ServicePropertyException
keyがnullの場合、getNextPagePath(String, String)
と同じ動作になります。
application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath(String application, String service, String key) throws ServicePropertyException
getInputErrorPagePath(String, String, String, Locale)
を使用してください。getInputErrorPagePath(String, String)
で取得されるページを返します。
このメソッドはgetInputErrorPagePath(application, service, key, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath(String application, String service, String key, Locale locale) throws ServicePropertyException
getInputErrorPagePath(String, String)
で取得されるページを返します。application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath(String application, String service) throws ServicePropertyException
getInputErrorPagePath(String, String, Locale)
を使用してください。getInputErrorPagePath(String)
で取得されるページを返します。
このメソッドはgetInputErrorPagePath(application, service, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath(String application, String service, Locale locale) throws ServicePropertyException
getInputErrorPagePath(String)
で取得されるページを返します。application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath(String application) throws ServicePropertyException
getInputErrorPagePath(String, Locale)
を使用してください。getInputErrorPagePath()
で取得されるページを返します。
このメソッドはgetInputErrorPagePath(application, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath(String application, Locale locale) throws ServicePropertyException
getInputErrorPagePath()
で取得されるページを返します。application
- アプリケーションIDlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath() throws ServicePropertyException
getInputErrorPagePath(Locale)
を使用してください。getInputErrorPagePath((java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。ServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getInputErrorPagePath(Locale locale) throws ServicePropertyException
locale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath(String application, String service, String key) throws ServicePropertyException
getServiceErrorPagePath(String, String, String, Locale)
を使用してください。getServiceErrorPagePath(String, String)
で取得されるページを返します。
このメソッドはgetServiceErrorPagePath(application, service, key, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath(String application, String service, String key, Locale locale) throws ServicePropertyException
getServiceErrorPagePath(String, String)
で取得されるページを返します。application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath(String application, String service) throws ServicePropertyException
getServiceErrorPagePath(String, String, Locale)
を使用してください。getServiceErrorPagePath(String)
で取得されるページを返します。
このメソッドはgetServiceErrorPagePath(application, service, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath(String application, String service, Locale locale) throws ServicePropertyException
getServiceErrorPagePath(String)
で取得されるページを返します。application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath(String application) throws ServicePropertyException
getServiceErrorPagePath(String, Locale)
を使用してください。getServiceErrorPagePath()
で取得されるページを返します。
このメソッドはgetServiceErrorPagePath(application, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath(String application, Locale locale) throws ServicePropertyException
getServiceErrorPagePath()
で取得されるページを返します。application
- アプリケーションIDlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath() throws ServicePropertyException
getServiceErrorPagePath(Locale)
を使用してください。getServiceErrorPagePath((java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。ServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceErrorPagePath(Locale locale) throws ServicePropertyException
locale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath(String application, String service, String key) throws ServicePropertyException
getSystemErrorPagePath(String, String, String, Locale)
を使用してください。getSystemErrorPagePath(String, String)
で取得されるページを返します。
このメソッドはgetSystemErrorPagePath(application, service, key, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath(String application, String service, String key, Locale locale) throws ServicePropertyException
getSystemErrorPagePath(String, String)
で取得されるページを返します。application
- アプリケーションIDservice
- サービスIDkey
- 遷移先のキーlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath(String application, String service) throws ServicePropertyException
getSystemErrorPagePath(String, String, Locale)
を使用してください。getSystemErrorPagePath(String)
で取得されるページを返します。
このメソッドはgetSystemErrorPagePath(application, service, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath(String application, String service, Locale locale) throws ServicePropertyException
getSystemErrorPagePath(String)
で取得されるページを返します。application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath(String application) throws ServicePropertyException
getSystemErrorPagePath(String, Locale)
を使用してください。getSystemErrorPagePath()
で取得されるページを返します。
このメソッドはgetSystemErrorPagePath(application, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath(String application, Locale locale) throws ServicePropertyException
getSystemErrorPagePath()
で取得されるページを返します。application
- アプリケーションIDlocale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath() throws ServicePropertyException
getSystemErrorPagePath(Locale)
を使用してください。getSystemErrorPagePath((java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。ServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getSystemErrorPagePath(Locale locale) throws ServicePropertyException
locale
- ロケールServicePropertyException
- 遷移先のページのパスの取得時に例外が発生String getServiceControllerName(String application, String service) throws ServicePropertyException
getServiceControllerName(String, String, Locale)
を使用してください。getServiceControllerName(application, service, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDServicePropertyException
- サービスコントローラのクラス名の取得時に例外が発生String getServiceControllerName(String application, String service, Locale locale) throws ServicePropertyException
application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- サービスコントローラのクラス名の取得時に例外が発生String getTransitionName(String application, String service) throws ServicePropertyException
getTransitionName(String, String, Locale)
を使用してください。getTransitionName(application, service, (java.util.Locale)null)
を呼んだときと同じ結果になるように実装される必要があります。application
- アプリケーションIDservice
- サービスIDServicePropertyException
- トランジションのクラス名の取得時に例外が発生String getTransitionName(String application, String service, Locale locale) throws ServicePropertyException
application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- トランジションのクラス名の取得時に例外が発生String getControllerConverterName(String application, String service, Locale locale) throws ServicePropertyException
application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- コントローラコンバータのクラス名の取得時に例外が発生ControllerConverterConfig getControllerConverterConfig(String application, String service, Locale locale) throws ServicePropertyException
application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- コントローラコンバータの初期パラメータの取得に失敗ValidatorMapping[] getValidators(String application, String service, Locale locale) throws ServicePropertyException
application
- アプリケーションIDservice
- サービスIDlocale
- ロケールServicePropertyException
- バリデータの取得に失敗String getServiceServletPath() throws ServicePropertyException
ServicePropertyException
- サービスサーブレットのパスの取得時に例外が発生String getContextPath() throws ServicePropertyException
ServicePropertyException
- コンテキストパスの取得時に例外が発生String getApplicationParamName() throws ServicePropertyException
DEFAULT_APPLICATION_PARAMETER
で定義されている値を返します。ServicePropertyException
- アプリケーションIDに該当するパラメータ名の取得時に例外が発生String getServiceParamName() throws ServicePropertyException
DEFAULT_SERVICE_PARAMETER
で定義されている値を返します。ServicePropertyException
- サービスIDに該当するパラメータ名の取得時に例外が発生String getExceptionAttributeName() throws ServicePropertyException
ServicePropertyException
- 属性名の取得時に例外が発生Copyright © 2012 NTT DATA INTRAMART CORPORATION