org.acegisecurity
Class AcegiMessageSource
java.lang.Object
org.springframework.context.support.MessageSourceSupport
org.springframework.context.support.AbstractMessageSource
org.springframework.context.support.ResourceBundleMessageSource
org.acegisecurity.AcegiMessageSource
- All Implemented Interfaces:
- org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.HierarchicalMessageSource, org.springframework.context.MessageSource
public class AcegiMessageSource
- extends org.springframework.context.support.ResourceBundleMessageSource
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.
- Version:
- $Id: AcegiMessageSource.java 1496 2006-05-23 13:38:33Z benalex $
- Author:
- Ben Alex
Fields inherited from class org.springframework.context.support.MessageSourceSupport |
logger |
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, setBeanClassLoader, setBundleClassLoader, toString |
Methods inherited from class org.springframework.context.support.AbstractMessageSource |
getDefaultMessage, getMessage, getMessage, getMessage, getMessageFromParent, getMessageInternal, getParentMessageSource, isUseCodeAsDefaultMessage, resolveArguments, setParentMessageSource, setUseCodeAsDefaultMessage |
Methods inherited from class org.springframework.context.support.MessageSourceSupport |
createMessageFormat, formatMessage, isAlwaysUseMessageFormat, renderDefaultMessage, setAlwaysUseMessageFormat |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AcegiMessageSource
public AcegiMessageSource()
getAccessor
public static org.springframework.context.support.MessageSourceAccessor getAccessor()
Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.