Author: tmjee
Date: Sun Jun 18 08:25:51 2006
New Revision: 415149
URL: http://svn.apache.org/viewvc?rev=415149&view=rev
Log:
WW-1356
- updated javadoc to indicate the availability of RequestAware that an
action could implements if it wishes to have access to Request
atrributes as Map
Modified:
struts/action2/trunk/core/src/main/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java
Modified:
struts/action2/trunk/core/src/main/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/core/src/main/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java?rev=415149&r1=415148&r2=415149&view=diff
==============================================================================
---
struts/action2/trunk/core/src/main/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java
(original)
+++
struts/action2/trunk/core/src/main/java/org/apache/struts/action2/interceptor/ServletConfigInterceptor.java
Sun Jun 18 08:25:51 2006
@@ -48,6 +48,8 @@
* <li>[EMAIL PROTECTED] ServletResponseAware}</li>
*
* <li>[EMAIL PROTECTED] ParameterAware}</li>
+ *
+ * <li>[EMAIL PROTECTED] RequestAware}</li>
*
* <li>[EMAIL PROTECTED] SessionAware}</li>
*