|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.faces.bridge.context.url.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. |
abstract BridgeURL |
getWrapped()
|
boolean |
isFacesViewTarget()
Determines whether or not the URL targets a Faces View. |
boolean |
isSecure()
Flag indicating whether or not the URL is secure. |
boolean |
isSelfReferencing()
Determines whether or not the URL is self-referencing, meaning, it targets the current Faces view. |
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. |
void |
setSecure(boolean secure)
Sets the flag indicating whether or not the URL is secure. |
void |
setSelfReferencing(boolean selfReferencing)
Sets the flag indicating whether or not the URL is self-referencing, meaning, whether or not it targets the current Faces view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.faces.bridge.context.url.BridgeURL |
|---|
getParameterMap, toString |
| Constructor Detail |
|---|
public BridgeURLWrapper()
| Method Detail |
|---|
public boolean isSecure()
BridgeURLBaseURL.setSecure(boolean).
isSecure in interface BridgeURLtrue if the URL is secure, otherwise false.public boolean isSelfReferencing()
BridgeURL
isSelfReferencing in interface BridgeURLtrue if self-referencing, otherwise false.public String getParameter(String name)
BridgeURLBridgeURL.getParameterMap() with the specified
name.
getParameter in interface BridgeURL
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 void setSecure(boolean secure)
BridgeURL
setSecure in interface BridgeURLsecure - true if secure, otherwise false.public void setSelfReferencing(boolean selfReferencing)
BridgeURL
setSelfReferencing in interface BridgeURLselfReferencing - true if self-referencing, otherwise false.public boolean isFacesViewTarget()
BridgeURL
isFacesViewTarget in interface BridgeURLtrue if the URL targets a Faces View, otherwise falsepublic abstract BridgeURL getWrapped()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||