org.jasig.portal.portlet.delegation.jsp
Class RenderPortletTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.jasig.portal.portlet.delegation.jsp.RenderPortletTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class RenderPortletTag
- extends TagSupport
- Version:
- $Revision$
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SESSION_KEY_PREFIX
public static final String DEFAULT_SESSION_KEY_PREFIX
- See Also:
- Constant Field Values
RenderPortletTag
public RenderPortletTag()
getSessionKeyPrefix
public String getSessionKeyPrefix()
setSessionKeyPrefix
public void setSessionKeyPrefix(String windowSessionKey)
getFname
public String getFname()
setFname
public void setFname(String fname)
getWindowState
public String getWindowState()
setWindowState
public void setWindowState(String windowState)
getPortletMode
public String getPortletMode()
setPortletMode
public void setPortletMode(String portletMode)
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag in interface Tag- Overrides:
doStartTag in class TagSupport
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag in interface Tag- Overrides:
doEndTag in class TagSupport
- Throws:
JspException
setParentUrlState
protected void setParentUrlState(WindowState parentUrlState)
setParentUrlMode
protected void setParentUrlMode(PortletMode parentUrlMode)
setParentUrlParameters
protected void setParentUrlParameters(Map<String,List<String>> parentUrlParameters)
Copyright © 2010 Jasig. All Rights Reserved.