[portal-commits] JBoss Portal SVN: r9127 - in branches/presentation/presentation/src/main/org/jboss/portal/presentation/client: controller and 1 other directory.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Tue Nov 27 10:39:52 EST 2007
Author: julien at jboss.com
Date: 2007-11-27 10:39:52 -0500 (Tue, 27 Nov 2007)
New Revision: 9127
Modified:
branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/PresentationContext.java
branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/controller/UIController.java
Log:
minor javadoc
Modified: branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/PresentationContext.java
===================================================================
--- branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/PresentationContext.java 2007-11-27 14:33:03 UTC (rev 9126)
+++ branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/PresentationContext.java 2007-11-27 15:39:52 UTC (rev 9127)
@@ -47,12 +47,15 @@
/**
* Returns the root UI context provided by the portal.
+ *
+ * @return the ui context
*/
UIContext getUIContext();
/**
- *
- * @return
+ * Returns the servlet context dispatcher.
+ *
+ * @return the servlet context dispatcher
*/
ServletContextDispatcher getDispatcher();
}
Modified: branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/controller/UIController.java
===================================================================
--- branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/controller/UIController.java 2007-11-27 14:33:03 UTC (rev 9126)
+++ branches/presentation/presentation/src/main/org/jboss/portal/presentation/client/controller/UIController.java 2007-11-27 15:39:52 UTC (rev 9127)
@@ -49,7 +49,6 @@
import javax.servlet.http.HttpServletResponse;
import java.io.PrintWriter;
import java.util.List;
-import java.util.Map;
/**
* The UIServer is responsible for generating the output that is sent back to the client based on the Portal state of a particular Portal Request
More information about the portal-commits
mailing list