Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected MessageSourceAccessor |
ApplicationObjectSupport.getMessageSourceAccessor()
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
|
Modifier and Type | Method and Description |
---|---|
protected MessageSourceAccessor |
ServletEndpointSupport.getMessageSourceAccessor()
Deprecated.
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
|
Modifier and Type | Method and Description |
---|---|
protected MessageSourceAccessor |
ComponentControllerSupport.getMessageSourceAccessor()
Deprecated.
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
|
Modifier and Type | Method and Description |
---|---|
protected MessageSourceAccessor |
LookupDispatchActionSupport.getMessageSourceAccessor()
Deprecated.
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
|
protected MessageSourceAccessor |
ActionSupport.getMessageSourceAccessor()
Deprecated.
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
|
protected MessageSourceAccessor |
MappingDispatchActionSupport.getMessageSourceAccessor()
Deprecated.
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
|
protected MessageSourceAccessor |
DispatchActionSupport.getMessageSourceAccessor()
Deprecated.
Return a MessageSourceAccessor for the application context
used by this object, for easy message access.
|
Copyright © 2015. All rights reserved.