You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (Jira)" <ji...@apache.org> on 2020/03/06 21:25:00 UTC

[jira] [Created] (JUNEAU-192) HtmlElement beans should have convenience constructors or creators.

James Bognar created JUNEAU-192:
-----------------------------------

             Summary: HtmlElement beans should have convenience constructors or creators.
                 Key: JUNEAU-192
                 URL: https://issues.apache.org/jira/browse/JUNEAU-192
             Project: Juneau
          Issue Type: Improvement
            Reporter: James Bognar


To create an A bean, you have to call...
{code:java}
new A().href("xxx").contents("xxx"){code}
We should provide constructors that map to the create methods in HtmlBuilder.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)