BEA Systems, Inc.

com.beasys.commerce.axiom.tags
Class MonitorSessionTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.axiom.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()
          Evaluates the requested URI and initializes the pageContext scripting variable with the retrieved content.
 int doStartTag()
          Evaluates the requested URI and initializes the pageContext scripting variable with the retrieved content.
 java.lang.String getGoToPage()
          Get the value of goto page.
 java.lang.String getLoginRequired()
          Get the value of login required flag.
 void setGoToPage(java.lang.String thepage)
          Set the value of goto page.
 void setLoginRequired(java.lang.String isRequired)
          Set the value of 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 goto page.
Parameters:
thepage - Value to assign to page.

getGoToPage

public java.lang.String getGoToPage()
Get the value of goto page.
Returns:
Value of item.

setLoginRequired

public void setLoginRequired(java.lang.String isRequired)
Set the value of login required flag.
Parameters:
isRequired - Value to assign to required flag.

getLoginRequired

public java.lang.String getLoginRequired()
Get the value of login required flag.
Returns:
Value of item.

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()
Evaluates the requested URI and initializes the pageContext scripting variable with the retrieved content.
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
a value telling the JSP engine to evaluate the remainder of the page or to skip it if forward action has been done.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved