FileDocCategorySizeDatePackage
ApplicationAware.javaAPI DocExample1529Mon Jul 23 13:26:52 BST 2007org.apache.struts2.interceptor

ApplicationAware

public interface ApplicationAware
Actions that want to be aware of the application Map object should implement this interface. This will give them access to a Map where they can put objects that should be available to other parts of the application.

Typical uses are configuration objects and caches.

Fields Summary
Constructors Summary
Methods Summary
public voidsetApplication(java.util.Map application)
Sets the map of application properties in the implementing class.

param
application a Map of application properties.