|
© 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
|
+--com.bea.p13n.taglib.util.TransposeArrayTag
Implements the methods neccessary to support the transposeArrayTag
tag.
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
| Constructor Summary | |
TransposeArrayTag()
|
|
| Method Summary | |
int |
doStartTag()
Called when the tag starts. |
java.lang.Object[][] |
getArray()
Get the value of array. |
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 array. |
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.TagSupport |
doAfterBody,
doEndTag,
findAncestorWithClass,
getParent,
getValue,
getValues,
release,
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 TransposeArrayTag()
| Method Detail |
public void setArray(java.lang.Object[][] theArray)
theArray - Value to assign to array.public java.lang.Object[][] getArray()
public void setId(java.lang.String theId)
theId - Value to assign to id.public java.lang.String getId()
public void setType(java.lang.String theType)
theType - Value to assign to type.public java.lang.String getType()
public int doStartTag()
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 | ||||||||