Class ViewScope

  • All Implemented Interfaces:
    Scope

    public class ViewScope
    extends java.lang.Object
    implements Scope
    Implementation of view scope. This class exposes the JSF view map as spring Scope.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DESTRUCTION_CALLBACK_NAME_PREFIX
      Constant identifying the String prefixed to the name of a destruction callback when it is stored in a view map.
      static java.lang.String SCOPE_VIEW
      Scope identifier for view scope: "view".
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewScope()