-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
The following method is currently implemented in com.liferay.faces.bridge.context.BridgeContext but should be moved to javax.faces.context.ExternalContext since it is not dependent on the BridgeContext implementation.
public abstract void dispatch(String path) throws IOException;