public interface

ApplicationAware

webwork.action.ApplicationAware
Known Indirect Subclasses

This interface is deprecated.
Use getApplication() instead.

Class Overview

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.

Summary

Public Methods
void setApplication(Map application)

Public Methods

public void setApplication (Map application)