Changes for page Aware Interfaces

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

From version Icon 2.1 Icon
edited by Ken McWilliams
on 2012/10/02 04:52
Change comment: There is no comment for this version
To version Icon 3.1
edited by Ken McWilliams
on 2012/10/02 03:07
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 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.
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.
4 4  
5 5  * ApplicationAware
6 6  * CookiesAware
... ... @@ -12,9 +12,8 @@
12 12  * ServletResponseAware
13 13  * SessionAware
14 14  
15 +== ApplicationAware ==
15 15  
16 -== ApplicationAware ==
17 -
18 18  public void setApplication(Map<String, Object> application);
19 19  
20 20  == CookiesAware ==