Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
bridge-impl-2.0.0, bridge-impl-3.0.0, bridge-impl-4.0.0
-
None
Description
Since the ExceptionHandlerAjaxImpl.java is not necessarily related to Ajax, this task involves renaming the class to ExceptionHandlerBridgeImpl.java. In addition, the bridge's ExceptionHandlerFactoryImpl.java class will be renamed to ExceptionHandlerFactoryBridgeImpl.java and will be refactored to not call through to facesContext.getPartialViewContext().isAjaxRequest(). This will have the benefit of the request parameter map not being accessed too early in the bridge lifecycle.