com.greenpineyu.fel.context
类 AbstractContext
java.lang.Object
com.greenpineyu.fel.context.AbstractContext
- 所有已实现的接口:
- FelContext
public abstract class AbstractContext
- extends Object
- implements FelContext
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.