You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2012/05/25 16:30:23 UTC

[jira] [Commented] (MYFACES-3551) [perf] pps: Implement PartialStateHolder in SetPropertyListener, LazyValueChangeListener and LazyActionListener

    [ https://issues.apache.org/jira/browse/MYFACES-3551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283473#comment-13283473 ] 

Leonardo Uribe commented on MYFACES-3551:
-----------------------------------------

I checked it and it is not necessary. Right now, those tags does not generate any state because _DeltaList considers all Serializable or no StateHolder listener, inmutables, so they are not considered when calculating delta state. 
                
> [perf] pps: Implement PartialStateHolder in SetPropertyListener, LazyValueChangeListener and LazyActionListener
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-3551
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3551
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: General
>    Affects Versions: 2.0.13, 2.1.7
>            Reporter: Martin Kočí
>            Assignee: Martin Kočí
>            Priority: Minor
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira