Author: julien(a)jboss.com
Date: 2007-04-04 17:50:16 -0400 (Wed, 04 Apr 2007)
New Revision: 6922
Modified:
trunk/server/src/main/org/jboss/portal/server/ServerInvocationContext.java
Log:
minor javadoc update
Modified: trunk/server/src/main/org/jboss/portal/server/ServerInvocationContext.java
===================================================================
--- trunk/server/src/main/org/jboss/portal/server/ServerInvocationContext.java 2007-04-04
21:12:14 UTC (rev 6921)
+++ trunk/server/src/main/org/jboss/portal/server/ServerInvocationContext.java 2007-04-04
21:50:16 UTC (rev 6922)
@@ -58,8 +58,10 @@
ParameterMap getQueryParameterMap();
/**
- * Return the parameter map for the body if the request was a POST with the content
type x-www-formurlencoded
- * otherwise return null.
+ * Return the parameter map for the body if the request was a POST with the content
+ * type x-www-formurlencoded otherwise return null.
+ *
+ * @return the body parameter map
*/
ParameterMap getBodyParameterMap();
@@ -71,11 +73,6 @@
String getMediaType();
/**
- * Return the charset of the request or null if none has been provided by the client.
- */
- // Charset getCharset();
-
- /**
* Return the url context of this request.
*
* @return the url context
@@ -104,9 +101,11 @@
String getPortalHost();
/**
- * @param url
- * @param context
- * @param format
+ * Renders an URL.
+ *
+ * @param url the url structure
+ * @param context the url context
+ * @param format the url format
* @return the encoded url
*/
String renderURL(ServerURL url, URLContext context, URLFormat format);
Show replies by date