BEA Systems, Inc.

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

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

public class GetGroupsForPortalTag
extends javax.servlet.jsp.tagext.BodyTagSupport

Implements the methods necessary to support the eval tag.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
GetGroupsForPortalTag()
           
 
Method Summary
 int doAfterBody()
          Pushes output to the JSP page from the buffered BodyContent.
 int doStartTag()
          Called when the tag starts.
 java.lang.String getId()
          Get the value of the id.
 java.lang.String getPortalName()
          Get the value of the portalName.
 void setId(java.lang.String newID)
          Set the value of the id.
 void setPortalName(java.lang.String thePortalName)
          Set the value of portalName.
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetGroupsForPortalTag

public GetGroupsForPortalTag()
Method Detail

setId

public void setId(java.lang.String newID)
Set the value of the id.
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport
Parameters:
newID - Value to assign to id.

getId

public java.lang.String getId()
Get the value of the id.
Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport
Returns:
Value of the id.

setPortalName

public void setPortalName(java.lang.String thePortalName)
Set the value of portalName.
Parameters:
thePortalName - Value to assign to the portalName.

getPortalName

public java.lang.String getPortalName()
Get the value of the portalName.
Returns:
Value of the portalName.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Called when the tag starts.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.BodyTagSupport

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Pushes output to the JSP page from the buffered BodyContent.
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
Returns:
a value telling the JSP engine we are done evaluating the body and no more iterations are necessary.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved