|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.loom.tags.AbstractTag
org.loom.tags.paged.FooterTag
@Tag(dynamicAttributes=true,
bodyContent=SCRIPTLESS,
example="<c:set var=\"total\" value=\"0\"/>\n<l:pagedTable>\n <l:column property=\"id\" />\n <l:column property=\"amount\" />\n <c:set var=\"total\" value=\"${total + row.amount}\"/>\n <l:footer/>\n <tr><td>Total</td><${total}</td></tr>\n </l:footer>\n</l:pagedTable>")
public class FooterTagContains the <tfoot> contents of the surrounding <pagedTable>. This tag will get rendered once, after the table contents have been processed.
| Field Summary |
|---|
| Fields inherited from class org.loom.tags.AbstractTag |
|---|
expressionLanguageProxy, loomServletRequestFactory, out, repository, request, response |
| Constructor Summary | |
|---|---|
FooterTag()
|
|
| Method Summary | |
|---|---|
void |
doTagImpl()
The method that must be implemented by the child class |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
|---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FooterTag()
| Method Detail |
|---|
public void doTagImpl()
throws javax.servlet.jsp.JspException,
java.io.IOException
AbstractTag
doTagImpl in class AbstractTagjavax.servlet.jsp.JspException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||