BEA Systems, Inc.

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

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

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

Implements the methods necessary to support the portalProperties tag.

See Also:
Serialized Form

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
PortalPropertiesTag()
           
 
Method Summary
 int doStartTag()
          Called when the tag starts.
 java.lang.String getId()
          Get the value of the id.
 java.lang.String getPropertyName()
          Get the value of the propertyName.
 void setId(java.lang.String newID)
          Set the value of the id.
 void setPropertyName(java.lang.String thePropertyName)
          Set the value of propertyName.
 
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

PortalPropertiesTag

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

setPropertyName

public void setPropertyName(java.lang.String thePropertyName)
Set the value of propertyName.
Parameters:
thePropertyName - Value to assign to the propertyName.

getPropertyName

public java.lang.String getPropertyName()
Get the value of the propertyName.
Returns:
Value of the propertyName.

doStartTag

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

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved