Changes for page Aware Interfaces

Last modified by Ken McWilliams on 2012/10/02 03:07

From version Icon 3.1
edited by Ken McWilliams
on 2012/10/02 03:07
Change comment: There is no comment for this version
To version Icon 2.1 Icon
edited by Ken McWilliams
on 2012/10/02 04:52
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -1,6 +1,6 @@
1 1  = Aware Interfaces =
2 2  
3 -The following are the nine Struts2 Aware Interfaces (current as of version 2.3.4). All interfaces can be found in the //org.apache.struts2.interceptor// package of the sruts2-core-2.x.x.jar with the exception of the ServeletContextAware interceptor which in found in the //org.apache.struts2.util// package.
3 +The following are all the Struts2 Aware Interfaces (current as of version 2.3.4). All interfaces can be found in the //org.apache.struts2.interceptor// package of the sruts2-core-2.x.x.jar with the exception of the ServeletContextAware interceptor which in found in the //org.apache.struts2.util// package.
4 4  
5 5  * ApplicationAware
6 6  * CookiesAware
... ... @@ -12,8 +12,9 @@
12 12  * ServletResponseAware
13 13  * SessionAware
14 14  
15 -== ApplicationAware ==
16 16  
16 +== ApplicationAware ==
17 +
17 17  public void setApplication(Map<String, Object> application);
18 18  
19 19  == CookiesAware ==