From 40a9d99496e098562f090fb7ffce9e749011b131 Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Mon, 20 May 2024 17:58:16 -0400 Subject: Formatting pass --- .../main/java/net/wotonomy/web/WOActionURL.java | 39 ++++++++++++---------- 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionURL.java') diff --git a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionURL.java b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionURL.java index 78191b6..86e7807 100644 --- a/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionURL.java +++ b/projects/net.wotonomy.web/src/main/java/net/wotonomy/web/WOActionURL.java @@ -21,20 +21,23 @@ package net.wotonomy.web; import net.wotonomy.foundation.NSDictionary; /** - * This dynamic element renders only the URL of a hyperlink. - * Bindings are: + * This dynamic element renders only the URL of a hyperlink. Bindings are: * * - * The href, pageName and directActionName/actionClass and name properties are mutually exclusive and you should - * only use at most one of them simultaneously. + * The href, pageName and directActionName/actionClass and name properties are + * mutually exclusive and you should only use at most one of them + * simultaneously. * * @author ezamudio@nasoft.com * @author $Author: cgruber $ @@ -42,16 +45,16 @@ import net.wotonomy.foundation.NSDictionary; */ public class WOActionURL extends WOHyperlink { - public WOActionURL() { - super(); - } + public WOActionURL() { + super(); + } - public WOActionURL(String n, NSDictionary m, WOElement t) { - super(n, m, t); - } + public WOActionURL(String n, NSDictionary m, WOElement t) { + super(n, m, t); + } - public void appendToResponse(WOResponse r, WOContext c) { - r.appendContentString(actionURL(c)); - } + public void appendToResponse(WOResponse r, WOContext c) { + r.appendContentString(actionURL(c)); + } } -- cgit v1.2.3