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(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse,String
pageLabel, boolean encodeLabel)
Constructs a PageURL.
protected PageURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse,String
pageLabel)
Constructs a PageURL.
protected PageURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse)
Constructs a PageURL.
Method Detail |
public Object
clone()
Returns a deep copy.
PostbackURL.clone()
public staticPageURL
createPageURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse)
Returns a PageURL.
public staticPageURL
createPageURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse,String
pageLabel)
Returns a PageURL.
public staticPageURL
createPageURL(HttpServletRequest
httpRequest,HttpServletResponse
httpResponse,String
pageLabel, boolean encodeLabel)
Returns a PageURL.
public void setPageLabel(String
pageLabel,
boolean encodeLabel)
Sets page label.
public void setPageLabel(String
pageLabel)
Sets page label.