|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
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. |
Method Detail |
public void setPortletMode(javax.portlet.PortletMode mode)
mode
- the new portlet modepublic void setWindowState(javax.portlet.WindowState state)
state
- the new window statepublic void setAction()
public void setSecure()
public void clearParameters()
public void setParameters(java.util.Map parameters)
parameters
- a map containing the name [java.lang.String] and value [java.lang.String[]] of the parameters.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |