|
© 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.appflow.webflow.servlets.jsp.taglib.GetExceptionTag
Retrieve the Exception that was thrown by a processing-node
If no exception was throw return null
Field Summary | |
protected java.lang.String |
type
|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id,
pageContext |
Constructor Summary | |
GetExceptionTag()
|
Method Summary | |
int |
doStartTag()
Return the value of the result exception |
java.lang.String |
getType()
|
void |
release()
Release this tag. |
void |
setType(java.lang.String type)
|
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody,
doEndTag,
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 |
Field Detail |
protected java.lang.String type
Constructor Detail |
public GetExceptionTag()
Method Detail |
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
public java.lang.String getType()
public void setType(java.lang.String type)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |