|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.arsdigita.bebop.jsp.ShowComponent
com.arsdigita.bebop.jsp.ShowListItem
JSP tag handler to show the current item within a show:list or show:table tag. For aesthetics in naming it may be mapped to more than one JSP tag.
sample Usage:
<show:list name="mylist">
show list item here
<show:list name="mylist">
<show:row name="mylist">
show table column value
<show:row name="mylist">
This has the effect of locally-styling the list contents in the JSP,
while globally styling the individual item inside the list.
| Field Summary | |
static String |
versionId
|
| Fields inherited from class com.arsdigita.bebop.jsp.ShowComponent |
BEBOP_XMLNS, INPUT_DOC_ATTRIBUTE, INPUT_PAGE_STATE_ATTRIBUTE, SLAVE_DOC, SLAVE_INPUT_DOC |
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
ShowListItem()
|
|
| Method Summary | |
int |
doEndTag()
|
| Methods inherited from class com.arsdigita.bebop.jsp.ShowComponent |
doStartTag, getName, setName |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
| Field Detail |
public static final String versionId
| Constructor Detail |
public ShowListItem()
| Method Detail |
public int doEndTag()
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class ShowComponent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||