org.jboss.seam.render.template
Class ELVariableResolver

java.lang.Object
  extended by org.jboss.seam.render.template.ELVariableResolver
All Implemented Interfaces:
Serializable, org.mvel2.integration.VariableResolver

public class ELVariableResolver
extends Object
implements org.mvel2.integration.VariableResolver

Author:
Lincoln Baxter, III
See Also:
Serialized Form

Constructor Summary
ELVariableResolver(org.jboss.solder.el.Expressions expressions, String name)
           
ELVariableResolver(org.jboss.solder.el.Expressions expressions, String name, Class<?> type)
           
 
Method Summary
 int getFlags()
           
 String getName()
           
 Class<?> getType()
           
 Object getValue()
           
 void setStaticType(Class type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELVariableResolver

public ELVariableResolver(org.jboss.solder.el.Expressions expressions,
                          String name,
                          Class<?> type)

ELVariableResolver

public ELVariableResolver(org.jboss.solder.el.Expressions expressions,
                          String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface org.mvel2.integration.VariableResolver

getType

public Class<?> getType()
Specified by:
getType in interface org.mvel2.integration.VariableResolver

setStaticType

public void setStaticType(Class type)
Specified by:
setStaticType in interface org.mvel2.integration.VariableResolver

getFlags

public int getFlags()
Specified by:
getFlags in interface org.mvel2.integration.VariableResolver

getValue

public Object getValue()
Specified by:
getValue in interface org.mvel2.integration.VariableResolver

setValue

public void setValue(Object value)
Specified by:
setValue in interface org.mvel2.integration.VariableResolver


Copyright © 2011 Seam Framework. All Rights Reserved.