public interface PortletURLProvider
Modifier and Type | Method and Description |
---|---|
void |
clearParameters()
Removes all pre-existing parameters in this URL
|
void |
setAction()
By calling this method the URL is defined as
an action URL.
|
void |
setParameters(java.util.Map parameters)
Sets the given parameters as parameters into the URL,
Removes all previously set parameters.
|
void |
setPortletMode(javax.portlet.PortletMode mode)
Sets the new portlet mode at the URL.
|
void |
setSecure()
By calling this method the URL is defined as
a secure URL.
|
void |
setWindowState(javax.portlet.WindowState state)
Sets the new window state at the URL.
|
java.lang.String |
toString()
Returns the URL in string format.
|
void setPortletMode(javax.portlet.PortletMode mode)
mode
- the new portlet modevoid setWindowState(javax.portlet.WindowState state)
state
- the new window statevoid setAction()
void setSecure()
void clearParameters()
void setParameters(java.util.Map parameters)
parameters
- a map containing the name [java.lang.String] and value [java.lang.String[]] of the parameters.java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2003-2013 . All Rights Reserved.