A B C D E F G H I J K L M N O P R S T U V W X _ 

G

g() - 类 中的方法org.xmeta.ActionContext
获取全局变量的缩写。
GeneratedObjectEntry - org.xmeta.cache中的类
构造出来的对象缓存实体,对象是通过已有的事物通过给定的方法创建出来的。
GeneratedObjectEntry(Thing, String) - 类 的构造器org.xmeta.cache.GeneratedObjectEntry
构造函数。
get(Object) - 类 中的方法org.xmeta.ActionContext
 
get(Object, String) - 类 中的方法org.xmeta.ActionContext
 
get(String) - 类 中的静态方法org.xmeta.cache.ThingCache
获取缓存。
get(String) - 类 中的方法org.xmeta.Thing
通过路径获得事物的属性或者子事物,可返回属性值、子事物或者子事物列表。
get(String) - 类 中的方法org.xmeta.util.Resources
 
get(String) - 类 中的静态方法org.xmeta.util.ThingRegistor
返回指定key的路径的对应事物。
get(String) - 类 中的方法org.xmeta.util.UtilResource
 
get(String) - 类 中的方法org.xmeta.World
通过路径来获得事物,可能会返回项目、事物管理者、目录、事物或者事物的列表。
get(String, String) - 类 中的方法org.xmeta.util.Resources
 
get(String, String, String) - 类 中的方法org.xmeta.util.UtilResource
 
get(String, ActionContext) - 类 中的方法org.xmeta.ui.session.DefaultSessionManager
 
get(String, ActionContext) - 类 中的方法org.xmeta.ui.session.SessionManager
获取一个指定的会话,其中name可以为null,如果Session不存在那么创建一个。。
get(Path) - 类 中的方法org.xmeta.Thing
 
get(Thing, String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
 
getAction() - 类 中的方法org.xmeta.ActionContext
 
getAction() - 类 中的方法org.xmeta.cache.ActionEntry
 
getAction() - 类 中的方法org.xmeta.Thing
 
getAction(String) - 类 中的方法org.xmeta.World
通过动作事物的路径获得动作。
getAction(Thing) - 类 中的方法org.xmeta.World
通过事物获得一个动作。
getActionClass(String, ActionContext) - 类 中的方法org.xmeta.World
返回动作类,通常是动作事物对应的类,有些动作可能没有对应类。
getActionClass(ActionContext) - 类 中的方法org.xmeta.Action
返回动作的类,如果存在。
getActionClass(Thing, ActionContext) - 类 中的方法org.xmeta.World
返回动作类,通常是动作事物对应的类,有些动作可能没有对应类。
getActionCodeFilePath(Thing, String) - 类 中的静态方法org.xmeta.util.UtilAction
获取一个动作的代码文件名。
getActionContext() - 类 中的方法org.xmeta.util.ActionContainer
 
getActionListener() - 类 中的方法org.xmeta.World
 
getActions() - 类 中的方法org.xmeta.ActionContext
返回动作调用列表,最开始的是堆栈的底部,最后的是堆栈的顶部。
getActionsThings() - 类 中的方法org.xmeta.Thing
 
getActionThing(String) - 类 中的方法org.xmeta.Thing
获得指定动作的事物定义。
getActionThing(String) - 类 中的方法org.xmeta.util.ActionContainer
 
getActionThings() - 类 中的方法org.xmeta.Thing
返回本事物的所有的动作定义,包括自身定义的、描述者定义的和继承定义的。
getActionThings() - 类 中的方法org.xmeta.util.ActionContainer
 
getAlClassPathDirs() - 类 中的方法org.xmeta.util.ThingClassLoader
返回所有以目录为主的类库路径。
getAllAttributesDescriptors() - 类 中的方法org.xmeta.Thing
取本事物的所有描述者所定义属性描述列表。
getAllChilds() - 类 中的方法org.xmeta.Thing
获得所有的直接第一级子事物,包括继承的事物的子事物。
getAllChilds(String) - 类 中的方法org.xmeta.Thing
根据描述者的名称来获取所有符合的子事物,包括继承的子事物。
getAllChildsDescriptors() - 类 中的方法org.xmeta.Thing
获取子事物的描述者列表,返回本事物的所有描述者所定义的子事物的描述列表。
getAllDescriptors() - 类 中的方法org.xmeta.Thing
返回本事物所有的描述者列表,包括描述者继承的事物。
getAllDescriptorsAndExtends(Thing) - 类 中的静态方法org.xmeta.util.ThingUtil
 
getAllExtends() - 类 中的方法org.xmeta.Thing
返回事物的所有继承事物列表,包括继承的继承...。
getAllJarsByName() - 类 中的方法org.xmeta.util.ThingClassLoader
返回所有的Jar名称列表。
getAllThingIndexs(List<Index>, Index) - 类 中的静态方法org.xmeta.util.RefactorUtil
 
getAttribute(String) - 类 中的方法org.xmeta.Thing
获得属性值。
getAttribute(String) - 类 中的方法org.xmeta.ui.session.DefaultSession
 
getAttribute(String) - 接口 中的方法org.xmeta.ui.session.Session
 
getAttributeDescriptor(String) - 类 中的方法org.xmeta.Thing
根据指定的属性名称获取该属性的描述者。
getAttributeName() - 类 中的方法org.xmeta.Path
 
getAttributes() - 类 中的方法org.xmeta.Thing
获得属性集合。
getAttributesDescriptors() - 类 中的方法org.xmeta.Thing
根获取事物属性描述列表,只返回第一个描述者的属性描述列表。
getBigDecimal(Object, BigDecimal) - 类 中的静态方法org.xmeta.util.UtilData
 
getBigDecimal(String) - 类 中的方法org.xmeta.ActionContext
 
getBigDecimal(String) - 类 中的方法org.xmeta.Thing
 
getBigDecimal(String, BigDecimal) - 类 中的方法org.xmeta.Thing
 
getBigDecimal(String, BigDecimal, ActionContext) - 类 中的方法org.xmeta.Thing
 
getBigInteger(Object, BigInteger) - 类 中的静态方法org.xmeta.util.UtilData
 
getBigInteger(String) - 类 中的方法org.xmeta.ActionContext
 
getBigInteger(String) - 类 中的方法org.xmeta.Thing
 
getBigInteger(String, BigInteger) - 类 中的方法org.xmeta.Thing
 
getBigInteger(String, BigInteger, ActionContext) - 类 中的方法org.xmeta.Thing
 
getBindings() - 异常错误 中的方法org.xmeta.ActionException
如果构造ActionExeption时传入了ActionContext,那么可以获取它的所有Bindings此时返回的列表不为空,其他则为空。
getBoolean(Object, boolean) - 类 中的静态方法org.xmeta.util.UtilData
 
getBoolean(String) - 类 中的方法org.xmeta.ActionContext
 
getBoolean(String) - 类 中的方法org.xmeta.Thing
 
getBoolean(String, boolean) - 类 中的方法org.xmeta.Thing
 
getBoolean(String, boolean, ActionContext) - 类 中的方法org.xmeta.Thing
 
getByte(Object, byte) - 类 中的静态方法org.xmeta.util.UtilData
 
getByte(String) - 类 中的方法org.xmeta.ActionContext
 
getByte(String) - 类 中的方法org.xmeta.Thing
 
getByte(String, byte) - 类 中的方法org.xmeta.Thing
 
getByte(String, byte, ActionContext) - 类 中的方法org.xmeta.Thing
 
getByteBuffers() - 类 中的方法org.xmeta.util.ResizeableByteBuffer
获取所有的字节缓存。
getBytes(Object, byte[]) - 类 中的静态方法org.xmeta.util.UtilData
 
getBytes(String) - 类 中的方法org.xmeta.ActionContext
 
getBytes(String) - 类 中的方法org.xmeta.Thing
 
getBytes(String, byte[]) - 类 中的方法org.xmeta.Thing
 
getBytes(String, byte[], ActionContext) - 类 中的方法org.xmeta.Thing
 
getCachedData(String) - 类 中的方法org.xmeta.Thing
获取缓存的数据。
getCachedExpression(Thing, String) - 类 中的静态方法org.xmeta.util.OgnlUtil
 
getCallable(ActionContext) - 类 中的方法org.xmeta.Thing
把当前事物转化为一个Callable。
getCallable(ActionContext, Map<String, Object>) - 类 中的方法org.xmeta.Thing
把当前事物转化为一个Callable。
getCaller() - 类 中的方法org.xmeta.Bindings
 
getCallerMethod() - 类 中的方法org.xmeta.Bindings
 
getCategory() - 类 中的方法org.xmeta.CategoryCache
 
getCategory() - 类 中的方法org.xmeta.ThingMetadata
返回当前事物所在的目录。
getCategory(String) - 接口 中的方法org.xmeta.Category
通过名称返回指定的下级目录。
getCategory(String) - 接口 中的方法org.xmeta.ThingManager
通过指定的目录名称获取目录。
getCategory(String) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getCategory(String) - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getCategory(String) - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getCategory(String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getCategory(String) - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getCategory(String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getCategory(String, boolean) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getCategorys() - 接口 中的方法org.xmeta.Category
获取下一级的目录的列表。
getCategorys() - 接口 中的方法org.xmeta.ThingManager
返回事物管理者定义的根目录列表。
getCategorys() - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getCategorys() - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getCategorys() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getCategorys() - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getCategorys() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getCategorys() - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getCause(Throwable) - 类 中的静态方法org.xmeta.util.ExceptionUtil
 
getChar(Object, char) - 类 中的静态方法org.xmeta.util.UtilData
 
getChar(String) - 类 中的方法org.xmeta.Thing
 
getChar(String, char) - 类 中的方法org.xmeta.Thing
 
getChar(String, char, ActionContext) - 类 中的方法org.xmeta.Thing
 
getChildAt(int) - 类 中的方法org.xmeta.Thing
返回指定索引位置的子节点,如果超出范围返回null。
getChildBy(Thing, int) - 类 中的方法org.xmeta.Thing
获取参考子节点的相对位置的子节点,首先找到参考子节点的位置索引,然后和目标index相加获得最终的索引位置。
getChildPath() - 类 中的方法org.xmeta.Path
 
getChilds() - 类 中的方法org.xmeta.index.CategoryIndex
 
getChilds() - 类 中的方法org.xmeta.Index
取子索引列表。
getChilds() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getChilds() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getChilds() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getChilds() - 类 中的方法org.xmeta.index.WorldIndex
 
getChilds() - 类 中的方法org.xmeta.Thing
返回本事物的直接子事物,不包含继承的子事物。
getChilds(String) - 类 中的方法org.xmeta.Thing
根据描述者的名称来获取所有符合的子事物,不包括继承的子事物。
getChildsDescriptors() - 类 中的方法org.xmeta.Thing
获取子事物的描述者列表,只返回第一个描述者所定义的子事物的描述列表。
getChildsIterator() - 类 中的方法org.xmeta.Thing
返回遍历所有的子节点遍历器。
getClassByName(String) - 类 中的静态方法org.xmeta.util.UtilClass
 
getClassCompileTime(String) - 类 中的静态方法org.xmeta.Action
 
getClasses() - 类 中的方法org.xmeta.Thing
 
getClassLoader() - 类 中的方法org.xmeta.Action
 
getClassLoader() - 接口 中的方法org.xmeta.ThingManager
返回事物管理器的类装载器。
getClassLoader() - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getClassLoader() - 类 中的方法org.xmeta.thingManagers.FileThingManager
 
getClassLoader() - 类 中的方法org.xmeta.thingManagers.JarThingManager
 
getClassLoader() - 类 中的方法org.xmeta.thingManagers.JdbcThingManager
 
getClassLoader() - 类 中的方法org.xmeta.thingManagers.RedisThingManager
 
getClassLoader() - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getClassLoader() - 类 中的方法org.xmeta.World
 
getClassName(String) - 类 中的静态方法org.xmeta.Action
返回正确的包名,因在X-Meta包名和类名没有约束,但java的包名和类名不能是关键字,所以修改,在关键字前加t。
getClassPath() - 接口 中的方法org.xmeta.ThingManager
获取事物管理器所依赖的类库的路径。
getClassPath() - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getClassPath() - 类 中的方法org.xmeta.thingManagers.FileThingManager
 
getClassPath() - 类 中的方法org.xmeta.thingManagers.JarThingManager
 
getClassPath() - 类 中的方法org.xmeta.thingManagers.JdbcThingManager
 
getClassPath() - 类 中的方法org.xmeta.thingManagers.RedisThingManager
 
getClassPath() - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getClassPath() - 类 中的方法org.xmeta.util.ThingClassLoader
 
getClassPathFormClassLoader(URLClassLoader, String, Map<String, String>) - 类 中的静态方法org.xmeta.util.ThingClassLoader
 
getClassTargetDirectory() - 类 中的方法org.xmeta.Action
 
getClassThing() - 类 中的方法org.xmeta.Thing
 
getClassThingConfig() - 类 中的静态方法org.xmeta.util.Startup
 
getCoderFileType() - 类 中的方法org.xmeta.ThingMetadata
 
getCoderType() - 类 中的方法org.xmeta.ThingMetadata
 
getCodeTypes() - 类 中的方法org.xmeta.codes.DmlThingCoder
 
getCodeTypes() - 类 中的方法org.xmeta.codes.DmwThingCoder
 
getCodeTypes() - 类 中的方法org.xmeta.codes.JsonThingCoder
 
getCodeTypes() - 类 中的方法org.xmeta.codes.PropertyThingCoder
 
getCodeTypes() - 类 中的方法org.xmeta.codes.TxtThingCoder
 
getCodeTypes() - 类 中的方法org.xmeta.codes.XerThingCoder
 
getCodeTypes() - 类 中的方法org.xmeta.codes.XmlThingCoder
 
getCodeTypes() - 接口 中的方法org.xmeta.ThingCoder
返回编码器所支持的所有类型。
getCompileClassPath() - 类 中的方法org.xmeta.Action
 
getCompileClassPath() - 类 中的方法org.xmeta.util.ThingClassLoader
 
getConnection() - 类 中的方法org.xmeta.thingManagers.JdbcCategory
 
getConnection() - 类 中的方法org.xmeta.thingManagers.JdbcThingManager
返回数据库连接。
getContexts() - 类 中的方法org.xmeta.Bindings
 
getContextThing() - 类 中的方法org.xmeta.Bindings
 
getData(String) - 类 中的方法org.xmeta.Action
通过键值获取数据。
getData(String) - 类 中的方法org.xmeta.Thing
 
getData(String) - 类 中的方法org.xmeta.World
获取一个用户数据。
getData(String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
 
getData(Thing, String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
通过事物的属性获取数据。
getDatas() - 类 中的方法org.xmeta.Thing
返回保存Data数据的Map,有可能返回null,如果没有初始化(放过数据)。
getDate(Object, Date) - 类 中的静态方法org.xmeta.util.UtilData
 
getDate(Object, Date, String) - 类 中的静态方法org.xmeta.util.UtilData
 
getDate(String) - 类 中的方法org.xmeta.ActionContext
 
getDate(String) - 类 中的方法org.xmeta.Thing
 
getDate(String) - 类 中的静态方法org.xmeta.util.UtilDate
 
getDate(String, String) - 类 中的静态方法org.xmeta.util.UtilDate
 
getDate(String, Date) - 类 中的方法org.xmeta.Thing
 
getDate(String, Date, ActionContext) - 类 中的方法org.xmeta.Thing
 
getDate(Date, double) - 类 中的静态方法org.xmeta.util.UtilDate
获取一个时间加一个时间间隔(天)后的时间。
getDate(Date, long) - 类 中的静态方法org.xmeta.util.UtilDate
获取一个时间加一个时间间隔(毫秒)后的时间。
getDateDefault(String) - 类 中的静态方法org.xmeta.util.UtilData
 
getDateString(Date, String) - 类 中的静态方法org.xmeta.util.UtilDate
 
getDebugLog(Thing, ActionContext) - 类 中的静态方法org.xmeta.util.UtilAction
返回是否是打印调试日志。
getDefaultInstance() - 类 中的静态方法org.xmeta.util.UtilResource
 
getDescription() - 类 中的方法org.xmeta.index.CategoryIndex
 
getDescription() - 类 中的方法org.xmeta.Index
取描述。
getDescription() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getDescription() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getDescription() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getDescription() - 类 中的方法org.xmeta.index.WorldIndex
 
getDescription() - 类 中的方法org.xmeta.ThingMetadata
返回事物的一段文本描述,此描述事物可能定义了也可能并未定义。
getDescription(ActionContext) - 类 中的方法org.xmeta.ThingMetadata
 
getDescriptor() - 类 中的方法org.xmeta.Thing
返回事物的主要的描述者。
getDescriptors() - 类 中的方法org.xmeta.Thing
返回本事物定义的的所有描述者的列表。
getDouble(Object, double) - 类 中的静态方法org.xmeta.util.UtilData
 
getDouble(String) - 类 中的方法org.xmeta.ActionContext
 
getDouble(String) - 类 中的方法org.xmeta.Thing
 
getDouble(String, double) - 类 中的方法org.xmeta.Thing
 
getDouble(String, double, ActionContext) - 类 中的方法org.xmeta.Thing
 
getExtends() - 类 中的方法org.xmeta.Thing
返回本事物的继承事物列表。
getFailureThingManangers() - 类 中的方法org.xmeta.World
获取加载和初始化失败的事物管理器名称的列表。
getFileEntry(String) - 类 中的方法org.xmeta.thingManagers.FileMonitor
 
getFileOrInputStream(String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilFile
从路径获取文件或输入流。
getFilePath() - 接口 中的方法org.xmeta.Category
返回文件所在的位置。
getFilePath() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getFilePath() - 类 中的方法org.xmeta.thingManagers.FileCategory
 
getFilePath() - 类 中的方法org.xmeta.thingManagers.FileThingManager
 
getFilePath() - 类 中的方法org.xmeta.thingManagers.JarCategory
 
getFilePath() - 类 中的方法org.xmeta.thingManagers.JdbcCategory
 
getFilePath() - 类 中的方法org.xmeta.thingManagers.RedisCategory
 
getFilePath() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getFilePath(String) - 类 中的静态方法org.xmeta.util.UtilFile
获取文件路径,符合XWorker文件路径规则的。
getFileVersion() - 类 中的方法org.xmeta.ThingMetadata
 
getFloat(Object, float) - 类 中的静态方法org.xmeta.util.UtilData
 
getFloat(String) - 类 中的方法org.xmeta.ActionContext
 
getFloat(String) - 类 中的方法org.xmeta.Thing
 
getFloat(String, float) - 类 中的方法org.xmeta.Thing
 
getFloat(String, float, ActionContext) - 类 中的方法org.xmeta.Thing
 
getGlobalScope() - 类 中的方法org.xmeta.ActionContext
获取全局变量。
getGroovyStringArray(String) - 类 中的静态方法org.xmeta.util.UtilString
解析使用Groovy方式定义的字符串数组,如["cb", "cb"] as String[]。
getGroup() - 类 中的方法org.xmeta.ThingMetadata
 
getHelpPath() - 类 中的方法org.xmeta.Help
 
getHelps() - 类 中的方法org.xmeta.World
 
getHome(String) - 类 中的静态方法org.xmeta.util.Startup
 
getHome(String) - 类 中的方法org.xmeta.World
 
getHomeFormSytsem() - 类 中的静态方法org.xmeta.util.Startup
 
getHomeFormSytsem() - 类 中的方法org.xmeta.World
 
getHomeFromSystem(String) - 类 中的静态方法org.xmeta.util.Startup
 
getHomeFromSystem(String) - 类 中的方法org.xmeta.World
 
getI18nResource() - 类 中的方法org.xmeta.ui.session.AbstractSession
 
getI18nResource() - 接口 中的方法org.xmeta.ui.session.Session
 
getId() - 类 中的方法org.xmeta.ThingMetadata
获得事物的标识,同一级的事物都具有不同的标识。
getIndex() - 类 中的方法org.xmeta.Path
 
getIndexById(String) - 类 中的静态方法org.xmeta.Index
通过标识获取索引。
getIndexId(Index) - 类 中的静态方法org.xmeta.Index
通过Index生成一个ID,使用这个ID可以通过getIndexById方法获取。
getIndexObject() - 类 中的方法org.xmeta.index.CategoryIndex
 
getIndexObject() - 类 中的方法org.xmeta.Index
返回被索引的事物。
getIndexObject() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getIndexObject() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getIndexObject() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getIndexObject() - 类 中的方法org.xmeta.index.WorldIndex
 
getInstance() - 类 中的静态方法org.xmeta.Index
取实例。
getInstance() - 类 中的静态方法org.xmeta.thingManagers.FileMonitor
 
getInstance() - 类 中的静态方法org.xmeta.util.OgnlClassResolver
 
getInstance() - 类 中的静态方法org.xmeta.util.RefactorUtil
在X-Meta的Groovy脚本中,如果使用线程直接访问RefactorUtil的静态方法,会出现类装载器 不一致而导致类型转换错误,故使用此方法在启动线程前获得类。
getInstance() - 类 中的静态方法org.xmeta.World
取得世界的实例。
getInstance(Locale) - 类 中的静态方法org.xmeta.util.UtilResource
 
getInt(Object, int) - 类 中的静态方法org.xmeta.util.UtilData
 
getInt(String) - 类 中的方法org.xmeta.ActionContext
 
getInt(String) - 类 中的方法org.xmeta.Thing
 
getInt(String) - 类 中的静态方法org.xmeta.util.UtilString
 
getInt(String, int) - 类 中的方法org.xmeta.Thing
 
getInt(String, int, ActionContext) - 类 中的方法org.xmeta.Thing
 
getInterval(Date, Date) - 类 中的静态方法org.xmeta.util.UtilDate
取两个时间的时间差。
getIterable(Object) - 类 中的静态方法org.xmeta.util.UtilJava
把指定对象转换成Iterable,如果是数据或Iterable本身的条目也是返回的Iteralbe的条目, null返回一个空List,其他包装成一个Iterable,把对象放到Iterable条目中。
getIterator(Object) - 类 中的静态方法org.xmeta.util.UtilJava
 
getJedis() - 类 中的方法org.xmeta.thingManagers.JdbcCategory
 
getJedis() - 类 中的方法org.xmeta.thingManagers.RedisCategory
 
getJedis() - 类 中的方法org.xmeta.thingManagers.RedisThingManager
返回Jedis示例。
getJVMBit() - 类 中的方法org.xmeta.World
 
getLabel() - 类 中的方法org.xmeta.ActionContext
 
getLabel() - 类 中的方法org.xmeta.index.CategoryIndex
 
getLabel() - 类 中的方法org.xmeta.Index
取标签。
getLabel() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getLabel() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getLabel() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getLabel() - 类 中的方法org.xmeta.index.WorldIndex
 
getLabel() - 类 中的方法org.xmeta.ThingMetadata
标签可理解为事物的名的另一种语言的翻译,比如事物的属性"name",那么标签属性可谓“名称”。
getLabel(Locale) - 类 中的方法org.xmeta.ThingMetadata
根据指定的地区获取相应的标签。
getLabel(ActionContext) - 类 中的方法org.xmeta.ThingMetadata
 
getLastModified() - 类 中的方法org.xmeta.Index
 
getLastModified() - 类 中的方法org.xmeta.ThingMetadata
获取事物的最后修改时间。
getLastTimeInfo(long) - 类 中的静态方法org.xmeta.util.UtilDate
返回持续时间的信息,如36分32秒这样的字符串。
getLibList() - 类 中的方法org.xmeta.World
 
getLocale() - 类 中的方法org.xmeta.ui.session.AbstractSession
 
getLocale() - 接口 中的方法org.xmeta.ui.session.Session
 
getLocaleString(String, Locale) - 类 中的方法org.xmeta.ThingMetadata
返回本地化的事物对应属性的字符串值。
getLocalizedMessage() - 异常错误 中的方法org.xmeta.ActionException
 
getLocalScope() - 类 中的方法org.xmeta.ActionContext
获取当前本地变量.
getLogger() - 类 中的方法org.xmeta.Action
返回动作对应的日志。
getLong(Object, long) - 类 中的静态方法org.xmeta.util.UtilData
 
getLong(String) - 类 中的方法org.xmeta.ActionContext
 
getLong(String) - 类 中的方法org.xmeta.Thing
 
getLong(String, long) - 类 中的方法org.xmeta.Thing
 
getLong(String, long, ActionContext) - 类 中的方法org.xmeta.Thing
 
getMessage() - 异常错误 中的方法org.xmeta.ActionException
 
getMetadata() - 类 中的方法org.xmeta.Thing
获得本事物的元数据。
getMethod() - 类 中的方法org.xmeta.Action
 
getMethod(Class<?>, String, List<Object>) - 类 中的静态方法org.xmeta.util.UtilJava
通过参数值列表获取对象的方法。
getMode() - 类 中的方法org.xmeta.World
 
getMonthDayCount(Date) - 类 中的静态方法org.xmeta.util.UtilDate
返回指定日期所在月的天数。
getMonthEnd() - 类 中的静态方法org.xmeta.util.UtilDate
获取本月的最后一天。
getMonthStart() - 类 中的静态方法org.xmeta.util.UtilDate
获取本月的第一天。
getName() - 接口 中的方法org.xmeta.Category
返回当前目录的名称。
getName() - 类 中的方法org.xmeta.index.CategoryIndex
 
getName() - 类 中的方法org.xmeta.Index
取名称。
getName() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getName() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getName() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getName() - 类 中的方法org.xmeta.index.WorldIndex
 
getName() - 类 中的方法org.xmeta.ThingIndex
 
getName() - 接口 中的方法org.xmeta.ThingManager
获得事物管理者的名称。
getName() - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getName() - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getName() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getName() - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getName() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getName() - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getName() - 类 中的方法org.xmeta.ThingMetadata
返回事物的名称,有时事物的属性没有定义名称,那么此时返回事物的描述者的名称。
getName(Object) - 类 中的方法org.xmeta.index.IndexFactory
 
getNextId() - 类 中的方法org.xmeta.thingManagers.TransientThingManager
获取下一个瞬态标识。
getObject(String) - 类 中的方法org.xmeta.ActionContext
 
getObject(String) - 类 中的方法org.xmeta.Thing
 
getObject(String, ActionContext) - 类 中的方法org.xmeta.Thing
从事物中取指定的属性的字符串的值作为变量名,然后从ActionContext中取变量,支持var:或ognl:,默认相当于 var:。
getObject(ActionContext) - 类 中的方法org.xmeta.cache.GeneratedObjectEntry
获取生成的对象。
getObject(Thing, String, ActionContext) - 类 中的静态方法org.xmeta.cache.GeneratedObjectEntry
 
getObject(Thing, String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
返回通过属性定义的对象,首先使用UtilData获取,如果没有从actionContext中获取。
getObjectByType(Thing, String, Class<T>, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
 
getOS() - 类 中的方法org.xmeta.World
 
getParameter(Object) - 类 中的方法org.xmeta.ActionContext
获取参数Bindings栈中的变量的值。
getParams(String) - 类 中的静态方法org.xmeta.util.UtilString
解码参数字符串,分隔符默认为&,默认编码utf-8,过滤引号。
getParams(String, String) - 类 中的静态方法org.xmeta.util.UtilString
解码参数字符串,默认编码utf-8,过滤引号。
getParams(String, String, String) - 类 中的静态方法org.xmeta.util.UtilString
解码参数字符串,过滤引号。
getParams(String, String, String, boolean) - 类 中的静态方法org.xmeta.util.UtilString
解码参数字符串。
getParamValues(ActionContext) - 类 中的方法org.xmeta.annotation.ActionAnnotationHelper
 
getParent() - 接口 中的方法org.xmeta.Category
返回上级目录。
getParent() - 类 中的方法org.xmeta.index.CategoryIndex
 
getParent() - 类 中的方法org.xmeta.Index
取索引的父索引。
getParent() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getParent() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getParent() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getParent() - 类 中的方法org.xmeta.index.WorldIndex
 
getParent() - 类 中的方法org.xmeta.Thing
返回本事物的父事物。
getParent() - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getParent() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getParent() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getPath() - 类 中的方法org.xmeta.cache.ActionEntry
 
getPath() - 类 中的方法org.xmeta.cache.ThingEntry
 
getPath() - 类 中的方法org.xmeta.index.CategoryIndex
 
getPath() - 类 中的方法org.xmeta.Index
取路径,这个路径是通过World.get(path)可以获取的那个参数路径。
getPath() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getPath() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getPath() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getPath() - 类 中的方法org.xmeta.index.WorldIndex
 
getPath() - 类 中的方法org.xmeta.Path
 
getPath() - 类 中的方法org.xmeta.ThingMetadata
返回事物的路径。
getPath() - 类 中的方法org.xmeta.World
获得当前世界的路径。
getPath(String) - 类 中的静态方法org.xmeta.util.ThingRegistor
返回路径。
getPathCache(Thing, String) - 类 中的静态方法org.xmeta.util.OgnlUtil
 
getPaths() - 类 中的方法org.xmeta.ThingMetadata
 
getProperty(Map, Object, Object) - 类 中的方法org.xmeta.util.ThingOgnlAccessor
 
getQuotedThing(String) - 类 中的方法org.xmeta.Thing
返回属性所指向的引用的事物,如果不存在替换为根事物的路径当前的根事物开始寻找。
getQuoteThing(Thing, String) - 类 中的静态方法org.xmeta.util.UtilThing
返回引用的事物,如果安路就不存在,那么就找根事物下的子事物。
getReserve() - 类 中的方法org.xmeta.ThingMetadata
保留变量,通常是留给ThingManager等系统对象所用变量。
getResource(String) - 类 中的方法org.xmeta.World
通过路径获取资源。
getResourceAsStream(String) - 接口 中的方法org.xmeta.ThingManager
获取资源当作输入流,如果没有返回null。
getResourceAsStream(String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getResourceAsStream(String) - 类 中的方法org.xmeta.thingManagers.FileThingManager
 
getResourceAsStream(String) - 类 中的方法org.xmeta.thingManagers.JarThingManager
 
getResourceAsStream(String) - 类 中的方法org.xmeta.thingManagers.JdbcThingManager
 
getResourceAsStream(String) - 类 中的方法org.xmeta.thingManagers.RedisThingManager
 
getResourceAsStream(String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getResourceAsStream(String) - 类 中的方法org.xmeta.World
以流的形式返回资源,如果没有返回null。
getRoot() - 类 中的方法org.xmeta.Thing
返回本事物的最根级(顶层)父事物,如果当前事物已经是根事物,那么返回自身。
getRootCause(Throwable) - 类 中的静态方法org.xmeta.util.ExceptionUtil
返回异常的根异常。
getRootDir() - 接口 中的方法org.xmeta.ThingManager
返回项目所在的根目录。
getRootDir() - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getRootDir() - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getRootDir() - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getRootFile() - 类 中的方法org.xmeta.thingManagers.FileThingManager
 
getRootMessage(Throwable) - 类 中的静态方法org.xmeta.util.ExceptionUtil
获取第一个Cause的消息。
getRunnable(ActionContext) - 类 中的方法org.xmeta.Thing
把当前事物转化为一个Runnable。
getRunnable(ActionContext, Map<String, Object>) - 类 中的方法org.xmeta.Thing
把当前事物转化为一个Runnable。
getScope() - 类 中的方法org.xmeta.ActionContext
获取当前的局部变量范围,如果没有这是局部变量范围将返回null。
getScope(int) - 类 中的方法org.xmeta.ActionContext
返回指定范围的变量绑定。
getScope(String) - 类 中的方法org.xmeta.ActionContext
根据动作事物的路径来获得变量范围。
getScopes() - 类 中的方法org.xmeta.ActionContext
返回变量绑定的列表。
getScopesSize() - 类 中的方法org.xmeta.ActionContext
返回变脸范围的迭代大小。
getScopesSizeAll() - 类 中的方法org.xmeta.ActionContext
返回所有包括线程之前创建的变量范围大小。
getSelfQuoteThing(Thing, String) - 类 中的静态方法org.xmeta.util.UtilThing
返回只会连接到同一个根事物下的子事物,用在只会在事物内部连接的情况。
getSession(String, ActionContext) - 类 中的静态方法org.xmeta.ui.session.SessionManager
 
getSession(ActionContext) - 类 中的静态方法org.xmeta.ui.session.SessionManager
 
getSessionManager() - 类 中的静态方法org.xmeta.ui.session.SessionManager
 
getShort(Object, short) - 类 中的静态方法org.xmeta.util.UtilData
 
getShort(String) - 类 中的方法org.xmeta.ActionContext
 
getShort(String) - 类 中的方法org.xmeta.Thing
 
getShort(String, short) - 类 中的方法org.xmeta.Thing
 
getShort(String, short, ActionContext) - 类 中的方法org.xmeta.Thing
 
getSimpleDateFormat(String) - 类 中的静态方法org.xmeta.util.UtilData
 
getSimpleName() - 接口 中的方法org.xmeta.Category
返回目录的简写。
getSimpleName() - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getSimpleName() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getSimpleName() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getSize() - 类 中的方法org.xmeta.thingManagers.TransientThingManager
取得事物的数量。
getSizeInfo(double) - 类 中的静态方法org.xmeta.util.UtilData
按照字节、千字节和兆返回大小的值。
getSizeInfo(double) - 类 中的静态方法org.xmeta.util.UtilString
 
getSourcePath() - 类 中的方法org.xmeta.Help
 
getStackTrace() - 类 中的方法org.xmeta.ActionContext
获取当前堆栈信息。
getStackTrace() - 异常错误 中的方法org.xmeta.ActionException
 
getStatus() - 类 中的方法org.xmeta.ActionContext
返回动作执行的状态。
getString(Object, String) - 类 中的静态方法org.xmeta.util.UtilData
 
getString(String) - 类 中的方法org.xmeta.ActionContext
 
getString(String) - 类 中的方法org.xmeta.Thing
 
getString(String) - 类 中的静态方法org.xmeta.util.Messages
 
getString(String, String) - 类 中的方法org.xmeta.Thing
 
getString(String, String, ActionContext) - 类 中的方法org.xmeta.Thing
通过属性值从上下文中取字符串,通过UtilString获取字符串,如果返回null或空,那么返回defaultValue。
getString(String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilString
从制定的字符串值中读取字符串。
getString(Thing, String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
 
getString(Thing, String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilString
从事物取指定的属性的字符串值,然后从actionContext中取可能的值。
getStringArray(String) - 类 中的静态方法org.xmeta.util.UtilString
 
getStringBlankAsNull(String) - 类 中的方法org.xmeta.Thing
获取字符串,trim()后的空字符串也返回null。
getThing() - 类 中的方法org.xmeta.Action
 
getThing() - 类 中的方法org.xmeta.cache.LinkedThingEntry
 
getThing() - 类 中的方法org.xmeta.cache.ThingEntry
 
getThing() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getThing() - 类 中的方法org.xmeta.util.ActionContainer
 
getThing(File) - 类 中的静态方法org.xmeta.util.ThingUtil
如果文件是事物,那么返回事物。
getThing(String) - 接口 中的方法org.xmeta.Category
通过事物的名称获得当前目录下的事物。
getThing(String) - 类 中的方法org.xmeta.CategoryCache
获取事物。
getThing(String) - 类 中的方法org.xmeta.Thing
通过指定的子事物的路径获取一个子事物。
getThing(String) - 接口 中的方法org.xmeta.ThingManager
通过事物的名称取得事物。
getThing(String) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getThing(String) - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getThing(String) - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getThing(String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getThing(String) - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getThing(String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getThing(String) - 类 中的方法org.xmeta.World
通过事物的路径来访问具体的事物。
getThing(String, String, String) - 类 中的方法org.xmeta.World
通过事物的路径获取指定的事物,如果存在那么使用给定的descriptor创建事物,并保存到指定的thingManager下。
getThing(Thing, String, String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
先从事物指定的属性上获取事物,如果不存在从子节点的路径上获取。
getThing(Thing, String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilData
根据事物的属性返回指定的事物。
getThingCoder(String) - 类 中的方法org.xmeta.World
通过类型返回事物的编码器,类型通常是文件的后缀名。
getThingCoders() - 类 中的方法org.xmeta.World
返回编码器列表。
getThingFromAttributeOrChild(Thing, String, String) - 类 中的静态方法org.xmeta.util.UtilThing
通过事物属性获取事物定义的事物,或者通过指定的子事物的第一个子节点获取定义的事物。
getThingFromAttributeOrChilds(Thing, String, String) - 类 中的静态方法org.xmeta.util.UtilThing
通过事物属性获取事物定义的事物,或者通过指定的子事物的第一个子节点获取定义的事物。
getThingId() - 类 中的方法org.xmeta.Path
 
getThingIfNotExistsCreate(String, String, String) - 类 中的静态方法org.xmeta.util.UtilThing
获取事物,如果不存在就创建一个。
getThingIfNotExistsCreate(String, String, Thing) - 类 中的静态方法org.xmeta.util.UtilThing
获取事物,如果不存在就用已有的事物创建一个。
getThingIndex(String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getThingIndexs() - 接口 中的方法org.xmeta.Category
返回当前目录下的所有事物的索引列表,不包含子目录。
getThingIndexs() - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getThingIndexs() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getThingIndexs() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getThingIndexs(String) - 接口 中的方法org.xmeta.Category
根据描述返回事物索引列表。
getThingIndexs(String) - 接口 中的方法org.xmeta.ThingManager
返回指定目录下的事物索引列表。
getThingIndexs(String) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getThingIndexs(String) - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getThingIndexs(String) - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getThingIndexs(String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getThingIndexs(String) - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getThingIndexs(String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getThingIndexs(String, String) - 接口 中的方法org.xmeta.ThingManager
根据描述者获取指定目录下的事物索引列表。
getThingIndexs(String, String) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getThingIndexs(String, String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getThingIndexs(String, String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getThingManager() - 接口 中的方法org.xmeta.Category
返回此目录所属的事物管理者。
getThingManager() - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getThingManager() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getThingManager() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getThingManager() - 类 中的方法org.xmeta.ThingMetadata
取得事物所在的事物管理者。
getThingManager(String) - 类 中的方法org.xmeta.World
根据事物管理器的名称返回事物管理器。
getThingManagerFileName(Thing) - 类 中的静态方法org.xmeta.util.UtilString
 
getThingManagerIndexs() - 类 中的方法org.xmeta.index.WorldIndex
 
getThingManagerListeners(String) - 类 中的方法org.xmeta.World
获得注册的事物管理者的监听列表。
getThingManagerNameByDir(File) - 类 中的静态方法org.xmeta.util.UtilFile
从一个dir中获取事物管理器的名称。
getThingManagers() - 类 中的方法org.xmeta.World
获取事物管理器列表。
getThingName() - 类 中的方法org.xmeta.Path
 
getThingName() - 类 中的方法org.xmeta.Thing
返回事物的事物名,相当于Java对象的类名。
getThingName() - 类 中的方法org.xmeta.ThingIndex
返回包含目录的事物的全名。
getThingNames() - 类 中的方法org.xmeta.Thing
返回事物的所有事物名。
getThingPath(File, File) - 类 中的静态方法org.xmeta.util.UtilFile
通过项目路径和事物文件返回事物的真正路径。
getThingPathAsModelForLog(String) - 类 中的静态方法org.xmeta.util.ThingRunner
 
getThingPathByFile(File) - 类 中的静态方法org.xmeta.util.UtilFile
如果目标文件是一个模型文件,那么返回它的事物路径。
getThingRootFile() - 类 中的方法org.xmeta.thingManagers.FileThingManager
 
getThings() - 类 中的方法org.xmeta.ActionContext
返回调用动作的事物列表,最开始的是堆栈的底部,最后的堆栈的顶部的事物。
getThings() - 接口 中的方法org.xmeta.Category
获得当前目录下的事物列表。
getThings() - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getThings() - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getThings() - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getThings(String) - 接口 中的方法org.xmeta.Category
返回指定事物的列表。
getThings(String) - 接口 中的方法org.xmeta.ThingManager
取得指定目录下的事物列表。
getThings(String) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getThings(String) - 类 中的方法org.xmeta.thingManagers.CachedCategory
 
getThings(String) - 类 中的方法org.xmeta.thingManagers.ClassCategory
 
getThings(String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getThings(String) - 类 中的方法org.xmeta.thingManagers.TransientCategory
 
getThings(String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getThings(String, String) - 接口 中的方法org.xmeta.ThingManager
根据事物描述者取得指定目录下的事物列表。
getThings(String, String) - 类 中的方法org.xmeta.thingManagers.AbstractThingManager
 
getThings(String, String) - 类 中的方法org.xmeta.thingManagers.ClassThingManager
 
getThings(String, String) - 类 中的方法org.xmeta.thingManagers.TransientThingManager
 
getThingsRootAndInitProject(File) - 类 中的静态方法org.xmeta.util.UtilFile
 
getThrowableRecordCount() - 类 中的静态方法org.xmeta.Action
 
getThrowables() - 类 中的静态方法org.xmeta.Action
 
getThrowedObject() - 类 中的方法org.xmeta.ActionContext
 
getTime(String) - 类 中的静态方法org.xmeta.util.UtilDate
 
getTimestamp(String) - 类 中的静态方法org.xmeta.util.UtilDate
 
getTitle() - 类 中的方法org.xmeta.Help
 
getTomorrow() - 类 中的静态方法org.xmeta.util.UtilDate
取得明天。
getTransientThingManager() - 类 中的方法org.xmeta.World
 
getType() - 类 中的方法org.xmeta.codes.DmlThingCoder
 
getType() - 类 中的方法org.xmeta.codes.DmwThingCoder
 
getType() - 类 中的方法org.xmeta.codes.JsonThingCoder
 
getType() - 类 中的方法org.xmeta.codes.PropertyThingCoder
 
getType() - 类 中的方法org.xmeta.codes.TxtThingCoder
 
getType() - 类 中的方法org.xmeta.codes.XerThingCoder
 
getType() - 类 中的方法org.xmeta.codes.XmlThingCoder
 
getType() - 类 中的方法org.xmeta.index.CategoryIndex
 
getType() - 类 中的方法org.xmeta.Index
返回索引的事物的类型。
getType() - 类 中的方法org.xmeta.index.ThingIndexIndex
 
getType() - 类 中的方法org.xmeta.index.ThingManagerIndex
 
getType() - 类 中的方法org.xmeta.index.WorkingSetIndex
 
getType() - 类 中的方法org.xmeta.index.WorldIndex
 
getType() - 类 中的方法org.xmeta.Path
 
getType() - 接口 中的方法org.xmeta.ThingCoder
返回编码器的类型,通常是文件的后缀名。
getValue(Thing, String, Object) - 类 中的静态方法org.xmeta.util.OgnlUtil
通过Ognl表达式取值, 事物的属性是Ognl的表达式。
getValue(Thing, String, String, Object) - 类 中的静态方法org.xmeta.util.OgnlUtil
通过Ognl表达式取值, 事物的属性是Ognl的表达式。
getVarScope(String, ActionContext) - 类 中的静态方法org.xmeta.util.UtilAction
通过VarScope的字符串返回相应的Scope,如Gloabl, Local等。
getVarScope(Thing, ActionContext) - 类 中的静态方法org.xmeta.util.UtilAction
获取变量范围。
getWebFileRoot() - 类 中的方法org.xmeta.World
 
getWeekEnd() - 类 中的静态方法org.xmeta.util.UtilDate
获取本星期的最后一天。
getWeekStart() - 类 中的静态方法org.xmeta.util.UtilDate
获取本星期的第一天。
getWorkDirThingManager() - 类 中的方法org.xmeta.World
返回工作目录对应的事物管理器,用于XWorker之外项目获取自身的事物管理器。
getYearEnd() - 类 中的静态方法org.xmeta.util.UtilDate
获取本年的最后一天。
getYearStart() - 类 中的静态方法org.xmeta.util.UtilDate
获取当年的第一天。
getYesterday() - 类 中的静态方法org.xmeta.util.UtilDate
返回昨天
A B C D E F G H I J K L M N O P R S T U V W X _ 
跳过导航链接