-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: bridge-api-2.0.0, bridge-api-3.0.0, bridge-api-4.0.0
-
Component/s: Liferay Faces Bridge API
-
Labels:None
The com.liferay.faces.bridge.context.BridgeContext class has methods with the following signatures:
public abstract BridgeURL getRenderRedirectURL(); public abstract void setRenderRedirectURL(BridgeURL renderRedirectURL);
In order to simplify the API and the amount of code required to implement the API, the names/signatures of these methods will be changed to:
public abstract String getRenderRedirectViewId(); public abstract void setRenderRedirectViewId(String viewId);