Update of /var/cvs/src/org/mmbase/framework/basic
In directory james.mmbase.org:/tmp/cvs-serv23783
Modified Files:
BlockUrlConverter.java UrlConverter.java
Log Message:
javadoc
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework/basic
Index: BlockUrlConverter.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/basic/BlockUrlConverter.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- BlockUrlConverter.java 16 Jan 2009 22:21:13 -0000 1.17
+++ BlockUrlConverter.java 31 Jan 2009 07:46:27 -0000 1.18
@@ -25,7 +25,7 @@
* URLConverters would probably like this, and can extend from this.
*
* @author Michiel Meeuwissen
- * @version $Id: BlockUrlConverter.java,v 1.17 2009/01/16 22:21:13 michiel Exp
$
+ * @version $Id: BlockUrlConverter.java,v 1.18 2009/01/31 07:46:27 michiel Exp
$
* @since MMBase-1.9
* @todo EXPERIMENTAL
*/
@@ -228,9 +228,10 @@
* withough any checking, produce the URL.
*
* @param block Block for which the produce the url for
- * @param blockParameter Parameters to use for this block. The
implementation may set parameters
+ * @param blockParameters Parameters to use for this block. The
implementation may set parameters
* to <code>null</code> which were represented in the returning String.
- * @param
+ * @param frameworkParameters
+ * @param action
*/
protected abstract Url getNiceUrl(Block block,
Parameters blockParameters,
Index: UrlConverter.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/basic/UrlConverter.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- UrlConverter.java 16 Jan 2009 22:21:13 -0000 1.15
+++ UrlConverter.java 31 Jan 2009 07:46:27 -0000 1.16
@@ -23,7 +23,7 @@
* chained one after another.
*
* @author Michiel Meeuwissen
- * @version $Id: UrlConverter.java,v 1.15 2009/01/16 22:21:13 michiel Exp $
+ * @version $Id: UrlConverter.java,v 1.16 2009/01/31 07:46:27 michiel Exp $
* @since MMBase-1.9
* @todo EXPERIMENTAL
*/
@@ -56,7 +56,7 @@
* You should escape & when a URL is exposed (i.e.
in HTML), but not if the url is
* for some reason called directly.
* @return An URL relative to the root of this web application (i.e.
without a context
- * path). {...@link Url.NOT} if not determinable.
+ * path). {...@link Url#NOT} if not determinable.
* @throws FrameworkException thrown when something goes wrong in the
Framework
*/
Url getUrl(String path,
@@ -81,7 +81,7 @@
* @param params Extra parameters for that path
* @param frameworkParameters The parameters that are required by the
framework, such as the
* 'request' and 'cloud' objects
- * @return A valid internal URL, or {...@link Url.NOT} if nothing
framework specific could be
+ * @return A valid internal URL, or {...@link Url#NOT} if nothing
framework specific could be
* determined (this would make it possible to 'chain' frameworks).
* @throws FrameworkException thrown when something goes wrong in the
Framework
*/
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs