org.apache.tiles.mvel
Class ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver

Package class diagram package ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
java.lang.Object
  extended by org.apache.tiles.mvel.ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
All Implemented Interfaces:
Serializable, org.mvel2.integration.VariableResolver
Enclosing class:
ReadOnlyVariableResolverFactory

public abstract static class ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver
extends Object
implements org.mvel2.integration.VariableResolver

Base variable resolver.

Since:
3.0.0
Version:
$Rev: 1049688 $ $Date: 2010-12-15 15:15:41 -0500 (Wed, 15 Dec 2010) $
See Also:
Serialized Form

Field Summary
protected  String name
          The name of the property.
 
Constructor Summary
ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver(String name)
          Constructor.
 
Method Summary
 int getFlags()
          
 String getName()
          
 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
 
Methods inherited from interface org.mvel2.integration.VariableResolver
getType, getValue
 

Field Detail

name

protected String name
The name of the property.

Constructor Detail

ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver

public ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver(String name)
Constructor.

Parameters:
name - The name of the property.
Since:
2.2.0
Method Detail

getFlags

public int getFlags()

Specified by:
getFlags in interface org.mvel2.integration.VariableResolver

getName

public String getName()

Specified by:
getName in interface org.mvel2.integration.VariableResolver

setStaticType

public void setStaticType(Class type)

Specified by:
setStaticType in interface org.mvel2.integration.VariableResolver

setValue

public void setValue(Object value)

Specified by:
setValue in interface org.mvel2.integration.VariableResolver


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.