You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/05/27 23:45:18 UTC

svn commit: r779326 - /incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java

Author: sabob
Date: Wed May 27 21:45:18 2009
New Revision: 779326

URL: http://svn.apache.org/viewvc?rev=779326&view=rev
Log:
javadoc

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java?rev=779326&r1=779325&r2=779326&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/ClickServlet.java Wed May 27 21:45:18 2009
@@ -1221,13 +1221,15 @@
      * <ul>
      * <li>any public Page fields using the fields name</li>
      * <li>context - the Servlet context path, e.g. /mycorp</li>
-     * <li>format - the {@link Format} object for formatting the display of objects</li>
-     * <li>imports - the {@link PageImports} object</li>
+     * <li>format - the {@link org.apache.click.util.Format} object for formatting
+     * the display of objects</li>
+     * <li>imports - the {@link org.apache.click.util.PageImports} object</li>
      * <li>messages - the page messages bundle</li>
      * <li>path - the page of the page template to render</li>
      * <li>request - the pages servlet request</li>
      * <li>response - the pages servlet request</li>
-     * <li>session - the {@link SessionMap} adaptor for the users HttpSession</li>
+     * <li>session - the {@link org.apache.click.util.SessionMap} adaptor for the
+     * users HttpSession</li>
      * </ul>
      *
      * @param page the page to create a VelocityContext for