Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[faces-dev] Remove deprecated methods from jakarta.faces.application.StateManager

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



Back to the top