BEA Systems, Inc.

com.beasys.commerce.portal.jsp.tags
Class MonitorSessionTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.portal.jsp.tags.MonitorSessionTag

public class MonitorSessionTag
extends javax.servlet.jsp.tagext.TagSupport

Implements the methods necessary to support the monitorSession tag.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
MonitorSessionTag()
           
 
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
 

Constructor Detail

MonitorSessionTag

public MonitorSessionTag()
Method Detail

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.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved