[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [faces-dev] Remove deprecated methods from jakarta.faces.application.StateManager | 
  
  
    Hi, 
    
    
    
    I agree with this idea, btw the
      SerializedView should die too => then nearly all methods in
      StateManager will be affected.
    I'm curious if someone used that in
      last years.
    
    
    
    Have a nice day,
    David Matějček.
    
    
    
    
    
    On 01. 09. 21 14:15, arjan tijms wrote:
    
    
      
      Hi,
        
        
        We discussed removing all or most deprecated things from
          Faces before. One particular class we did not explicitly
          discuss is jakarta.faces.application.StateManager
        
        
        For instance:
        
        
        
             * @deprecated
            this has been replaced by {@link #saveView}.
            The default implementation calls <code>saveView</code> and
               *
            inspects the return. If the return is an <code>Object []</code>, it
            casts the result to an <code>Object
            []</code>
               *
            wrapping the first and second elements in an instance of {@link SerializedView},
            which it then returns. Otherwise, it
               * returns
            <code>null</code>
               *
               */
              @Deprecated
              public SerializedView saveSerializedView(FacesContext context) {
         
        
        
        If nobody objects I like to remove these as well.
        
        
        Thoughts?
        
        
        Kind regards,
        Arjan Tijms
        
        
        
        
      
      
      _______________________________________________
faces-dev mailing list
faces-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/faces-dev