|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.bea.p13n.taglib.util.ForEachInArrayTag
Implements the methods necessary to support the forEachInArray tag.
| Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
| Constructor Summary | |
ForEachInArrayTag()
|
|
| Method Summary | |
int |
doAfterBody()
Called when the end of the tag body is reached |
int |
doStartTag()
Called when the tag starts. |
java.lang.Object[] |
getArray()
Get the value of array. |
java.lang.String |
getCounterId()
Get the value of counterId. |
java.lang.String |
getId()
Get the value of id. |
java.lang.String |
getType()
Get the value of type. |
void |
setArray(java.lang.Object[] theArray)
Set the value of arrayName. |
void |
setCounterId(java.lang.String theCounterId)
Set the value of counterId. |
void |
setId(java.lang.String theId)
Set the value of id. |
void |
setType(java.lang.String theType)
Set the value of type. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doEndTag,
doInitBody,
getBodyContent,
getPreviousOut,
release,
setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass,
getParent,
getValue,
getValues,
removeValue,
setPageContext,
setParent,
setValue |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ForEachInArrayTag()
| Method Detail |
public void setArray(java.lang.Object[] theArray)
theArray - Value to assign to array.public java.lang.Object[] getArray()
public void setCounterId(java.lang.String theCounterId)
theCounterId - Value to assign to counterId.public java.lang.String getCounterId()
public void setId(java.lang.String theId)
theId - Value to assign to id.public java.lang.String getType()
public void setType(java.lang.String theType)
theId - Value to assign to type.public java.lang.String getId()
public int doStartTag()
throws javax.servlet.jsp.JspException
public int doAfterBody()
throws javax.servlet.jsp.JspException
|
© 2002 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||