| Constructor and Description |
|---|
BridgeURLWrapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameter(java.lang.String name)
Returns the first value of the underlying
BridgeURL.getParameterMap() with the specified
name. |
java.util.Map<java.lang.String,java.lang.String[]> |
getParameterMap()
Returns a mutable
Map representing the URL parameters. |
java.lang.String |
getViewId()
If the URL targets a Faces view, then returns the viewId.
|
abstract BridgeURL |
getWrapped() |
java.lang.String |
removeParameter(java.lang.String name)
Removes the entry of the underlying
BridgeURL.getParameterMap() according to the specified
name. |
void |
setParameter(java.lang.String name,
java.lang.String value)
|
void |
setParameter(java.lang.String name,
java.lang.String[] value)
|
java.lang.String |
toString()
Returns a string-based representation of the URL.
|
public abstract BridgeURL getWrapped()
public java.lang.String getParameter(java.lang.String name)
BridgeURLBridgeURL.getParameterMap() with the specified
name.getParameter in interface BridgeURLpublic java.util.Map<java.lang.String,java.lang.String[]> getParameterMap()
BridgeURLMap representing the URL parameters.getParameterMap in interface BridgeURLpublic java.lang.String getViewId()
BridgeURLpublic java.lang.String removeParameter(java.lang.String name)
BridgeURLBridgeURL.getParameterMap() according to the specified
name.removeParameter in interface BridgeURLBridgeURL.getParameterMap() with the specified
name.public void setParameter(java.lang.String name,
java.lang.String value)
BridgeURLsetParameter in interface BridgeURLpublic void setParameter(java.lang.String name,
java.lang.String[] value)
BridgeURLsetParameter in interface BridgeURLCopyright © 2020 Liferay, Inc. All Rights Reserved.