PostbackURL
The PageURL helps portal applications create URLs
to books and pages.
Related Topics
Object
GenericURL
PostbackURL
PageURL
Cloneable
Field Summary |
Fields from com.bea.portlet. |
|
Constructor Summary |
|
|
|
Method Summary |
public |
|
public static |
|
public static |
|
public static |
|
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 PageURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse,StringpageLabel, boolean encodeLabel)
Constructs a PageURL.
protected PageURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse,StringpageLabel)
Constructs a PageURL.
protected PageURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse)
Constructs a PageURL.
Method Detail |
public Object clone()
Returns a deep copy.
PostbackURL.clone()
public staticPageURLcreatePageURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse)
Returns a PageURL.
public staticPageURLcreatePageURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse,StringpageLabel)
Returns a PageURL.
public staticPageURLcreatePageURL(HttpServletRequesthttpRequest,HttpServletResponsehttpResponse,StringpageLabel, boolean encodeLabel)
Returns a PageURL.
public void setPageLabel(String pageLabel,
boolean encodeLabel)
Sets page label.
public void setPageLabel(String pageLabel)
Sets page label.