- genList(NodeList) - 类 中的方法com.nlf.serialize.AbstractParser
-
解析List类型
- genMap(NodeMap) - 类 中的方法com.nlf.serialize.AbstractParser
-
解析Map类型
- genNearPageNumbers(int) - 类 中的方法com.nlf.dao.paging.PageData
-
生成前后相邻的页码
- get(String) - 类 中的静态方法com.nlf.App
-
获取线程变量
- get(String) - 类 中的方法com.nlf.Bean
-
获取值
- get(String, Class<E>) - 类 中的方法com.nlf.Bean
-
获取Object值,可能返回null
- get(String, Class<E>, E) - 类 中的方法com.nlf.Bean
-
获取Object值,如果为null,返回默认值
- get(Object) - 类 中的方法com.nlf.Bean
-
已过时。
- get(String) - 类 中的方法com.nlf.core.AbstractRequest
-
- get(String, String) - 类 中的方法com.nlf.core.AbstractRequest
-
- get(String, String, String) - 类 中的方法com.nlf.core.AbstractRequest
-
- get(String) - 接口 中的方法com.nlf.core.IRequest
-
获取请求参数值
- get(String, String) - 接口 中的方法com.nlf.core.IRequest
-
获取验证通过的请求参数值
- get(String, String, String) - 接口 中的方法com.nlf.core.IRequest
-
获取验证通过的请求参数值
- get(String) - 类 中的方法com.nlf.core.RequestMapping
-
根据uri获取对应的类方法,仅仅是获取副本而已
- get(Object) - 类 中的方法com.nlf.core.Var
-
获取
- get(int) - 类 中的方法com.nlf.dao.paging.PageData
-
获取指定Bean
- get(String) - 类 中的方法com.nlf.extend.dao.noSql.dbType.common.ANoSqlDao
-
- get(String) - 接口 中的方法com.nlf.extend.dao.noSql.INoSqlDao
-
获取值
- get(String) - 接口 中的方法com.nlf.extend.dao.noSql.INoSqlExecuter
-
获取值
- get(int) - 类 中的方法com.nlf.serialize.node.impl.NodeList
-
- get(String) - 类 中的方法com.nlf.serialize.node.impl.NodeMap
-
- get(int) - 类 中的方法com.nlf.util.ByteArray
-
获取指定下标的字节
- get(int, Date) - 类 中的静态方法com.nlf.util.DateUtil
-
某日期的某类型的数值
- getAccess() - 类 中的方法com.nlf.bytecode.Klass
-
- getAccess() - 类 中的方法com.nlf.bytecode.Method
-
- getAlias() - 类 中的方法com.nlf.dao.AbstractDao
-
- getAlias() - 接口 中的方法com.nlf.dao.IDao
-
获取DB别名
- getAlias() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取连接别名
- getAlias() - 接口 中的方法com.nlf.dao.setting.IDbSetting
-
获取别名
- getArgs() - 类 中的方法com.nlf.bytecode.Method
-
- getArray(String) - 类 中的方法com.nlf.core.AbstractRequest
-
- getArray(String, String) - 类 中的方法com.nlf.core.AbstractRequest
-
- getArray(String, String, String) - 类 中的方法com.nlf.core.AbstractRequest
-
- getArray(String) - 接口 中的方法com.nlf.core.IRequest
-
获取请求参数值数组
- getArray(String, String) - 接口 中的方法com.nlf.core.IRequest
-
获取验证通过的请求参数值数组
- getArray(String, String, String) - 接口 中的方法com.nlf.core.IRequest
-
获取验证通过的请求参数值数组
- getAttribute(String) - 接口 中的方法com.nlf.core.ISession
-
获取会话中存储的对象
- getAttribute(String) - 类 中的方法com.nlf.extend.web.impl.DefaultWebSession
-
- getAttributeNames() - 接口 中的方法com.nlf.core.ISession
-
获取会话中存储的所有对象名称
- getAttributeNames() - 类 中的方法com.nlf.extend.web.impl.DefaultWebSession
-
- getAttributes() - 类 中的方法com.nlf.extend.web.view.PageView
-
- getAttributes() - 类 中的方法com.nlf.serialize.node.AbstractNode
-
- getAttributes() - 接口 中的方法com.nlf.serialize.node.INode
-
获取节点属性们
- getBean(String) - 类 中的方法com.nlf.Bean
-
获取Bean值,一般用于链式调用,可能返回null
- getBean(String, Bean) - 类 中的方法com.nlf.Bean
-
获取Bean值,一般用于链式调用,如果获取失败,返回默认值,不抛出异常
- getBoolean(String, boolean) - 类 中的方法com.nlf.Bean
-
获取boolean值,如果获取不到或出错,返回默认值,不抛出异常
- getBootstrapMethodAttributeIndex() - 类 中的方法com.nlf.bytecode.constant.InvokeDynamicConstant
-
- getBoundary(String) - 类 中的方法com.nlf.extend.web.impl.DefaultWebFileUploader
-
获取boundary
- getBytes() - 类 中的方法com.nlf.core.UploadFile
-
- getClassIndex() - 类 中的方法com.nlf.bytecode.constant.FieldConstant
-
- getClassIndex() - 类 中的方法com.nlf.bytecode.constant.MethodConstant
-
- getClassName() - 类 中的方法com.nlf.resource.klass.ClassResource
-
- getClient() - 类 中的方法com.nlf.core.AbstractRequest
-
- getClient() - 接口 中的方法com.nlf.core.IRequest
-
获取客户端
- getClient() - 类 中的方法com.nlf.extend.web.impl.DefaultWebRequest
-
- getColumn() - 类 中的方法com.nlf.extend.dao.sql.Condition
-
- getConnection() - 类 中的方法com.nlf.dao.AbstractDao
-
供子类获取DB连接接口
- getConnection(String) - 类 中的静态方法com.nlf.dao.connection.ConnectionFactory
-
根据别名获取连接
- getConnection() - 类 中的静态方法com.nlf.dao.connection.ConnectionFactory
-
获取默认连接
- getConnection() - 接口 中的方法com.nlf.dao.connection.IConnectionProvider
-
获取连接
- getConnection() - 类 中的方法com.nlf.dao.transaction.AbstractTransaction
-
- getConnection() - 接口 中的方法com.nlf.dao.transaction.ITransaction
-
获取DB连接
- getConnection() - 类 中的方法com.nlf.extend.dao.sql.SqlConnection
-
获取实际的连接
- getConnection() - 类 中的方法com.nlf.extend.dao.sql.type.jdbc.JdbcConnectionProvider
-
- getConstant(int) - 类 中的方法com.nlf.bytecode.Klass
-
- getContent() - 类 中的方法com.nlf.bytecode.constant.UTFConstant
-
- getContentType() - 类 中的方法com.nlf.core.UploadFile
-
获取文件类型
- getContentType() - 类 中的方法com.nlf.extend.web.view.StreamView
-
- getContentType(String) - 类 中的静态方法com.nlf.util.ContentTypes
-
根据扩展名获取Content-Type
- getCreationTime() - 接口 中的方法com.nlf.core.ISession
-
获取会话创建时间
- getCreationTime() - 类 中的方法com.nlf.extend.web.impl.DefaultWebSession
-
- getDao(String) - 类 中的静态方法com.nlf.dao.DaoFactory
-
根据别名获取Dao
- getDao() - 类 中的静态方法com.nlf.dao.DaoFactory
-
获取默认DB配置的Dao
- getDao(DaoType) - 类 中的静态方法com.nlf.dao.DaoFactory
-
获取指定Dao类型的默认DB配置的Dao
- getDao(String) - 类 中的静态方法com.nlf.extend.dao.noSql.NoSqlDaoFactory
-
根据别名获取NoSqlDao
- getDao() - 类 中的静态方法com.nlf.extend.dao.noSql.NoSqlDaoFactory
-
获取默认DB配置的NoSqlDao
- getDao(String) - 类 中的静态方法com.nlf.extend.dao.sql.SqlDaoFactory
-
根据别名获取SqlDao
- getDao() - 类 中的静态方法com.nlf.extend.dao.sql.SqlDaoFactory
-
获取默认DB配置的SqlDao
- getDaoType() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
- getDaoType() - 接口 中的方法com.nlf.dao.setting.IDbSetting
-
获取DAO类型
- getData() - 类 中的方法com.nlf.bytecode.constant.AbstractConstant
-
- getData() - 接口 中的方法com.nlf.bytecode.constant.IConstant
-
获取数据
- getData() - 类 中的方法com.nlf.dao.paging.PageData
-
获取该页数据
- getData() - 类 中的方法com.nlf.view.JsonView
-
- getDbName() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取数据库实例名
- getDbName() - 接口 中的方法com.nlf.dao.setting.IDbSetting
-
获取DB实例名
- getDbSetting() - 类 中的方法com.nlf.dao.connection.AbstractConnection
-
- getDbSetting() - 接口 中的方法com.nlf.dao.connection.IConnection
-
获取DB配置
- getDbType() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取数据库类型
- getDbType() - 接口 中的方法com.nlf.dao.setting.IDbSetting
-
获取DB类型,如oracle、mysql、sqlserver
- getDefaultSetting() - 类 中的静态方法com.nlf.dao.setting.DbSettingFactory
-
获取默认DB配置,如果有多个配置文件,返回别名alias最大的配置
- getDefaultSetting(DaoType) - 类 中的静态方法com.nlf.dao.setting.DbSettingFactory
-
获取指定Dao类型的默认DB配置,如果有多个配置文件,返回别名alias最大的配置
- getDeleter() - 类 中的方法com.nlf.extend.dao.sql.AbstractSqlDao
-
- getDeleter() - 接口 中的方法com.nlf.extend.dao.sql.ISqlDao
-
获取SQL删除器
- getDescripter() - 类 中的方法com.nlf.bytecode.Method
-
获取参数及返回值描述
- getDescriptorIndex() - 类 中的方法com.nlf.bytecode.constant.MethodTypeConstant
-
- getDescriptorIndex() - 类 中的方法com.nlf.bytecode.constant.NameAndTypeConstant
-
- getDouble(String, double) - 类 中的方法com.nlf.Bean
-
获取double值,如果获取不到或出错,返回默认值,不抛出异常
- getDriver() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取驱动程序
- getDriver() - 接口 中的方法com.nlf.dao.setting.IDbSetting
-
获取驱动
- getEnd() - 类 中的方法com.nlf.extend.dao.sql.Condition
-
- getExecuter(String) - 类 中的方法com.nlf.dao.AbstractDao
-
- getExecuter() - 类 中的方法com.nlf.extend.dao.noSql.AbstractNoSqlDao
-
- getFileName() - 类 中的方法com.nlf.resource.Resource
-
- getFiles() - 接口 中的方法com.nlf.core.IFileUploader
-
获取上传的文件
- getFiles() - 类 中的方法com.nlf.extend.web.impl.DefaultWebFileUploader
-
- getFiles() - 类 中的方法com.nlf.extend.web.impl.DefaultWebRequest
-
- getFirstPageNumber() - 类 中的方法com.nlf.dao.paging.PageData
-
获取第一页页码
- getFloat(String, float) - 类 中的方法com.nlf.Bean
-
获取float值,如果获取不到或出错,返回默认值,不抛出异常
- getHead(int) - 类 中的方法com.nlf.util.ByteArray
-
获取头部数据
- getHeads(int) - 类 中的方法com.nlf.util.ByteArray
-
获取头部字节
- getId() - 接口 中的方法com.nlf.core.ISession
-
获取会话ID
- getId() - 类 中的方法com.nlf.dao.paging.PageData
-
- getId() - 类 中的方法com.nlf.extend.web.impl.DefaultWebSession
-
- getImpl(String, String) - 类 中的方法com.nlf.dao.AbstractDao
-
- getImplement(String...) - 类 中的静态方法com.nlf.App
-
从类或接口的实现类列表的交集(如果是接口,则它的所有实现类参与交集;如果不是接口,它自身参与交集)中取得一个默认实现类,默认实现类的挑选规则由扫描器指定。
- getImplement(Class<?>...) - 类 中的静态方法com.nlf.App
-
从类或接口的实现类列表的交集(如果是接口,则它的所有实现类参与交集;如果不是接口,它自身参与交集)中取得一个默认实现类,默认实现类的挑选规则由扫描器指定。
- getImplements(String...) - 类 中的静态方法com.nlf.App
-
获取类或接口的实现类列表的交集(如果是接口,则它的所有实现类参与交集;如果不是接口,它自身参与交集)。
- getImplements(Class<?>...) - 类 中的静态方法com.nlf.App
-
获取类或接口的实现类列表的交集(如果是接口,则它的所有实现类参与交集;如果不是接口,它自身参与交集)。
- getIndex() - 类 中的方法com.nlf.bytecode.constant.AbstractConstant
-
- getIndex() - 接口 中的方法com.nlf.bytecode.constant.IConstant
-
获取序号
- getInputStream() - 接口 中的方法com.nlf.core.IRequest
-
获取输入流,允许多次调用
- getInputStream() - 类 中的方法com.nlf.core.UploadFile
-
获取输入流
- getInputStream() - 类 中的方法com.nlf.extend.web.AbstractWebRequest
-
- getInputStream() - 类 中的方法com.nlf.extend.web.view.StreamView
-
- getInputStream() - 类 中的方法com.nlf.util.InputStreamCache
-
获取输入流,可重复获取
- getInserter() - 类 中的方法com.nlf.extend.dao.sql.AbstractSqlDao
-
- getInserter() - 接口 中的方法com.nlf.extend.dao.sql.ISqlDao
-
获取SQL插入器
- getInt(String, int) - 类 中的方法com.nlf.Bean
-
获取int值,如果获取不到或出错,返回默认值,不抛出异常
- getInterfaces() - 类 中的方法com.nlf.bytecode.Klass
-
- getInterfaces() - 类 中的方法com.nlf.resource.klass.ClassResource
-
- getIp() - 类 中的方法com.nlf.core.Client
-
- getIP() - 类 中的方法com.nlf.extend.web.impl.DefaultWebRequest
-
- getKey() - 类 中的方法com.nlf.core.UploadFile
-
- getKlass() - 类 中的方法com.nlf.bytecode.Method
-
- getKlass() - 类 中的方法com.nlf.core.ClassMethod
-
- getLastAccessedTime() - 接口 中的方法com.nlf.core.ISession
-
获取会话最近访问时间
- getLastAccessedTime() - 类 中的方法com.nlf.extend.web.impl.DefaultWebSession
-
- getLastPageNumber() - 类 中的方法com.nlf.dao.paging.PageData
-
获取最后页页码
- getList(String) - 类 中的方法com.nlf.Bean
-
强制获取List,即使是非Collection,也会强制返回只有1个元素的List。
- getList(String, Class<E>) - 类 中的方法com.nlf.Bean
-
强制获取List,即使是非Collection,也会强制返回只有1个元素的List。
- getLocale() - 类 中的方法com.nlf.core.Client
-
- getLog(String) - 接口 中的方法com.nlf.log.ILogAdapter
-
获取日志记录器
- getLog(String) - 类 中的方法com.nlf.log.impl.DefaultLogAdapter
-
- getLog() - 类 中的静态方法com.nlf.log.Logger
-
获取日志接口,自动使用调用类名作为日志名称
- getLog(String) - 类 中的静态方法com.nlf.log.Logger
-
获取日志接口
- getLog(Class<?>) - 类 中的静态方法com.nlf.log.Logger
-
获取日志接口,使用类名作为日志名称
- getLong(String, long) - 类 中的方法com.nlf.Bean
-
获取long值,如果获取不到或出错,返回默认值,不抛出异常
- getMajorVersion() - 类 中的方法com.nlf.bytecode.Klass
-
- getMaxInactiveInterval() - 接口 中的方法com.nlf.core.ISession
-
获取会话超时时间(单位:秒)
- getMaxInactiveInterval() - 类 中的方法com.nlf.extend.web.impl.DefaultWebSession
-
- getMethod() - 类 中的方法com.nlf.core.ClassMethod
-
- getMethods() - 类 中的方法com.nlf.bytecode.Klass
-
- getMethods() - 类 中的方法com.nlf.resource.klass.ClassResource
-
- getMinorVersion() - 类 中的方法com.nlf.bytecode.Klass
-
- getName() - 类 中的方法com.nlf.bytecode.Klass
-
- getName() - 类 中的方法com.nlf.bytecode.Method
-
获取方法名
- getName() - 类 中的方法com.nlf.core.UploadFile
-
获取文件名称
- getName() - 类 中的方法com.nlf.extend.web.view.StreamView
-
- getName() - 类 中的方法com.nlf.resource.i18n.I18nResource
-
- getName() - 类 中的方法com.nlf.serialize.node.AbstractNode
-
- getName() - 接口 中的方法com.nlf.serialize.node.INode
-
获取节点名称
- getNameAndTypeIndex() - 类 中的方法com.nlf.bytecode.constant.FieldConstant
-
- getNameAndTypeIndex() - 类 中的方法com.nlf.bytecode.constant.InvokeDynamicConstant
-
- getNameAndTypeIndex() - 类 中的方法com.nlf.bytecode.constant.MethodConstant
-
- getNameIndex() - 类 中的方法com.nlf.bytecode.constant.ClassConstant
-
- getNameIndex() - 类 中的方法com.nlf.bytecode.constant.NameAndTypeConstant
-
- getNearPageNumbers() - 类 中的方法com.nlf.dao.paging.PageData
-
获取前后相邻的页码
- getNextPageNumber() - 类 中的方法com.nlf.dao.paging.PageData
-
获取后一页页码
- getPageCount() - 类 中的方法com.nlf.dao.paging.PageData
-
获取总页数
- getPageNumber() - 类 中的方法com.nlf.core.AbstractRequest
-
- getPageNumber() - 接口 中的方法com.nlf.core.IRequest
-
获取页码
- getPageNumber() - 类 中的方法com.nlf.dao.paging.PageData
-
获取该页页码
- getPageSize() - 类 中的方法com.nlf.core.AbstractRequest
-
- getPageSize() - 接口 中的方法com.nlf.core.IRequest
-
获取每页记录数
- getPageSize() - 类 中的方法com.nlf.dao.paging.PageData
-
获取每页记录数
- getParam() - 类 中的方法com.nlf.core.AbstractRequest
-
- getParam() - 接口 中的方法com.nlf.core.IRequest
-
获取请求参数
- getParams() - 类 中的方法com.nlf.extend.dao.sql.AbstractSqlExecuter
-
- getParams() - 接口 中的方法com.nlf.extend.dao.sql.ISqlExecuter
-
获取最近一次操作的参数列表
- getParser(String) - 类 中的静态方法com.nlf.serialize.ConvertFactory
-
获取解析器
- getPassword() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取密码
- getPath() - 接口 中的方法com.nlf.core.IRequest
-
获取请求地址
- getPath() - 类 中的方法com.nlf.extend.web.AbstractWebRequest
-
- getPlaceholder() - 类 中的方法com.nlf.extend.dao.sql.Condition
-
- getPreviousPageNumber() - 类 中的方法com.nlf.dao.paging.PageData
-
获取前一页页码
- getProperty(String, Object...) - 类 中的静态方法com.nlf.App
-
获取properties值,默认使用请求客户端的locale,如果未设置则使用默认locale
- getProperty(Locale, String, Object...) - 类 中的静态方法com.nlf.App
-
获取properties值
- getPropertyBoolean(String, boolean) - 类 中的静态方法com.nlf.App
-
获取properties的boolean值,如果获取不到或出错,返回默认值,不抛出异常
- getPropertyDouble(String, double) - 类 中的静态方法com.nlf.App
-
获取properties的double值,如果获取不到或出错,返回默认值,不抛出异常
- getPropertyFloat(String, float) - 类 中的静态方法com.nlf.App
-
获取properties的float值,如果获取不到或出错,返回默认值,不抛出异常
- getPropertyInt(String, int) - 类 中的静态方法com.nlf.App
-
获取properties的int值,如果获取不到或出错,返回默认值,不抛出异常
- getPropertyLong(String, long) - 类 中的静态方法com.nlf.App
-
获取properties的long值,如果获取不到或出错,返回默认值,不抛出异常
- getPropertyShort(String, short) - 类 中的静态方法com.nlf.App
-
获取properties的short值,如果获取不到或出错,返回默认值,不抛出异常
- getPropertyString(String, String) - 类 中的静态方法com.nlf.App
-
获取properties的字符串值,如果获取不到或出错,返回默认值,不抛出异常
- getPropertyString(Locale, String, String) - 类 中的静态方法com.nlf.App
-
获取properties的字符串值,如果获取不到或出错,返回默认值,不抛出异常
- getProxy() - 类 中的静态方法com.nlf.App
-
获取代理接口,建议所有调用入口都通过代理,便于扩展AOP等功能。
- getRecordCount() - 类 中的方法com.nlf.dao.paging.PageData
-
获取总记录数
- getReferenceIndex() - 类 中的方法com.nlf.bytecode.constant.MethodHandleConstant
-
- getReferenceKind() - 类 中的方法com.nlf.bytecode.constant.MethodHandleConstant
-
- getRequest() - 类 中的静态方法com.nlf.App
-
在任何地方获取输入请求
- getResponse() - 类 中的静态方法com.nlf.App
-
在任何地方获取输出接口
- getRet() - 类 中的方法com.nlf.bytecode.Method
-
- getRet() - 类 中的方法com.nlf.core.ClassMethod
-
- getRetMaybe() - 类 中的方法com.nlf.bytecode.Method
-
- getRoot() - 类 中的方法com.nlf.resource.Resource
-
- getScanner() - 类 中的静态方法com.nlf.core.ScannerFactory
-
获取扫描器
- getSelecter() - 类 中的方法com.nlf.extend.dao.sql.AbstractSqlDao
-
- getSelecter() - 接口 中的方法com.nlf.extend.dao.sql.ISqlDao
-
获取SQL查询器
- getServletRequest() - 类 中的方法com.nlf.extend.web.AbstractWebRequest
-
- getServletRequest() - 接口 中的方法com.nlf.extend.web.IWebRequest
-
获取HttpServletRequest
- getServletResponse() - 类 中的方法com.nlf.extend.web.AbstractWebResponse
-
- getServletResponse() - 接口 中的方法com.nlf.extend.web.IWebResponse
-
获取HttpServletResponse
- getSession() - 类 中的方法com.nlf.core.AbstractRequest
-
- getSession() - 接口 中的方法com.nlf.core.IRequest
-
获取会话,将根据properties中nlf.session.auto_create值决定是否自动创建,默认为true
- getSession(boolean) - 接口 中的方法com.nlf.core.IRequest
-
获取会话
- getSession() - 类 中的方法com.nlf.extend.web.AbstractWebSession
-
- getSession(boolean) - 类 中的方法com.nlf.extend.web.impl.DefaultWebRequest
-
- getSession() - 接口 中的方法com.nlf.extend.web.IWebSession
-
获取HttpSession
- getSetting(String) - 类 中的静态方法com.nlf.dao.setting.DbSettingFactory
-
根据别名获取DB配置
- getSettingAliasList() - 类 中的静态方法com.nlf.dao.setting.DbSettingFactory
-
获取已经按优先级排序的DB配置别名列表
- getShort(String, short) - 类 中的方法com.nlf.Bean
-
获取short值,如果获取不到或出错,返回默认值,不抛出异常
- getSize() - 类 中的方法com.nlf.core.UploadFile
-
获取文件大小
- getSize() - 类 中的方法com.nlf.dao.paging.PageData
-
获取该页数据条数
- getSize() - 类 中的方法com.nlf.extend.web.view.StreamView
-
- getSql() - 类 中的方法com.nlf.extend.dao.sql.AbstractSqlExecuter
-
- getSql() - 接口 中的方法com.nlf.extend.dao.sql.ISqlExecuter
-
获取最近一次操作生成的SQL语句
- getStart() - 类 中的方法com.nlf.extend.dao.sql.Condition
-
- getStatement() - 类 中的方法com.nlf.extend.dao.sql.SqlConnection
-
- getString(String) - 类 中的方法com.nlf.Bean
-
获取String值,如果为null,返回null
- getString(String, String) - 类 中的方法com.nlf.Bean
-
获取String值,如果为null,返回默认值
- getSuffix() - 类 中的方法com.nlf.core.UploadFile
-
获取文件后缀
- getSuperClass() - 类 中的方法com.nlf.bytecode.Klass
-
- getTail(int) - 类 中的方法com.nlf.util.ByteArray
-
获取尾部数据
- getTails(int) - 类 中的方法com.nlf.util.ByteArray
-
获取尾部字节
- getTempFile() - 类 中的方法com.nlf.core.UploadFile
-
- getTemplate() - 类 中的方法com.nlf.extend.dao.sql.AbstractSqlDao
-
- getTemplate() - 接口 中的方法com.nlf.extend.dao.sql.ISqlDao
-
获取SQL模板
- getType() - 类 中的方法com.nlf.bytecode.constant.AbstractConstant
-
- getType() - 接口 中的方法com.nlf.bytecode.constant.IConstant
-
获取类型
- getType() - 类 中的方法com.nlf.core.UploadFile
-
- getType() - 类 中的方法com.nlf.dao.AbstractDao
-
- getType() - 接口 中的方法com.nlf.dao.IDao
-
获取Dao类型
- getType() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取连接类型
- getType() - 接口 中的方法com.nlf.dao.setting.IDbSetting
-
获取配置类型,如jdbc、c3p0
- getType() - 类 中的方法com.nlf.extend.dao.noSql.AbstractNoSqlDao
-
- getType() - 类 中的方法com.nlf.extend.dao.sql.Condition
-
- getType() - 类 中的方法com.nlf.resource.Resource
-
- getType() - 类 中的方法com.nlf.serialize.node.impl.NodeBool
-
- getType() - 类 中的方法com.nlf.serialize.node.impl.NodeList
-
- getType() - 类 中的方法com.nlf.serialize.node.impl.NodeMap
-
- getType() - 类 中的方法com.nlf.serialize.node.impl.NodeNumber
-
- getType() - 类 中的方法com.nlf.serialize.node.impl.NodeString
-
- getType() - 接口 中的方法com.nlf.serialize.node.INode
-
类型
- getUpdater() - 类 中的方法com.nlf.extend.dao.sql.AbstractSqlDao
-
- getUpdater() - 接口 中的方法com.nlf.extend.dao.sql.ISqlDao
-
获取SQL更新器
- getUri() - 类 中的方法com.nlf.extend.web.view.PageView
-
- getUri() - 类 中的方法com.nlf.extend.web.view.RedirectView
-
- getUriList() - 类 中的方法com.nlf.core.RequestMapping
-
- getUrl() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取连接URL
- getUser() - 类 中的方法com.nlf.dao.setting.AbstractDbSetting
-
获取用户名
- getValue() - 类 中的方法com.nlf.extend.dao.sql.Condition
-
- getValue() - 类 中的方法com.nlf.serialize.node.impl.NodeList
-
- getValue() - 类 中的方法com.nlf.serialize.node.impl.NodeMap
-
- getValue() - 类 中的方法com.nlf.serialize.node.impl.NodeNumber
-
- getValue() - 类 中的方法com.nlf.serialize.node.impl.NodeString
-
- getWrapper(String) - 类 中的静态方法com.nlf.serialize.ConvertFactory
-
获取包装器
- groupBy(String) - 类 中的方法com.nlf.extend.dao.sql.dbType.common.ASqlSelecter
-
- groupBy(String) - 接口 中的方法com.nlf.extend.dao.sql.ISqlSelecter
-
group by
- groupByIf(String, boolean) - 类 中的方法com.nlf.extend.dao.sql.dbType.common.ASqlSelecter
-
- groupByIf(String, boolean) - 接口 中的方法com.nlf.extend.dao.sql.ISqlSelecter
-
当满足条件时执行group by
- groupBys - 类 中的变量com.nlf.extend.dao.sql.AbstractSqlExecuter
-
- GT - 类 中的静态变量com.nlf.extend.serialize.xml.impl.DefaultXmlWrapper
-
- GT - 类 中的静态变量com.nlf.util.Chars
-
大于
- GT - 类 中的静态变量com.nlf.util.Strings
-
- GT_ENTITY_NAME - 类 中的静态变量com.nlf.util.Strings
-
- guessRet(byte[]) - 类 中的方法com.nlf.bytecode.Klass
-