org.jasig.portal.portlet.delegation.jsp
Class RenderPortletTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by 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

Nested Class Summary
static class RenderPortletTag.TEI
           
 
Field Summary
static String DEFAULT_SESSION_KEY_PREFIX
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
RenderPortletTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getFname()
           
 String getPortletMode()
           
 String getSessionKeyPrefix()
           
 String getWindowState()
           
 void setFname(String fname)
           
protected  void setParentUrlMode(PortletMode parentUrlMode)
           
protected  void setParentUrlParameters(Map<String,List<String>> parentUrlParameters)
           
protected  void setParentUrlState(WindowState parentUrlState)
           
 void setPortletMode(String portletMode)
           
 void setSessionKeyPrefix(String windowSessionKey)
           
 void setWindowState(String windowState)
           
 
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
 

Field Detail

DEFAULT_SESSION_KEY_PREFIX

public static final String DEFAULT_SESSION_KEY_PREFIX
See Also:
Constant Field Values
Constructor Detail

RenderPortletTag

public RenderPortletTag()
Method Detail

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.