|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.el.VariableResolver org.apache.shale.spring.WebApplicationContextVariableResolver
public class WebApplicationContextVariableResolver
Extended VariableResolver
that exposes the Spring
WebApplicationContext
instance under a variable named
with the specified manifest constant.
Constructor Summary | |
---|---|
WebApplicationContextVariableResolver(javax.faces.el.VariableResolver original)
Construct a new WebApplicationContextVariableResolver
instance. |
Method Summary | |
---|---|
Object |
resolveVariable(javax.faces.context.FacesContext context,
String name)
Resolve variable names known to this resolver; otherwise, delegate to the original resolver passed to our constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebApplicationContextVariableResolver(javax.faces.el.VariableResolver original)
Construct a new WebApplicationContextVariableResolver
instance.
original
- Original resolver to delegate to.Method Detail |
---|
public Object resolveVariable(javax.faces.context.FacesContext context, String name) throws javax.faces.el.EvaluationException
Resolve variable names known to this resolver; otherwise, delegate to the original resolver passed to our constructor.
resolveVariable
in class javax.faces.el.VariableResolver
context
- FacesContext for the current requestname
- Variable name to be resolved
javax.faces.el.EvaluationException
- if an evaluation error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |