Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.0-alpha
-
None
-
trinidad 2.0 branch, JSF 2.0 Mojarra
Description
- org.apache.myfaces.trinidadinternal.application.StateManagerImpl -
make getWrapped public
- org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl - make
getWrapped public
- make NavigationHandlerImpl child of
javax.faces.application.ConfigurableNavigationHandler
- use javax.faces.context.ExternalContextWrapper instead of
ExternalContextDecorator
and make changes:
- SessionSerializationChecker - add method getWrapped
- XmlHttpPortletExternalContext -add method getWrapped
- OverrideDispatch - add method getWrapped
- ClearRequestExternalContext - add method getWrapped
- Use Facelets API from javax.faces instead of com.sun