BEA Systems, Inc.

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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.portal.jsp.tags.PortletManagerTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
AdminPortletManagerTag

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

Implements the methods necessary to support the portletManager 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
 
Constructor Summary
PortletManagerTag()
           
 
Method Summary
 int doStartTag()
          Gets the requested Portlet property and output to Jsp page.
 java.lang.String getAction()
          Get the value of the action.
 long getGroupId()
          Get the value of the group id.
 java.lang.String getId()
          Get the value of the id.
 java.lang.String getPortalName()
          Get the value of the portal name.
 java.lang.String getPortletName()
          Get the value of the portlet name.
 java.lang.String getScope()
          Get the value of the scope.
 Portlet getTarget()
          Get the value of the Portlet target.
 long getUserId()
          Get the value of the user id.
 void setAction(java.lang.String theAction)
          Set the value of the action.
 void setGroupId(long theGroupId)
          Set the value of the group id.
 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 setPortletName(java.lang.String thePortletName)
          Set the value of the portlet name.
 void setScope(java.lang.String theScope)
          Set the value of the scope.
 void setTarget(Portlet theTarget)
          Set the value of the Portlet target.
 void setUserId(long theUserId)
          Set the value of the user id.
 
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

PortletManagerTag

public PortletManagerTag()
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.

setPortletName

public void setPortletName(java.lang.String thePortletName)
Set the value of the portlet name.
Parameters:
thePortletName - Value to assign to portlet name.

getPortletName

public java.lang.String getPortletName()
Get the value of the portlet name.
Returns:
Value of the portlet name.

setGroupId

public void setGroupId(long theGroupId)
Set the value of the group id.
Parameters:
theGroupId - Value to assign to group id.

getGroupId

public long getGroupId()
Get the value of the group id.
Returns:
Value of the group id.

setUserId

public void setUserId(long theUserId)
Set the value of the user id.
Parameters:
theUserId - Value to assign to user id.

getUserId

public long getUserId()
Get the value of the user id.
Returns:
Value of the user id.

setTarget

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

getTarget

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

setScope

public void setScope(java.lang.String theScope)
Set the value of the scope.
Parameters:
theScope - Value to assign to scope.

getScope

public java.lang.String getScope()
Get the value of the scope.
Returns:
Value of the scope.

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Gets the requested Portlet 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