com.greenpineyu.fel.context
类 AbstractContext

java.lang.Object
  继承者 com.greenpineyu.fel.context.AbstractContext
所有已实现的接口:
FelContext

public abstract class AbstractContext
extends Object
implements FelContext


字段摘要
 
从接口 com.greenpineyu.fel.context.FelContext 继承的字段
NULL
 
构造方法摘要
AbstractContext()
           
 
方法摘要
 Var getVar(String name)
           
static Class<?> getVarType(Class<? extends Object> type)
           
static Class<?> getVarType(Object varValue)
           
static Class<?> getVarType(String varName, FelContext ctx)
           
 void set(String name, Object value)
          设置变量
 void setVar(Var var)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 com.greenpineyu.fel.context.FelContext 继承的方法
get
 

构造方法详细信息

AbstractContext

public AbstractContext()
方法详细信息

setVar

public void setVar(Var var)
指定者:
接口 FelContext 中的 setVar

set

public void set(String name,
                Object value)
从接口 FelContext 复制的描述
设置变量

指定者:
接口 FelContext 中的 set
参数:
name - 变量名称
value - 变量值

getVar

public Var getVar(String name)
指定者:
接口 FelContext 中的 getVar

getVarType

public static Class<?> getVarType(String varName,
                                  FelContext ctx)

getVarType

public static Class<?> getVarType(Object varValue)

getVarType

public static Class<?> getVarType(Class<? extends Object> type)


Copyright © 2013. All Rights Reserved.