public interface BridgeURL
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String name)
Returns the first value of the underlying
getParameterMap() with the specified
name. |
Map<String,String[]> |
getParameterMap()
Returns a mutable
Map representing the URL parameters. |
String |
getViewId()
If the URL targets a Faces view, then returns the viewId.
|
String |
removeParameter(String name)
Removes the entry of the underlying
getParameterMap() according to the specified
name. |
void |
setParameter(String name,
String value)
|
void |
setParameter(String name,
String[] value)
|
String |
toString()
Returns a string-based representation of the URL.
|
String getParameter(String name)
getParameterMap() with the specified
name.Map<String,String[]> getParameterMap()
Map representing the URL parameters.String getViewId()
null.String removeParameter(String name)
getParameterMap() according to the specified
name.getParameterMap() with the specified
name.Copyright © 2016 Liferay, Inc. All rights reserved.