com.jcorporate.expresso.ext.taglib
Class Back
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
com.jcorporate.expresso.ext.taglib.Back
- All Implemented Interfaces:
- IterationTag, Serializable, Tag
- public class Back
- extends ExpressoTagSupport
Tag to allow a "back arrow" for a series of pages. See DBMaint jsp's for
an example of it's usage.
- Version:
- $Revision: 1.13 $ $Date: 2003/10/27 19:10:38 $
- Author:
- Michael Nash
- See Also:
- Serialized Form
|
Field Summary |
static String |
BACK_KEY
Default session key where the back arrow's back URL is stored |
|
Constructor Summary |
Back()
|
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACK_KEY
public static String BACK_KEY
- Default session key where the back arrow's back URL is stored
Back
public Back()
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspTagException
- Throws:
JspTagException
getKey
public String getKey()
setKey
public void setKey(String newKey)
getPage
public String getPage()
getTitle
public String getTitle()
- Returns:
- java.lang.String
getImage
public String getImage()
setPage
public void setPage(String newName)
setImage
public void setImage(String newName)
setTitle
public void setTitle(String newName)
Please see www.jcorporate.com for information about new Expresso releases.