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   
 

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 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.
 



Copyright (C) 2003-2004 The Spring Framework Project.