Method Summary |
|
public void | clearParameters() |
public boolean | isSecureSupported() Determine whether or not this url provider
supports secure urls. |
public void | setAction(boolean action) Specifies whether or not this request should be considered an action
request. |
public void | setParameters(Map parameters) Sets the given parameters as parameters into the URL, Removes all
previously set parameters. |
public void | setPortletMode(PortletMode mode) Sets the new portlet mode at the URL. |
public void | setSecure() By calling this method the URL is defined as a secure URL. |
public void | setWindowState(WindowState state) Sets the new window state at the URL. |
public String | toString() Returns the URL in string format. |