Expresso 5-5-0

com.jcorporate.expresso.ext.taglib
Class Back

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.jcorporate.expresso.ext.taglib.ExpressoTagSupport
          extended bycom.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
 
Fields inherited from class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
ctlrResp, response
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Back()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getImage()
           
 String getKey()
           
 String getPage()
           
 String getTitle()
           
 void setImage(String newName)
           
 void setKey(String newKey)
           
 void setPage(String newName)
           
 void setTitle(String newName)
           
 
Methods inherited from class com.jcorporate.expresso.ext.taglib.ExpressoTagSupport
getAncestor, getContainer, getControllerResponse, getResponse, setResponse
 
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
 

Field Detail

BACK_KEY

public static String BACK_KEY
Default session key where the back arrow's back URL is stored

Constructor Detail

Back

public Back()
Method Detail

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)

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.