-
Type:
Sub-Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
This task involves removing the following methods from the com.liferay.faces.bridge.container.PortletContainer interface:
public PortletURL createActionURL(String fromURL) throws MalformedURLException; public ResourceURL createPartialActionURL(String fromURL) throws MalformedURLException; public PortletURL createRedirectURL(String fromURL, Map<String, List<String>> parameters) throws MalformedURLException; public PortletURL createRenderURL(String fromURL) throws MalformedURLException; public ResourceURL createResourceURL(String fromURL) throws MalformedURLException;
The implementation of these public methods will be refactored to protected methods and moved to com.liferay.faces.bridge.context.url.internal.BridgeURLBase which is a more appropriate place for the functionality.
- is related to
-
FACES-2171 Clarify the contract of BridgeURL by moving URI functionality to the new BridgeURI class
-
- Closed
-
-
FACES-2172 Simplify the class hierarchy of bridge URLs by removing marker interfaces
-
- Closed
-