Class ScopeContext

java.lang.Object
jakarta.faces.event.ScopeContext

public class ScopeContext extends Object
A context for scope data
Since:
2.0
  • Constructor Details

  • Method Details

    • getScopeName

      public String getScopeName()
      Returns:
      the scope name stored in the context
    • getScope

      public Map<String,Object> getScope()
      Returns:
      the scope data