Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Posts about JFinal manual

2.5 configInterceptor (Interceptors me)

May 14, 2021 12:00 0 Comment JFinal manual

2.5 configInterceptor (Interceptors me), This method is used to configure JFinal's global interceptor, which blocks all action requests unless it is cleared in Controller using @Clear, and th

3.6 GetFile file upload

May 14, 2021 12:00 0 Comment JFinal manual

3.6 GetFile file upload, Controller provides the getFile family of methods to support file uploads., rs., Note in particular: If, the client requests for multipart request (th

3.4 GetModel and getBean series methods

May 14, 2021 12:00 0 Comment JFinal manual

3.4 GetModel and getBean series methods, GetModel is used to receive model objects passed through the page form field, the form domain name is named "modelName.attrName". I, n addition to get

3.3 GetPara series method

May 14, 2021 12:00 0 Comment JFinal manual

3.3 GetPara series method, Controller provides the getPara series of methods to get parameters from the request. T, he getPara series of methods is divided into two types. T, he

3.2 Action

May 14, 2021 12:00 0 Comment JFinal manual

3.2 Action, Controller and the public non-participation method defined in it are called Action., Action is the smallest unit of the request., The Action method mu

2.8 PropKit

May 14, 2021 12:00 0 Comment JFinal manual

2.8 PropKit, The PropKit tool class is used to manipulate external profiles., PropKit is extremely easy to use at any time and space in the system, such as the fol

2.7 after JFinalStart () and before JFinalStop ()

May 14, 2021 12:00 0 Comment JFinal manual

2.7 after JFinalStart () and before JFinalStop (), The after JFinalStart() and before JFinalStop() methods in JFinalConfig are available for developers to override in the JFinalConfig inheritance class

2.6 configHandler (Handlers me)

May 14, 2021 12:00 0 Comment JFinal manual

2.6 configHandler (Handlers me), This method is used to configure JFinal's Handler, which is configured with a processor called ResourceHandler, which takes over all web requests and

3.7 renderFile file download

May 14, 2021 13:00 0 Comment JFinal manual

3.7 renderFile file download, Controller provides the renderFile family of methods to support file downloads. T, he default download path for a file is under the download subpath u

3.9 render series method

May 14, 2021 13:00 0 Comment JFinal manual

3.9 render series method, The render series method renders different types of views and returns them to the client., The types of views JFinal currently supports are:, FreeMark

4.1 Overview

May 14, 2021 13:00 0 Comment JFinal manual

4.1 Overview, Traditional AOP implementations require the introduction of a large number of complex and redundant concepts, such as Aspect, Advice, Joinpoint, Poinc

4.2 Interceptor

May 14, 2021 13:00 0 Comment JFinal manual

4.2 Interceptor, Interceptor intercepts methods and provides an opportunity to add faceted code before and after methods to achieve the core objectives of AOP. T, he I

4.3 Before

May 14, 2021 13:00 0 Comment JFinal manual

4.3 Before, The Before annotation is used to configure the interceptor, which can be configured with Class, Method-level interceptors, and the following is an exa

4.4 Clear

May 14, 2021 13:00 0 Comment JFinal manual

4.4 Clear, Interceptors are divided into Global, Inject, Class, and Method levels from top to bottom, and Clear is used to clear interceptors above and above the

4.5 Interceptor trigger

May 14, 2021 13:00 0 Comment JFinal manual

4.5 Interceptor trigger, AOP in JFinal is divided into control layer AOP and business layer AOP, and business layer AOP is not strictly limited to the business layer because J