Package org.apache.struts2.interceptor
Interface ApplicationAware
- All Superinterfaces:
ApplicationAware
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setApplication
(Map<String, Object> application) Deprecated.default void
withApplication
(Map<String, Object> application) Deprecated.Applies the map of application properties in the implementing class.
-
Method Details
-
setApplication
Deprecated. -
withApplication
Deprecated.Description copied from interface:ApplicationAware
Applies the map of application properties in the implementing class.- Specified by:
withApplication
in interfaceApplicationAware
- Parameters:
application
- a Map of application properties.
-