com.beasys.commerce.portal.jsp.tags
Class MonitorSessionTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.beasys.commerce.portal.jsp.tags.MonitorSessionTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class MonitorSessionTag
- extends javax.servlet.jsp.tagext.TagSupport
Implements the methods necessary to support the monitorSession tag.
- Version:
- $Revision: 2$, $Date: 3/8/00 8:26:00 PM$
- Author:
- original: Phil Griffin, latest: $Author: Phil Griffin$
- See Also:
- Serialized Form
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
Method Summary |
int |
doEndTag()
Called at closing tag. |
int |
doStartTag()
Evaluates the requested URI and initializes the pageContext
scripting variable with the retrieved content. |
java.lang.String |
getGoToPage()
Get the value of the page. |
java.lang.String |
getLoginRequired()
Get the value of the login required flag. |
void |
setGoToPage(java.lang.String thepage)
Set the value of the page. |
void |
setLoginRequired(java.lang.String isRequired)
Set the value of the login required flag. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
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 |
MonitorSessionTag
public MonitorSessionTag()
setGoToPage
public void setGoToPage(java.lang.String thepage)
- Set the value of the page.
- Parameters:
thepage - Value to assign to page.
getGoToPage
public java.lang.String getGoToPage()
- Get the value of the page.
- Returns:
- Value of the page.
setLoginRequired
public void setLoginRequired(java.lang.String isRequired)
- Set the value of the login required flag.
- Parameters:
newID - Value to assign to login required flag.
getLoginRequired
public java.lang.String getLoginRequired()
- Get the value of the login required flag.
- Returns:
- Value of the login required flag.
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Evaluates the requested URI and initializes the
pageContext
scripting variable with the retrieved content.
- Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
- Returns:
- a value telling the JSP engine to evaluate the body of the tag
or to skip it if the
id tag attribute has not been specified.
doEndTag
public int doEndTag()
- Called at closing tag.
- Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
- Returns:
- a value telling the JSP engine to evaluate the body of the tag
or to skip it if the forwarding action has occurred.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved