- generate(HttpServletRequest, HttpServletResponse) - 类 中的方法com.jfinal.util.SessionIdGenerator
-
- GET - com.jfinal.ext.interceptor中的类
-
Accept GET method only.
- GET() - 类 的构造器com.jfinal.ext.interceptor.GET
-
- get(String) - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
Added by JFinal for FreeMarker and Beetl.
- get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.cache.EhCache
-
- get(String, Object) - 接口 中的方法com.jfinal.plugin.activerecord.cache.ICache
-
- get(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of any mysql type
- get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of any mysql type.
- get(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of any mysql type
- get(String, Object) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of any mysql type.
- get(String, Object) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
-
- getAccessToken(HttpServletRequest) - 类 中的静态方法com.jfinal.plugin.auth.AccessTokenBuilder
-
- getAction(String, String[]) - 类 中的方法com.jfinal.core.ActionMapping
-
Support four types of url
1: http://abc.com/controllerKey ---> 00
2: http://abc.com/controllerKey/para ---> 01
3: http://abc.com/controllerKey/method ---> 10
4: http://abc.com/controllerKey/method/para ---> 11
- getAction(String, String[]) - 类 中的方法com.jfinal.core.JFinal
-
- getActionKey() - 类 中的方法com.jfinal.aop.ActionInvocationWrapper
-
- getActionKey() - 类 中的方法com.jfinal.core.Action
-
- getActionKey() - 类 中的方法com.jfinal.core.ActionInvocation
-
Return the action key.
- getActionKey() - 类 中的方法com.jfinal.validate.Validator
-
Return the action key of this action.
- getActionUrl() - 类 中的方法com.jfinal.core.ActionRender
-
- getAll() - 接口 中的方法com.jfinal.token.ITokenCache
-
- getAllActionKeys() - 类 中的方法com.jfinal.core.ActionMapping
-
- getAllActionKeys() - 类 中的方法com.jfinal.core.JFinal
-
- getAttr(String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttr(String) - 接口 中的方法com.jfinal.plugin.auth.ISession
-
- getAttrForInt(String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttrForStr(String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttribute(String) - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getAttributeNames() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getAttrNames() - 类 中的方法com.jfinal.core.Controller
-
Returns an Enumeration containing the names of the attributes available to this request.
- getAttrNames() - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Return attribute names of this model.
- getAttrNames() - 接口 中的方法com.jfinal.plugin.auth.ISession
-
- getAttrs(Model) - 类 中的静态方法com.jfinal.plugin.activerecord.CPI
-
Return the attributes map of the model
- getAttrs() - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Return attribute Map.
- getAttrsEntrySet() - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Return attribute Set.
- getAttrValues() - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Return attribute values of this model.
- getBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: decimal, numeric
- getBigDecimal(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: decimal, numeric
- getBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: bit, tinyint(1)
- getBoolean(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: bit, tinyint(1)
- getBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: binary, varbinary, tinyblob, blob, mediumblob, longblob
- getBytes(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: binary, varbinary, tinyblob, blob, mediumblob, longblob
I have not finished the test.
- getCache() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
-
- getCacheManager() - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
-
- getColType(String) - 类 中的方法com.jfinal.plugin.activerecord.TableInfo
-
- getColumns() - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Return columns map.
- getConfiguration() - 类 中的静态方法com.jfinal.render.FreeMarkerRender
-
freemarker can not load freemarker.properies automatically
- getConnection() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
-
Get Connection.
- getConnection() - 类 中的方法com.jfinal.plugin.activerecord.SqlReporter
-
- getConstants() - 类 中的静态方法com.jfinal.core.Config
-
- getConstants() - 类 中的方法com.jfinal.core.JFinal
-
- getContentType() - 类 中的方法com.jfinal.upload.UploadFile
-
- getController() - 类 中的方法com.jfinal.aop.ActionInvocationWrapper
-
- getController() - 类 中的方法com.jfinal.core.ActionInvocation
-
Return the controller of this action.
- getControllerClass() - 类 中的方法com.jfinal.core.Action
-
- getControllerClearType(Class<? extends Controller>) - 类 中的方法com.jfinal.core.InterceptorBuilder
-
- getControllerKey() - 类 中的方法com.jfinal.aop.ActionInvocationWrapper
-
- getControllerKey() - 类 中的方法com.jfinal.core.Action
-
- getControllerKey() - 类 中的方法com.jfinal.core.ActionInvocation
-
Return the controller key.
- getControllerKey() - 类 中的方法com.jfinal.validate.Validator
-
Return the controller key of this action.
- getCookie(String, String) - 类 中的方法com.jfinal.core.Controller
-
Get cookie value by cookie name.
- getCookie(String) - 类 中的方法com.jfinal.core.Controller
-
Get cookie value by cookie name.
- getCookieObject(String) - 类 中的方法com.jfinal.core.Controller
-
Get cookie object by cookie name.
- getCookieObjects() - 类 中的方法com.jfinal.core.Controller
-
Get all cookie objects.
- getCookieToInt(String) - 类 中的方法com.jfinal.core.Controller
-
Get cookie value by cookie name and convert to Integer.
- getCookieToInt(String, Integer) - 类 中的方法com.jfinal.core.Controller
-
Get cookie value by cookie name and convert to Integer.
- getCookieToLong(String) - 类 中的方法com.jfinal.core.Controller
-
Get cookie value by cookie name and convert to Long.
- getCookieToLong(String, Long) - 类 中的方法com.jfinal.core.Controller
-
Get cookie value by cookie name and convert to Long.
- getCreationTime() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getDataSource() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
-
Get DataSrouce
- getDataSource() - 接口 中的方法com.jfinal.plugin.activerecord.IDataSourceProvider
-
- getDataSource() - 类 中的方法com.jfinal.plugin.c3p0.C3p0Plugin
-
- getDataSource() - 类 中的方法com.jfinal.plugin.druid.DruidPlugin
-
- getDate(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: date, year
- getDate(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: date, year
- getDefaultLocale() - 类 中的静态方法com.jfinal.i18n.I18N
-
- getDefaultRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getDevMode() - 类 中的方法com.jfinal.config.Constants
-
- getDevMode() - 类 中的静态方法com.jfinal.render.Render
-
- getDialect() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
-
- getDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: real, double
- getDouble(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: real, double
- getEncoding() - 类 中的方法com.jfinal.config.Constants
-
- getEncoding() - 类 中的静态方法com.jfinal.render.Render
-
- getEntrySet() - 类 中的方法com.jfinal.config.Routes
-
- getError404Render() - 异常错误 中的方法com.jfinal.render.Error404Exception
-
- getError404Render() - 类 中的方法com.jfinal.render.RenderFactory
-
- getError404Render(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getError404View() - 类 中的方法com.jfinal.config.Constants
-
- getError500Render() - 异常错误 中的方法com.jfinal.render.Error500Exception
-
- getError500Render() - 类 中的方法com.jfinal.render.RenderFactory
-
- getError500Render(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getError500View() - 类 中的方法com.jfinal.config.Constants
-
- getExpirationTime() - 类 中的方法com.jfinal.token.Token
-
- getFile(String, String, Integer, String) - 类 中的方法com.jfinal.core.Controller
-
- getFile(String, String, int) - 类 中的方法com.jfinal.core.Controller
-
- getFile(String, String) - 类 中的方法com.jfinal.core.Controller
-
- getFile() - 类 中的方法com.jfinal.core.Controller
-
- getFile(String) - 类 中的方法com.jfinal.core.Controller
-
- getFile() - 类 中的方法com.jfinal.upload.UploadFile
-
- getFileFromJar(String) - 类 中的静态方法com.jfinal.util.PathUtil
-
- getFileRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getFileRender(File) - 类 中的方法com.jfinal.render.RenderFactory
-
- getFileRenderPath() - 类 中的方法com.jfinal.config.Constants
-
- getFileRenderPath() - 类 中的方法com.jfinal.render.RenderFactory
-
- getFiles(String, Integer, String) - 类 中的方法com.jfinal.core.Controller
-
Get upload file from multipart request.
- getFiles(String, int) - 类 中的方法com.jfinal.core.Controller
-
- getFiles(String) - 类 中的方法com.jfinal.core.Controller
-
- getFiles() - 类 中的方法com.jfinal.core.Controller
-
- getFiles() - 类 中的方法com.jfinal.upload.MultipartRequest
-
- getFilesystemName() - 类 中的方法com.jfinal.upload.UploadFile
-
- getFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: float
- getFloat(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: float
- getFreeMarkerConfiguration() - 类 中的静态方法com.jfinal.render.CPI
-
- getFreeMarkerRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getFreeMarkerTemplateUpdateDelay() - 类 中的方法com.jfinal.config.Constants
-
- getFreeMarkerViewExtension() - 类 中的方法com.jfinal.config.Constants
-
- getGeneratedKey(PreparedStatement) - 类 中的静态方法com.jfinal.plugin.activerecord.Db
-
Get id after insert method getGeneratedKey().
- getGeneratedKey(PreparedStatement, TableInfo) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get id after save method.
- getHandler() - 类 中的方法com.jfinal.core.JFinal
-
- getHandler(List<Handler>, Handler) - 类 中的静态方法com.jfinal.handler.HandlerFactory
-
Build handler chain
- getHandlerList() - 类 中的方法com.jfinal.config.Handlers
-
- getHandlers() - 类 中的静态方法com.jfinal.core.Config
-
- getHtmlRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getI18nDefaultLocale() - 类 中的方法com.jfinal.config.Constants
-
- getI18nMaxAgeOfCookie() - 类 中的方法com.jfinal.config.Constants
-
- getI18nMaxAgeOfCookie() - 类 中的静态方法com.jfinal.i18n.I18N
-
- getI18nResourceBaseName() - 类 中的方法com.jfinal.config.Constants
-
- getId() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getId() - 接口 中的方法com.jfinal.plugin.auth.ISession
-
- getId() - 类 中的方法com.jfinal.token.Token
-
Returns a string containing the unique identifier assigned to this token.
- getInt(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: int, integer, tinyint(n) n > 1, smallint, mediumint
- getInt(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: int, integer, tinyint(n) n > 1, smallint, mediumint
- getInterceptorArray() - 类 中的方法com.jfinal.config.Interceptors
-
- getInterceptors() - 类 中的方法com.jfinal.core.Action
-
- getInterceptors() - 类 中的静态方法com.jfinal.core.Config
-
- getJavascriptRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getJsonRender() - 类 中的方法com.jfinal.render.RenderFactory
-
- getJsonRender(String, Object) - 类 中的方法com.jfinal.render.RenderFactory
-
- getJsonRender(String[]) - 类 中的方法com.jfinal.render.RenderFactory
-
- getJspRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getJspViewExtension() - 类 中的方法com.jfinal.config.Constants
-
- getKeys() - 类 中的方法com.jfinal.i18n.I18N.NullResourceBundle
-
- getKeys(String) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
-
- getLastAccessedTime() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getList() - 类 中的方法com.jfinal.plugin.activerecord.Page
-
Return list of this page.
- getLocaleFromCookie() - 类 中的方法com.jfinal.core.Controller
-
- getLock(String) - 类 中的方法com.jfinal.plugin.ehcache.CacheInterceptor
-
- getLogger(Class<?>) - 接口 中的方法com.jfinal.log.ILoggerFactory
-
- getLogger(String) - 接口 中的方法com.jfinal.log.ILoggerFactory
-
- getLogger(Class<?>) - 类 中的方法com.jfinal.log.JdkLoggerFactory
-
- getLogger(String) - 类 中的方法com.jfinal.log.JdkLoggerFactory
-
- getLogger(Class<?>) - 类 中的方法com.jfinal.log.Log4jLoggerFactory
-
- getLogger(String) - 类 中的方法com.jfinal.log.Log4jLoggerFactory
-
- getLogger(Class<?>) - 类 中的静态方法com.jfinal.log.Logger
-
- getLogger(String) - 类 中的静态方法com.jfinal.log.Logger
-
- getLogger(Class<?>) - 类 中的方法com.jfinal.log.NullLoggerFactory
-
- getLogger(String) - 类 中的方法com.jfinal.log.NullLoggerFactory
-
- getLong(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: bigint
- getLong(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: bigint
- getMaxInactiveInterval() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getMaxPostSize() - 类 中的方法com.jfinal.config.Constants
-
- getMethod() - 类 中的方法com.jfinal.aop.ActionInvocationWrapper
-
- getMethod() - 类 中的方法com.jfinal.core.Action
-
- getMethod() - 类 中的方法com.jfinal.core.ActionInvocation
-
Return the method of this action.
- getMethodClearType(Method) - 类 中的方法com.jfinal.core.InterceptorBuilder
-
- getMethodName() - 类 中的方法com.jfinal.aop.ActionInvocationWrapper
-
- getMethodName() - 类 中的方法com.jfinal.core.Action
-
- getMethodName() - 类 中的方法com.jfinal.core.ActionInvocation
-
Return the method name of this action's method.
- getModel(Class<T>) - 类 中的方法com.jfinal.core.Controller
-
Get model from http request.
- getModel(Class<T>, String) - 类 中的方法com.jfinal.core.Controller
-
Get model from http request.
- getModelClass() - 类 中的方法com.jfinal.plugin.activerecord.TableInfo
-
- getModifyFlag() - 类 中的方法com.jfinal.plugin.activerecord.Model
-
- getNullRender() - 类 中的方法com.jfinal.render.RenderFactory
-
- getNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of any type that extends from Number
- getNumber(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of any type that extends from Number
- getOrAddCache(String) - 类 中的静态方法com.jfinal.plugin.ehcache.CacheKit
-
- getOriginalFileName() - 类 中的方法com.jfinal.upload.UploadFile
-
- getPackagePath(Object) - 类 中的静态方法com.jfinal.util.PathUtil
-
- getPageNumber() - 类 中的方法com.jfinal.plugin.activerecord.Page
-
Return page number.
- getPageSize() - 类 中的方法com.jfinal.plugin.activerecord.Page
-
Return page size.
- getPara(String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter as a String, or null if the parameter does not exist.
- getPara(String, String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter as a String, or null if the parameter does not exist.
- getPara() - 类 中的方法com.jfinal.core.Controller
-
Get all para with separator char from url
- getPara(int) - 类 中的方法com.jfinal.core.Controller
-
Get para from url.
- getPara(int, String) - 类 中的方法com.jfinal.core.Controller
-
Get para from url with default value if it is null or "".
- getParaMap() - 类 中的方法com.jfinal.core.Controller
-
Returns the values of the request parameters as a Map.
- getParameter(String) - 类 中的方法com.jfinal.upload.MultipartRequest
-
- getParameterMap() - 类 中的方法com.jfinal.upload.MultipartRequest
-
- getParameterName() - 类 中的方法com.jfinal.upload.UploadFile
-
- getParameterNames() - 类 中的方法com.jfinal.upload.MultipartRequest
-
Methods to replace HttpServletRequest methods
- getParameterValues(String) - 类 中的方法com.jfinal.upload.MultipartRequest
-
- getParaNames() - 类 中的方法com.jfinal.core.Controller
-
Returns an Enumeration of String objects containing the names of the parameters
contained in this request.
- getParaToBoolean(String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter and convert to Boolean.
- getParaToBoolean(String, Boolean) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter and convert to Boolean with a default value if it is null.
- getParaToInt(String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter and convert to Integer.
- getParaToInt(String, Integer) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter and convert to Integer with a default value if it is null.
- getParaToInt(int) - 类 中的方法com.jfinal.core.Controller
-
Get para from url and conver to Integer.
- getParaToInt(int, Integer) - 类 中的方法com.jfinal.core.Controller
-
Get para from url and conver to Integer with default value if it is null.
- getParaToInt() - 类 中的方法com.jfinal.core.Controller
-
Get all para from url and convert to Integer
- getParaToInt_(String, Integer) - 类 中的方法com.jfinal.core.Controller
-
- getParaToLong(String) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter and convert to Long.
- getParaToLong(String, Long) - 类 中的方法com.jfinal.core.Controller
-
Returns the value of a request parameter and convert to Long with a default value if it is null.
- getParaToLong(int) - 类 中的方法com.jfinal.core.Controller
-
Get para from url and conver to Long.
- getParaToLong(int, Long) - 类 中的方法com.jfinal.core.Controller
-
Get para from url and conver to Long with default value if it is null.
- getParaToLong() - 类 中的方法com.jfinal.core.Controller
-
Get all para from url and convert to Long
- getParaToLong_(String, Long) - 类 中的方法com.jfinal.core.Controller
-
- getParaValues(String) - 类 中的方法com.jfinal.core.Controller
-
Returns an array of String objects containing all of the values the given request
parameter has, or null if the parameter does not exist.
- getParaValuesToInt(String) - 类 中的方法com.jfinal.core.Controller
-
Returns an array of Integer objects containing all of the values the given request
parameter has, or null if the parameter does not exist.
- getPath(Class) - 类 中的静态方法com.jfinal.util.PathUtil
-
- getPath(Object) - 类 中的静态方法com.jfinal.util.PathUtil
-
- getPluginList() - 类 中的方法com.jfinal.config.Plugins
-
- getPlugins() - 类 中的静态方法com.jfinal.core.Config
-
- getPrimaryKey() - 类 中的方法com.jfinal.plugin.activerecord.TableInfo
-
update() and delete() need this method.
- getProperty(String) - 类 中的方法com.jfinal.config.JFinalConfig
-
- getProperty(String, String) - 类 中的方法com.jfinal.config.JFinalConfig
-
- getPropertyToBoolean(String) - 类 中的方法com.jfinal.config.JFinalConfig
-
- getPropertyToBoolean(String, boolean) - 类 中的方法com.jfinal.config.JFinalConfig
-
- getPropertyToInt(String) - 类 中的方法com.jfinal.config.JFinalConfig
-
- getPropertyToInt(String, Integer) - 类 中的方法com.jfinal.config.JFinalConfig
-
- getRandColor(int, int) - 类 中的方法com.jfinal.ext.render.CaptchaRender
-
- getRedirect301Render(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getRedirect301Render(String, boolean) - 类 中的方法com.jfinal.render.RenderFactory
-
- getRedirectRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getRedirectRender(String, boolean) - 类 中的方法com.jfinal.render.RenderFactory
-
- getRender() - 类 中的方法com.jfinal.core.Controller
-
- getRender(String) - 接口 中的方法com.jfinal.render.IMainRenderFactory
-
Return the render.
- getRender(String) - 类 中的方法com.jfinal.render.RenderFactory.FreeMarkerRenderFactory
-
- getRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
Return Render by default ViewType which config in JFinalConfig
- getRender(String) - 类 中的方法com.jfinal.render.RenderFactory.JspRenderFactory
-
- getRender(String) - 类 中的方法com.jfinal.render.RenderFactory.VelocityRenderFactory
-
- getRequest() - 类 中的方法com.jfinal.core.Controller
-
Return HttpServletRequest.
- getResourceBundle(Locale) - 类 中的静态方法com.jfinal.i18n.I18N
-
- getresourceBundleKey(Locale) - 类 中的静态方法com.jfinal.i18n.I18N
-
将来只改这里就可以了: resourceBundleKey的生成规则
- getResponse() - 类 中的方法com.jfinal.core.Controller
-
Return HttpServletResponse.
- getRootClassPath() - 类 中的静态方法com.jfinal.util.PathUtil
-
- getRoutes() - 类 中的静态方法com.jfinal.core.Config
-
- getSaveDirectory() - 类 中的方法com.jfinal.upload.UploadFile
-
- getServer(String, int, String, int) - 类 中的静态方法com.jfinal.server.ServerFactory
-
Return web server.
- getServer(String, int, String) - 类 中的静态方法com.jfinal.server.ServerFactory
-
- getServer(int, String, int) - 类 中的静态方法com.jfinal.server.ServerFactory
-
- getServer(int, String) - 类 中的静态方法com.jfinal.server.ServerFactory
-
- getServer(int) - 类 中的静态方法com.jfinal.server.ServerFactory
-
- getServer() - 类 中的静态方法com.jfinal.server.ServerFactory
-
- getServletContext() - 类 中的方法com.jfinal.core.JFinal
-
- getServletContext() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getServletContext() - 类 中的静态方法com.jfinal.render.RenderFactory
-
- getSession() - 类 中的方法com.jfinal.core.Controller
-
Return HttpSession.
- getSession(boolean) - 类 中的方法com.jfinal.core.Controller
-
Return HttpSession.
- getSession(String, boolean) - 类 中的方法com.jfinal.plugin.auth.SessionKit
-
- getSession(String) - 类 中的方法com.jfinal.plugin.auth.SessionKit
-
- getSessionAttr(String) - 类 中的方法com.jfinal.core.Controller
-
Return a Object from session.
- getSessionContext() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getStr(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: varchar, char, enum, set, text, tinytext, mediumtext, longtext
- getStr(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: varchar, char, enum, set, text, tinytext, mediumtext, longtext
- getTableInfo(Class<? extends Model>) - 类 中的方法com.jfinal.plugin.activerecord.TableInfoMapping
-
- getTableName() - 类 中的方法com.jfinal.plugin.activerecord.TableInfo
-
- getText(String) - 类 中的方法com.jfinal.core.Controller
-
- getText(String, String) - 类 中的方法com.jfinal.core.Controller
-
- getText(String) - 类 中的静态方法com.jfinal.i18n.I18N
-
- getText(String, String) - 类 中的静态方法com.jfinal.i18n.I18N
-
- getText(String, Locale) - 类 中的静态方法com.jfinal.i18n.I18N
-
- getText(String, String, Locale) - 类 中的静态方法com.jfinal.i18n.I18N
-
- getTextRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getTextRender(String, String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getTime(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: time
- getTime(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: time
- getTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.Model
-
Get attribute of mysql type: timestamp, datetime
- getTimestamp(String) - 类 中的方法com.jfinal.plugin.activerecord.Record
-
Get column of mysql type: timestamp, datetime
- getTokenCache() - 类 中的方法com.jfinal.config.Constants
-
- getTotalPage() - 类 中的方法com.jfinal.plugin.activerecord.Page
-
Return total page.
- getTotalRow() - 类 中的方法com.jfinal.plugin.activerecord.Page
-
Return total row.
- getTransactionLevel() - 类 中的静态方法com.jfinal.plugin.activerecord.DbKit
-
- getTransactionLevel() - 类 中的方法com.jfinal.plugin.activerecord.tx.Tx
-
- getTransactionLevel() - 类 中的方法com.jfinal.plugin.activerecord.tx.TxReadCommitted
-
- getTransactionLevel() - 类 中的方法com.jfinal.plugin.activerecord.tx.TxReadUncommitted
-
- getTransactionLevel() - 类 中的方法com.jfinal.plugin.activerecord.tx.TxRepeatableRead
-
- getTransactionLevel() - 类 中的方法com.jfinal.plugin.activerecord.tx.TxSerializable
-
- getUploadedFileSaveDirectory() - 类 中的方法com.jfinal.config.Constants
-
- getUrlParaSeparator() - 类 中的方法com.jfinal.config.Constants
-
- getValue(String) - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getValueNames() - 类 中的方法com.jfinal.ext.interceptor.JFinalSession
-
- getVelocityRender(String) - 类 中的方法com.jfinal.render.RenderFactory
-
- getVelocityViewExtension() - 类 中的方法com.jfinal.config.Constants
-
- getViewExtension() - 接口 中的方法com.jfinal.render.IMainRenderFactory
-
The extension of the view.
- getViewExtension() - 类 中的方法com.jfinal.render.RenderFactory.FreeMarkerRenderFactory
-
- getViewExtension() - 类 中的方法com.jfinal.render.RenderFactory.JspRenderFactory
-
- getViewExtension() - 类 中的方法com.jfinal.render.RenderFactory.VelocityRenderFactory
-
- getViewPath() - 类 中的方法com.jfinal.aop.ActionInvocationWrapper
-
Return view path of this controller
- getViewPath(String) - 类 中的方法com.jfinal.config.Routes
-
- getViewPath() - 类 中的方法com.jfinal.core.Action
-
- getViewPath() - 类 中的方法com.jfinal.core.ActionInvocation
-
Return view path of this controller.
- getViewType() - 类 中的方法com.jfinal.config.Constants
-
- getWebRootPath() - 类 中的静态方法com.jfinal.util.PathUtil
-