com.beasys.commerce.portal.jsp.tags
Class PortalPropertiesTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.beasys.commerce.portal.jsp.tags.PortalPropertiesTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- AdminPortalPropertiesTag
- public class PortalPropertiesTag
- extends javax.servlet.jsp.tagext.TagSupport
Implements the methods necessary to support the portalProperties 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 |
|
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 |
PortalPropertiesTag
public PortalPropertiesTag()
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
Copyright © 2000 BEA Systems, Inc. All Rights Reserved