org.richfaces.cdk.faces
Class VariableMapperImpl

java.lang.Object
  extended by javax.el.VariableMapper
      extended by org.richfaces.cdk.faces.VariableMapperImpl

public class VariableMapperImpl
extends javax.el.VariableMapper

Author:
Nick Belaevski

Constructor Summary
VariableMapperImpl()
           
 
Method Summary
 javax.el.ValueExpression resolveVariable(String variable)
           
 javax.el.ValueExpression setVariable(String variable, javax.el.ValueExpression expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableMapperImpl

public VariableMapperImpl()
Method Detail

resolveVariable

public javax.el.ValueExpression resolveVariable(String variable)
Specified by:
resolveVariable in class javax.el.VariableMapper

setVariable

public javax.el.ValueExpression setVariable(String variable,
                                            javax.el.ValueExpression expression)
Specified by:
setVariable in class javax.el.VariableMapper


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.