|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTagSupport
com.darwinsys.jsptags.BackRefTag
BackRefTag - generate a href back to the referrer, initially for use on help.
Constructor Summary | |
BackRefTag()
|
Method Summary | |
int |
doEndTag()
Invoked at the end tag boundary, does the work |
void |
setLabel(java.lang.String lab)
|
void |
setSurroundingtag(java.lang.String surround)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BackRefTag()
Method Detail |
public int doEndTag() throws JspException
JspException
public void setLabel(java.lang.String lab)
lab
- The label to print (e.g., "Back");public void setSurroundingtag(java.lang.String surround)
surround
- The HTML tag to surrounding the link (e.g., "h6").
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |