|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.pluto.tags.BaseURLTag
org.apache.pluto.tags.PortletURLTag
org.apache.pluto.tags.RenderURLTag
public class RenderURLTag
A tag handler for the renderURL
tag,which creates a url that
points to the current Portlet and triggers a render request with the
supplied parameters.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.pluto.tags.PortletURLTag |
---|
PortletURLTag.TEI |
Field Summary |
---|
Fields inherited from class org.apache.pluto.tags.PortletURLTag |
---|
copyCurrentRenderParameters, portletMode, url, windowState |
Fields inherited from class org.apache.pluto.tags.BaseURLTag |
---|
escapeXml, parametersMap, propertiesMap, secure, secureBoolean, var |
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 PortletURL |
createPortletUrl(PortletResponse portletResponse)
Creates a render PortletURL |
Methods inherited from class org.apache.pluto.tags.PortletURLTag |
---|
doCopyCurrentRenderParameters, doEndTag, doStartTag, getCopyCurrentRenderParameters, getPortletMode, getUrl, getWindowState, setCopyCurrentRenderParameters, setPortletMode, setUrl, setWindowState |
Methods inherited from class org.apache.pluto.tags.BaseURLTag |
---|
addParameter, addProperty, doEscapeXml, getEscapeXml, getSecure, getSecureBoolean, getVar, release, setEscapeXml, setSecure, setUrlParameters, setUrlProperties, setVar |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderURLTag()
Method Detail |
---|
protected PortletURL createPortletUrl(PortletResponse portletResponse)
createPortletUrl
in class PortletURLTag
portletResponse
- PortletResponse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |