org.jboss.portal.portlet.impl.jsr168.taglib
Class RenderURLTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag
          extended by org.jboss.portal.portlet.impl.jsr168.taglib.GenerateURLTag
              extended by org.jboss.portal.portlet.impl.jsr168.taglib.RenderURLTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class RenderURLTag
extends GenerateURLTag

The renderURL tag for the JSR 168 Portlet specification.

Creates a URL that must point to the current portlet and must trigger an render request with the supplied parameters.

Version:
$Revision: 5448 $
Author:
Sherman Wood
See Also:
Serialized Form

Field Summary
static java.lang.String typeParameter
           
 
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
RenderURLTag()
           
 
Method Summary
protected  javax.portlet.BaseURL generateURL()
           
protected  java.lang.String getTypeValue()
          Get the type - action or render - from the implementing subclass
 
Methods inherited from class org.jboss.portal.portlet.impl.jsr168.taglib.GenerateURLTag
addParameter, clearPreviousTag, doEndTag, doStartTag, getBasePortletEnvironmentAndURL, getPortletMode, getSecure, getURLParameters, getVar, getWindowState, setPortletMode, setPortletMode, setSecure, setSecure, setVar, setWindowState, setWindowState, writeURL
 
Methods inherited from class org.jboss.portal.portlet.impl.jsr168.taglib.PortletTag
getActionRequest, getActionResponse, getConfig, getDispatchedRequest, getEventRequest, getEventResponse, getInvocation, getPortletPreferences, getPortletPreferenceValues, getPortletRequest, getPortletResponse, getPortletSessionScope, getRenderRequest, getRenderResponse, getResourceRequest, getResourceResponse, getSession
 
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

typeParameter

public static java.lang.String typeParameter
Constructor Detail

RenderURLTag

public RenderURLTag()
Method Detail

getTypeValue

protected java.lang.String getTypeValue()
Description copied from class: GenerateURLTag
Get the type - action or render - from the implementing subclass

Specified by:
getTypeValue in class GenerateURLTag
Returns:
the value for the "type" portal parameter

generateURL

protected javax.portlet.BaseURL generateURL()
                                     throws java.lang.Exception
Overrides:
generateURL in class GenerateURLTag
Throws:
java.lang.Exception


Copyright © 2008. All Rights Reserved.