|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.turbine.util.DynamicURI org.apache.turbine.util.template.TemplateLink org.apache.jetspeed.util.template.JetspeedTemplateLink org.apache.jetspeed.util.template.PortletTemplateLink
A customized version of the JetspeedTemplateLink that reacts to the Portlet context and allows you to manipulate the lowest level pane if it exists.
Field Summary |
Fields inherited from class org.apache.jetspeed.util.template.JetspeedTemplateLink |
ACTION_KEY, activePortlet, PANEL_KEY, PORTLET_KEY, SCREEN_KEY, TEMPLATE_KEY |
Fields inherited from class org.apache.turbine.util.DynamicURI |
hasPathInfo, hasQueryData, HTTP, HTTPS, PATH_INFO, pathInfo, QUERY_DATA, queryData, redirect, reference, res, scriptName, sd, serverName, serverPort, serverScheme |
Constructor Summary | |
PortletTemplateLink()
Deprecated. Empty constructor.for introspection |
|
PortletTemplateLink(org.apache.turbine.util.RunData data,
Portlet portlet)
Deprecated. Constructor. |
Method Summary | |
java.lang.String |
getPanelKey()
Deprecated. Use the activePortlet to get the current Panel name (key). |
org.apache.turbine.util.DynamicURI |
setPanel(java.lang.String panel)
Deprecated. Add a select-panel reference in the link |
Methods inherited from class org.apache.jetspeed.util.template.JetspeedTemplateLink |
clear, forPortlet, getActionKey, getPageKey, getPortlet, getPortletByName, getPortletKey, getScreenKey, init, refresh, setPortlet, setPortlet, toString |
Methods inherited from class org.apache.turbine.util.template.TemplateLink |
getPage, getURI, setEncodeURLOff, setPage |
Methods inherited from class org.apache.turbine.util.DynamicURI |
add, add, addPathInfo, addPathInfo, addPathInfo, addPathInfo, addPathInfo, addPathInfo, addQueryData, addQueryData, addQueryData, addQueryData, addQueryData, addQueryData, getA, getReference, getScriptName, getServerData, getServerName, getServerPort, getServerScheme, init, init, init, remove, removePathInfo, removePathInfo, removeQueryData, removeQueryData, renderPathInfo, renderQueryString, setAction, setReference, setScreen, setScriptName, setSecure, setSecure, setServerData, setServerName, setServerPort, setServerScheme, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PortletTemplateLink()
public PortletTemplateLink(org.apache.turbine.util.RunData data, Portlet portlet)
data
- A Turbine RunData object.Method Detail |
public org.apache.turbine.util.DynamicURI setPanel(java.lang.String panel)
setPanel
in class JetspeedTemplateLink
public java.lang.String getPanelKey()
JetspeedTemplateLink
Use the activePortlet to get the current Panel name (key).
getPanelKey
in class JetspeedTemplateLink
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |