|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.el.VariableResolver
ELResolver
when operating with a null
base
argument.
public abstract class VariableResolver
VariableResolver represents a pluggable mechanism for resolving a top-level variable reference at evaluation time.
Constructor Summary | |
---|---|
VariableResolver()
Deprecated. |
Method Summary | |
---|---|
abstract Object |
resolveVariable(FacesContext context,
String name)
Deprecated. Resolve the specified variable name, and return the corresponding object, if any; otherwise, return null . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VariableResolver()
Method Detail |
---|
public abstract Object resolveVariable(FacesContext context, String name) throws EvaluationException
Resolve the specified variable name, and return the corresponding
object, if any; otherwise, return null
.
context
- FacesContext
against which to resolve
this variable namename
- Name of the variable to be resolved
EvaluationException
- if an exception is thrown while resolving
the variable name (the thrown exception must be included as the
cause
property of this exception)
NullPointerException
- if context
or name
is null
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.