BEA Systems, Inc.

com.beasys.commerce.portal.admin.jsp.tags
Class AdminPortletManagerTag

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

public class AdminPortletManagerTag
extends PortletManagerTag

Implements the methods necessary to support the portletManager tag.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
AdminPortletManagerTag()
           
 
Method Summary
 int doStartTag()
          Gets the requested Portlet property and output to Jsp page.
 
Methods inherited from class com.beasys.commerce.portal.jsp.tags.PortletManagerTag
getAction, getGroupId, getId, getPortalName, getPortletName, getScope, getTarget, getUserId, setAction, setGroupId, setId, setPortalName, setPortletName, setScope, setTarget, setUserId
 
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

AdminPortletManagerTag

public AdminPortletManagerTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Description copied from class: PortletManagerTag
Gets the requested Portlet property and output to Jsp page.
Overrides:
doStartTag in class PortletManagerTag
Tags copied from class: PortletManagerTag
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