com.beasys.commerce.portal.jsp.tags
Class GetTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javax.servlet.jsp.tagext.BodyTagSupport
|
+--com.beasys.commerce.portal.jsp.tags.GetTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- AdminGetTag
- public class GetTag
- extends javax.servlet.jsp.tagext.BodyTagSupport
Implements the methods necessary to support the get tag.
Note: although this is an empty tag, it extends BodyTagSupport so it
can generate output through the enclosing writer.
- 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.BodyTagSupport |
bodyContent |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
Method Summary |
int |
doAfterBody()
Pushes output to the JSP page from the buffered BodyContent. |
int |
doStartTag()
Gets the requested Portlet property and output to Jsp page. |
java.lang.String |
getTag()
Get the value of the tag. |
Portlet |
getTarget()
Get the value of the Portlet target. |
void |
setTag(java.lang.String theTag)
Set the value of the id. |
void |
setTarget(Portlet theTarget)
Set the value of the id. |
| Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
GetTag
public GetTag()
setTag
public void setTag(java.lang.String theTag)
- Set the value of the id.
- Parameters:
newID - Value to assign to id.
getTag
public java.lang.String getTag()
- Get the value of the tag.
- Returns:
- Value of the tag.
setTarget
public void setTarget(Portlet theTarget)
- Set the value of the id.
- Parameters:
newID - Value to assign to id.
getTarget
public Portlet getTarget()
- Get the value of the Portlet target.
- Returns:
- Value of the Portlet target.
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.BodyTagSupport
- Returns:
- a value telling the JSP engine to skip the body of the tag
or to skip it.
doAfterBody
public int doAfterBody()
throws javax.servlet.jsp.JspException
- Pushes output to the JSP page from the buffered
BodyContent.
- Overrides:
doAfterBody in class javax.servlet.jsp.tagext.BodyTagSupport
- Returns:
- a value telling the JSP engine we are done evaluating the body and
no more iterations are necessary.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved