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 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
 ValueExpression resolveVariable(String variable)
           
 ValueExpression setVariable(String variable, 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 ValueExpression resolveVariable(String variable)
Specified by:
resolveVariable in class VariableMapper

setVariable

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


Copyright © 2008-2011 Seam Framework. All Rights Reserved.