Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Last updated: Aug 31, 2022

Struts 2 Aware Interfaces

Struts 2 Aware interfaces are used to put information into the request, response, context, or session object. The action class must implement these interfaces to store information so that it can be retrieved from other acting classes. Let’s explore more about Aware Interfaces.
ServletActionContext Class EASY
You will study the methods of ServletActioncontext Class.
SessionAware Interface Example MEDIUM
This article will discuss the implementation of the SessionAware interface provided by struts2 with an example.
ServletContextAware Interface Example MEDIUM
This article will provide you the knowledge about different types of Aware interfaces and will in detail describe servletContextAware interface with example.