|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.BridgeURLWrapper
public abstract class BridgeURLWrapper
| Constructor Summary | |
|---|---|
BridgeURLWrapper()
|
|
| Method Summary | |
|---|---|
String |
getParameter(String name)
Returns the first value of the underlying BridgeURL.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. |
abstract BridgeURL |
getWrapped()
|
String |
removeParameter(String name)
Removes the entry of the underlying BridgeURL.getParameterMap() according to the specified
name. |
void |
setParameter(String name,
String value)
Sets the value of the underlying BridgeURL.getParameterMap() according to the specified
name. |
void |
setParameter(String name,
String[] value)
Sets the value of the underlying BridgeURL.getParameterMap() according to the specified
name. |
String |
toString()
Returns a string-based representation of the URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BridgeURLWrapper()
| Method Detail |
|---|
public abstract BridgeURL getWrapped()
public String getParameter(String name)
BridgeURLBridgeURL.getParameterMap() with the specified
name.
getParameter in interface BridgeURLpublic Map<String,String[]> getParameterMap()
BridgeURLMap representing the URL parameters.
getParameterMap in interface BridgeURLpublic String getViewId()
BridgeURL
getViewId in interface BridgeURLnull.public String removeParameter(String name)
BridgeURLBridgeURL.getParameterMap() according to the specified
name.
removeParameter in interface BridgeURLBridgeURL.getParameterMap() with the specified
name.
public void setParameter(String name,
String value)
BridgeURLvalue of the underlying BridgeURL.getParameterMap() according to the specified
name.
setParameter in interface BridgeURL
public void setParameter(String name,
String[] value)
BridgeURLvalue of the underlying BridgeURL.getParameterMap() according to the specified
name.
setParameter in interface BridgeURLpublic String toString()
BridgeURL
toString in interface BridgeURLtoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||