|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.beasys.commerce.portal.jsp.tags.GetTag
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.
Constructor Summary | |
GetTag()
|
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. |
Constructor Detail |
public GetTag()
Method Detail |
public void setTag(java.lang.String theTag)
newID
- Value to assign to id.public java.lang.String getTag()
public void setTarget(Portlet theTarget)
newID
- Value to assign to id.public Portlet getTarget()
public int doStartTag() throws javax.servlet.jsp.JspException
Portlet
property and output to Jsp page.public int doAfterBody() throws javax.servlet.jsp.JspException
BodyContent
.
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |