|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.beasys.commerce.portal.jsp.tags.PortletManagerTag
Implements the methods necessary to support the portletManager tag.
| 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 |
| Constructor Summary | |
PortletManagerTag()
|
|
| Method Summary | |
int |
doStartTag()
Gets the requested Portlet property and output to Jsp page. |
java.lang.String |
getAction()
Get the value of the action. |
long |
getGroupId()
Get the value of the group id. |
java.lang.String |
getId()
Get the value of the id. |
java.lang.String |
getPortalName()
Get the value of the portal name. |
java.lang.String |
getPortletName()
Get the value of the portlet name. |
java.lang.String |
getScope()
Get the value of the scope. |
Portlet |
getTarget()
Get the value of the Portlet target. |
long |
getUserId()
Get the value of the user id. |
void |
setAction(java.lang.String theAction)
Set the value of the action. |
void |
setGroupId(long theGroupId)
Set the value of the group id. |
void |
setId(java.lang.String theId)
Set the value of the id. |
void |
setPortalName(java.lang.String thePortalName)
Set the value of the portal name. |
void |
setPortletName(java.lang.String thePortletName)
Set the value of the portlet name. |
void |
setScope(java.lang.String theScope)
Set the value of the scope. |
void |
setTarget(Portlet theTarget)
Set the value of the Portlet target. |
void |
setUserId(long theUserId)
Set the value of the user id. |
| 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 |
public PortletManagerTag()
| Method Detail |
public void setAction(java.lang.String theAction)
theAction - Value to assign to action.public java.lang.String getAction()
public void setId(java.lang.String theId)
setId in class javax.servlet.jsp.tagext.TagSupporttheId - Value to assign to id.public java.lang.String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setPortalName(java.lang.String thePortalName)
thePortalName - Value to assign to portal name.public java.lang.String getPortalName()
public void setPortletName(java.lang.String thePortletName)
thePortletName - Value to assign to portlet name.public java.lang.String getPortletName()
public void setGroupId(long theGroupId)
theGroupId - Value to assign to group id.public long getGroupId()
public void setUserId(long theUserId)
theUserId - Value to assign to user id.public long getUserId()
public void setTarget(Portlet theTarget)
theTarget - Value to assign to Portlet target.public Portlet getTarget()
public void setScope(java.lang.String theScope)
theScope - Value to assign to scope.public java.lang.String getScope()
public int doStartTag()
throws javax.servlet.jsp.JspException
Portlet property and output to Jsp page.doStartTag in class javax.servlet.jsp.tagext.TagSupport
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||