public class MockVariableResolver
extends javax.faces.el.VariableResolver
Mock implementation of VariableResolver
.
This implementation recognizes the standard scope names
applicationScope
, facesContext
,
RequestScope
, and
sessionScope
, plus it knows how to search in ascending
scopes for non-reserved names.
Constructor and Description |
---|
MockVariableResolver()
Construct a default instance.
|
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.