webwork.action
Interface ApplicationAware
- All Known Implementing Classes:
- ServletTest
Deprecated. Use ActionContext.getApplication()
instead.
- 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.
- Version:
- $Revision: 1.6 $
- Author:
- Rickard Öberg (rickard@middleware-company.com)
Method Summary |
void |
setApplication(java.util.Map application)
Deprecated. |
setApplication
public void setApplication(java.util.Map application)
- Deprecated.
Copyright © 2001-2003 WebWork All Rights Reserved.