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(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse,String
windowLabel)
Constructs a WindowURL.
protected WindowURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse)
Constructs a WindowURL.
Method Detail |
public Object
clone()
Returns a deep copy.
PostbackURL.clone()
public staticWindowURL
createWindowURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse)
Returns a WindowURL from the current portlet.
public staticWindowURL
createWindowURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse,String
windowLabel)
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.