org.jboss.seam.solder.el
Class DummyVariableMapper

java.lang.Object
  extended by javax.el.VariableMapper
      extended by org.jboss.seam.solder.el.DummyVariableMapper

@DefaultBean(value=javax.el.VariableMapper.class)
public class DummyVariableMapper
extends javax.el.VariableMapper

A dummy variable mapper that is installed by default. It is not capable of mapping any variables.

Other Seam modules (such as the Faces Module) may install a bean that overrides this and provides variable mapping.

Author:
Stuart Douglas, Pete Muir

Constructor Summary
DummyVariableMapper()
           
 
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

DummyVariableMapper

public DummyVariableMapper()
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 Seam Framework. All Rights Reserved.