|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletURLProvider
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 |
---|
void setPortletMode(javax.portlet.PortletMode mode)
mode
- the new portlet modevoid setWindowState(javax.portlet.WindowState state)
state
- the new window statevoid setAction(boolean action)
void setSecure() throws javax.portlet.PortletSecurityException
javax.portlet.PortletSecurityException
boolean isSecureSupported()
javax.portlet.PortletSecurityException
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |