91-9990449935 0120-4256464 |
Struts 2 Aware Interfaces TutorialStruts 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 action class. The four aware interfaces are:
What is next?ServletActionContext classHere, we will learn how to get request, response, context and session objects from another action class. SessionAware Interface exampleHere, we will how to store and get information from the session scope. ServletContextAware Interface exampleHere, we will how to store and get information from the application scope.
Next TopicStruts2 ServletActionContext Class
|