• JFinal Manual
  • Introduction
  • 1. Rapid Experience with Generator
    • 1.1. Rapid Experience with Generator
    • 1.2. Related Generated Files
    • 1.3. The Main Advantages of Model-Bean combo
  • 2. Quick Start
    • 2.1. Create Project
    • 2.2. Import JFinal Library
    • 2.3. Modify web.xml
    • 2.4. Add Java Files
    • 2.5. Start Project
    • 2.6. Open Browser to See Result
    • 2.7. Develop Based on Maven
  • 3. JFinalConfig
    • 3.1. configConstant(Constants me)
    • 3.2. configRoute(Routes me)
    • 3.3. configPlugin (Plugins me)
    • 3.4. configInterceptor (Interceptors me)
    • 3.5. configHandler (Handlers me)
    • 3.6. afterJFinalStart() and beforeJFinalStop()
    • 3.7. PropKit
  • 4. Controller
    • 4.1. Action
    • 4.2. getPara series methods
    • 4.3. getModel series methods
    • 4.4. setAttr method
    • 4.5. getFile File Upload
    • 4.6. renderFile File Download
    • 4.7. Operations of session
    • 4.8. render series methods
  • 5. AOP
    • 5.1. Interceptor
    • 5.2. Before
    • 5.3. Clear
    • 5.4. Interceptor的触发
    • 5.5. Duang, Enhancer
    • 5.6. Inject Interceptor
  • 6. ActiveRecord
    • 6.1. ActiveRecordPlugin
    • 6.2. Model
    • 6.3. JaveBean-Model Combo
    • 6.4. Db+Record Model original created by JFinal
    • 6.5. Declarative Transactions
    • 6.6. Cache
    • 6.7. Dialect Multi-db Support
    • 6.8. Associated table Operations
    • 6.9. Composite Primary Key
    • 6.10. Support for Oracle
    • 6.11. Multi-datasource Support
    • 6.12. Using ActiveRecord in Non-Web Environment
  • 7. EhCachePlugin
    • 7.1. EhCachePlugin
    • 7.2. CacheInterceptor
    • 7.3. EvicInterceptor
    • 7.4. CacheKit
    • 7.5. ehcache.xml Introduction
  • 8. RedisPlugin
    • 8.1. Redisplugin
    • 8.2. Redis and Cache
    • 8.3. Using RedisPluginin Non-Web Enviroment
  • 9. Validator
    • 9.1. Validator
    • 9.2. Validator Configuration
  • 10. Internationalization
    • 10.1. I18n and Res
    • 10.2. I18nInterceptor
  • 11. FreeMarker Basics
    • 11.1. FreeMarker Demo
    • 11.2. Extension in JFinal
Powered by GitBook

JFinal Manual