BEA Systems, Inc.

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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.portal.jsp.tags.PortalManagerTag
Direct Known Subclasses:
AdminPortalManagerTag

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

Implements the methods necessary to support the portalManager tag.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
PortalManagerTag()
           
 
Method Summary
 int doStartTag()
          Gets the requested Portal property and output to Jsp page.
 java.lang.String getAction()
          Get the value of the action.
 java.lang.String getId()
          Get the value of the id.
 java.lang.String getPortalName()
          Get the value of the portal name.
 Portal getTarget()
          Get the value of the Portal target.
 void setAction(java.lang.String theAction)
          Set the value of the action.
 void setId(java.lang.String theId)
          Set the value of the id.
 void setPortalName(java.lang.String thePortalName)
          Set the value of the portal name.
 void setTarget(Portal theTarget)
          Set the value of the Portal target.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalManagerTag

public PortalManagerTag()
Method Detail

setAction

public void setAction(java.lang.String theAction)
Set the value of the action.
Parameters:
theAction - Value to assign to action.

getAction

public java.lang.String getAction()
Get the value of the action.
Returns:
Value of the action.

setId

public void setId(java.lang.String theId)
Set the value of the id.
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport
Parameters:
theId - 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 the portal name.
Parameters:
thePortalName - Value to assign to portal name.

getPortalName

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

setTarget

public void setTarget(Portal theTarget)
Set the value of the Portal target.
Parameters:
theTarget - Value to assign to Portal target.

getTarget

public Portal getTarget()
Get the value of the Portal target.
Returns:
Value of the Portal target.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Gets the requested Portal property and output to Jsp page.
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
a value telling the JSP engine to skip the body of the tag or to skip it.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved