Author: julien(a)jboss.com
Date: 2008-07-16 09:28:08 -0400 (Wed, 16 Jul 2008)
New Revision: 11466
Modified:
modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/presentation/server/PresentationRequest.java
Log:
very minor javadoc
Modified:
modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/presentation/server/PresentationRequest.java
===================================================================
---
modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/presentation/server/PresentationRequest.java 2008-07-16
09:17:16 UTC (rev 11465)
+++
modules/presentation/trunk/presentation/src/main/java/org/jboss/portal/presentation/server/PresentationRequest.java 2008-07-16
13:28:08 UTC (rev 11466)
@@ -25,6 +25,9 @@
import org.jboss.portal.presentation.protocol.ProtocolAction;
/**
+ * Encapsulate a protocol action + more stuff related to the client like http headers
(todo). That's
+ * why we have a request encapsulating an action.
+ *
* @author <a href="mailto:julien@jboss-portal.org">Julien
Viet</a>
* @version $Revision: 630 $
*/