|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.context.support.AbstractMessageSource
org.springframework.context.support.ResourceBundleMessageSource
org.acegisecurity.AcegiMessageSource
public class AcegiMessageSource
The default MessageSource
used by Acegi Security.
All Acegi Security classes requiring messge
localization will by default use this class. However, all such classes will also implement
MessageSourceAware
so that the application context can inject an alternative message source. Therefore
this class is only used when the deployment environment has not specified an alternative message source.
Field Summary |
---|
Fields inherited from class org.springframework.context.support.AbstractMessageSource |
---|
logger |
Constructor Summary | |
---|---|
AcegiMessageSource()
|
Method Summary | |
---|---|
static org.springframework.context.support.MessageSourceAccessor |
getAccessor()
|
Methods inherited from class org.springframework.context.support.ResourceBundleMessageSource |
---|
doGetBundle, getBundleClassLoader, getMessageFormat, getResourceBundle, resolveCode, resolveCodeWithoutArguments, setBasename, setBasenames, setBundleClassLoader, setClassLoader, toString |
Methods inherited from class org.springframework.context.support.AbstractMessageSource |
---|
createMessageFormat, formatMessage, getDefaultMessage, getMessage, getMessage, getMessage, getMessageFromParent, getMessageInternal, getParentMessageSource, isAlwaysUseMessageFormat, isUseCodeAsDefaultMessage, renderDefaultMessage, resolveArguments, setAlwaysUseMessageFormat, setParentMessageSource, setUseCodeAsDefaultMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AcegiMessageSource()
Method Detail |
---|
public static org.springframework.context.support.MessageSourceAccessor getAccessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |