Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
2.0.13, 2.1.7
-
None
-
None
Description
org.apache.myfaces.view.facelets.tag.jsf.core.SetPropertyActionListenerHandler$SetPropertyListener
org.apache.myfaces.view.facelets.tag.jsf.core.ValueChangeListenerHandler$LazyValueChangeListener
org.apache.myfaces.view.facelets.tag.jsf.core.ActionListenerHandler$LazyActionListener
are not PartialStateHolder and therefore they create instances during PPS in _DeltaList.saveState
all three can be effectively recreated during VDL.buildView and have no delta because they are immutable.
Attachments
Issue Links
- relates to
-
MYFACES-3556 [perf] call markInitialState() inside vdl.retargetAttachedObjects() and vdl.retargetMethodExpressions()
- Closed