|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the interface used by the portlet container to create Portal URLs. This provider must be implemented by the Portal and provided via the container services upon initialization of the container.
Method Summary | |
void |
clearParameters()
Removes all pre-existing parameters in this URL |
boolean |
isSecureSupported()
Determine whether or not this url provider supports secure urls. |
void |
setAction(boolean action)
Specifies whether or not this request should be considered an action request. |
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(boolean action)
public void setSecure() throws javax.portlet.PortletSecurityException
javax.portlet.PortletSecurityException
public boolean isSecureSupported()
javax.portlet.PortletSecurityException
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 |