PostbackURL
The WindowURL helps portal applications create URLs
to portlet windows, portal pages and books.
Related Topics
Object
GenericURL
PostbackURL
WindowURL
Cloneable
JspContentURL, StandalonePortletURL
Field Summary |
Fields from com.bea.portlet. |
|
Constructor Summary |
|
|
Method Summary |
public |
|
public static |
|
public static |
|
public |
|
public |
|
public |
|
public void |
|
public void |
|
public void |
|
Methods from com.bea.portlet. |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected WindowURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse,StringwindowLabel)
Constructs a WindowURL.
protected WindowURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse)
Constructs a WindowURL.
Method Detail |
public Object clone()
Returns a deep copy.
PostbackURL.clone()
public staticWindowURLcreateWindowURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse)
Returns a WindowURL from the current portlet.
public staticWindowURLcreateWindowURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse,StringwindowLabel)
Returns a WindowURL from the specified portlet.
public String getWindowLabel()
Returns the window label.
public String getWindowMode()
Returns a window mode.
public String getWindowState()
Returns the window state.
public void setWindowLabel(String windowLabel)
public void setWindowMode(String windowMode)
Sets a portlet window mode.
public void setWindowState(String windowState)
Sets window state.