org.loom.tags
Interface Form

All Superinterfaces:
HtmlTag, LoomTag
All Known Implementing Classes:
FormTag

public interface Form
extends HtmlTag

The attributes and methods of a HTML form


Method Summary
 void addHiddenField(java.lang.String name, java.lang.Object value)
          Add a hidden field to include in this form
 UrlBuilder getUrl()
           
 
Methods inherited from interface org.loom.tags.HtmlTag
addCssClass, getCssBuilder
 
Methods inherited from interface org.loom.tags.LoomTag
getExtendedAttributes, getRequest, getScopedAttribute, setExtendedAttribute, setScopedAttribute
 

Method Detail

getUrl

UrlBuilder getUrl()
Returns:
the target url of this link

addHiddenField

void addHiddenField(java.lang.String name,
                    java.lang.Object value)
Add a hidden field to include in this form

Parameters:
name -
value -