|
||||||||||
| 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
com.liferay.faces.bridge.context.url.BridgeResourceURLWrapper
public abstract class BridgeResourceURLWrapper
| Constructor Summary | |
|---|---|
BridgeResourceURLWrapper()
|
|
| Method Summary | |
|---|---|
abstract BridgeResourceURL |
getWrapped()
|
boolean |
isEncodedFaces2ResourceURL()
Flag indicating whether or not the URL has already been encoded as a JSF2 resource URL. |
boolean |
isFaces2ResourceURL()
Flag indicating whether or not the URL is a JSF2 resource URL. |
void |
replaceBackLinkParameter(javax.faces.context.FacesContext facesContext)
Replaces the value of the "javax.portlet.BackLink" parameter with an encoded action URL that represents a link to the current Faces viewId. |
void |
setInProtocol(boolean inProtocol)
Sets a flag indicating whether or not the URL must satisfy "in-protocol" resource serving. |
void |
setViewLink(boolean viewLink)
Sets a flag indicating whether or not the URL is a view-link to a Faces view, which is a type of navigation. |
| Methods inherited from class com.liferay.faces.bridge.context.url.BridgeURLWrapper |
|---|
getContextRelativePath, getParameter, getParameterMap, getParameterNames, getPortletPhase, isAbsolute, isEscaped, isExternal, isFacesViewTarget, isHierarchical, isOpaque, isPathRelative, isPortletScheme, isSecure, isSelfReferencing, removeParameter, setParameter, setParameter, setSecure, setSelfReferencing |
| 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 |
|---|
getContextRelativePath, getParameter, getParameterMap, getParameterNames, getPortletPhase, isAbsolute, isEscaped, isExternal, isFacesViewTarget, isHierarchical, isOpaque, isPathRelative, isPortletScheme, isSecure, isSelfReferencing, removeParameter, setParameter, setParameter, setSecure, setSelfReferencing, toString |
| Constructor Detail |
|---|
public BridgeResourceURLWrapper()
| Method Detail |
|---|
public void replaceBackLinkParameter(javax.faces.context.FacesContext facesContext)
BridgeResourceURL
replaceBackLinkParameter in interface BridgeResourceURLfacesContext - The current FacesContext instance.public void setInProtocol(boolean inProtocol)
BridgeResourceURL
setInProtocol in interface BridgeResourceURLinProtocol - true if the URL must satisfy "in-protocol" resource serving, otherwise
false.public boolean isEncodedFaces2ResourceURL()
BridgeResourceURL
isEncodedFaces2ResourceURL in interface BridgeResourceURLpublic boolean isFaces2ResourceURL()
BridgeResourceURL
isFaces2ResourceURL in interface BridgeResourceURLpublic void setViewLink(boolean viewLink)
BridgeResourceURLBridge.VIEW_LINK.
setViewLink in interface BridgeResourceURLpublic abstract BridgeResourceURL getWrapped()
getWrapped in interface javax.faces.FacesWrapper<BridgeResourceURL>getWrapped in class BridgeURLWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||