The Spring Framework

Uses of Class
org.springframework.context.support.MessageSourceAccessor

Packages that use MessageSourceAccessor
org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. 
org.springframework.remoting.jaxrpc Remoting classes for Web Services via JAX-RPC. 
org.springframework.web.servlet.view.tiles Support classes for the integration of Tiles (included in Struts) as Spring web view technology. 
org.springframework.web.struts Support classes for integrating a Struts web tier with a Spring middle tier which is typically hosted in a Spring root WebApplicationContext. 
 

Uses of MessageSourceAccessor in org.springframework.context.support
 

Methods in org.springframework.context.support that return MessageSourceAccessor
protected  MessageSourceAccessor ApplicationObjectSupport.getMessageSourceAccessor()
          Return a MessageSourceAccessor for the application context used by this object, for easy message access.
 

Uses of MessageSourceAccessor in org.springframework.remoting.jaxrpc
 

Methods in org.springframework.remoting.jaxrpc that return MessageSourceAccessor
protected  MessageSourceAccessor ServletEndpointSupport.getMessageSourceAccessor()
          Return a MessageSourceAccessor for the application context used by this object, for easy message access.
 

Uses of MessageSourceAccessor in org.springframework.web.servlet.view.tiles
 

Methods in org.springframework.web.servlet.view.tiles that return MessageSourceAccessor
protected  MessageSourceAccessor ComponentControllerSupport.getMessageSourceAccessor()
          Return a MessageSourceAccessor for the application context used by this object, for easy message access.
 

Uses of MessageSourceAccessor in org.springframework.web.struts
 

Methods in org.springframework.web.struts that return MessageSourceAccessor
protected  MessageSourceAccessor MappingDispatchActionSupport.getMessageSourceAccessor()
          Return a MessageSourceAccessor for the application context used by this object, for easy message access.
protected  MessageSourceAccessor LookupDispatchActionSupport.getMessageSourceAccessor()
          Return a MessageSourceAccessor for the application context used by this object, for easy message access.
protected  MessageSourceAccessor DispatchActionSupport.getMessageSourceAccessor()
          Return a MessageSourceAccessor for the application context used by this object, for easy message access.
protected  MessageSourceAccessor ActionSupport.getMessageSourceAccessor()
          Return a MessageSourceAccessor for the application context used by this object, for easy message access.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.