クラス SpringSecurityMessageSource
java.lang.ObjectSE
org.springframework.context.support.MessageSourceSupport
org.springframework.context.support.AbstractMessageSource
org.springframework.context.support.AbstractResourceBasedMessageSource
org.springframework.context.support.ResourceBundleMessageSource
org.springframework.security.core.SpringSecurityMessageSource
- 実装済みのインターフェース一覧:
org.springframework.beans.factory.Aware、org.springframework.beans.factory.BeanClassLoaderAware、org.springframework.context.HierarchicalMessageSource、org.springframework.context.MessageSource
public class SpringSecurityMessageSource
extends org.springframework.context.support.ResourceBundleMessageSource
Spring Security で使用されるデフォルトの
MessageSource。 メッセージのローカライズを必要とするすべての Spring Security クラスは、デフォルトでこのクラスを使用します。ただし、そのようなクラスはすべて MessageSourceAware も実装するため、アプリケーションコンテキストは代替メッセージソースを挿入できます。このクラスは、デプロイ環境で代替メッセージソースが指定されていない場合にのみ使用されます。
フィールド概要
クラス org.springframework.context.support.MessageSourceSupport から継承されたフィールド
loggerコンストラクター概要
コンストラクター方法の概要
クラス org.springframework.context.support.ResourceBundleMessageSource から継承されたメソッド
doGetBundle, getBundleClassLoader, getMessageFormat, getResourceBundle, getStringOrNull, loadBundle, loadBundle, resolveCode, resolveCodeWithoutArguments, setBeanClassLoader, setBundleClassLoader, toStringクラス org.springframework.context.support.AbstractResourceBasedMessageSource から継承されたメソッド
addBasenames, getBasenameSet, getCacheMillis, getDefaultCharset, getDefaultEncoding, getDefaultLocale, isFallbackToSystemLocale, setBasename, setBasenames, setCacheMillis, setCacheSeconds, setDefaultCharset, setDefaultEncoding, setDefaultLocale, setFallbackToSystemLocaleクラス org.springframework.context.support.AbstractMessageSource から継承されたメソッド
getCommonMessages, getDefaultMessage, getDefaultMessage, getMessage, getMessage, getMessage, getMessageFromParent, getMessageInternal, getParentMessageSource, isUseCodeAsDefaultMessage, resolveArguments, setCommonMessages, setParentMessageSource, setUseCodeAsDefaultMessageクラス org.springframework.context.support.MessageSourceSupport から継承されたメソッド
createMessageFormat, formatMessage, isAlwaysUseMessageFormat, renderDefaultMessage, setAlwaysUseMessageFormat
コンストラクターの詳細
SpringSecurityMessageSource
public SpringSecurityMessageSource()
メソッドの詳細
getAccessor
public static org.springframework.context.support.MessageSourceAccessor getAccessor()