-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
The com.liferay.faces.bridge.context.url.BridgeURL interface currently provides two types of methods:
1. Methods that operate on the underlying javax.portlet.PortletURL
and
2. Methods that operate on the underlying String java.net.URI
In order to keep a clean separation of responsibilities, the URI-related methods like BridgeURI.isAbsolute(), BridgeURI.isOpaque(), etc. will be move to a new com.liferay.faces.bridge.url.BridgeURI interface with associated BridgeURIWrapper and BridgeURIFactory abstract classes.
- relates
-
FACES-2165 Remove PortletContainer.create*URL(String) methods
-
- Closed
-