1. Plugin Framework Documentation
Total Page:16
File Type:pdf, Size:1020Kb
1. Plugin Framework Documentation . 3 1.1 Writing Atlassian Plugins . 6 1.1.1 Creating your Plugin Descriptor . 8 1.1.2 Plugin Module Types . 16 1.1.2.1 Component Import Plugin Module . 16 1.1.2.2 Component Plugin Module . 20 1.1.2.3 Module Type Plugin Module . 23 1.1.2.4 Servlet Context Listener Plugin Module . 29 1.1.2.5 Servlet Context Parameter Plugin Module . 32 1.1.2.6 Servlet Filter Plugin Module . 34 1.1.2.7 Servlet Plugin Module . 38 1.1.2.8 Web Item Plugin Module . 41 1.1.2.9 Web Resource Plugin Module . 50 1.1.2.10 Web Section Plugin Module . 56 1.1.3 Adding Plugin and Module Resources . 64 1.1.4 Supporting Minification of JavaScript and CSS Resources . 70 1.1.5 Adding a Configuration UI for your Plugin . 73 1.1.6 Ensuring Standard Page Decoration in your Plugin UI . 75 1.1.7 Using Packages and Components Exposed by an Application . 77 1.1.8 Running your Plugin in the Reference Implementation . 79 1.1.9 OSGi, Spring and the Plugin Framework . 89 1.1.9.1 Behind the Scenes in the Plugin Framework . 94 1.1.9.1.1 Going from Plugin to OSGi Bundle . 94 1.1.9.1.2 Lifecycle of a Bundle . 95 1.1.9.1.3 Automatic Generation of Spring Configuration . 96 1.1.9.2 Converting a Plugin to Plugin Framework 2 . 98 1.1.9.3 OSGi and Spring Reference Documents . 99 1.2 Embedding the Plugin Framework . 100 1.2.1 Quick Start Guide to Embedding . 101 1.2.2 Exposing Host Components via Spring . 105 1.2.3 Using the Built-In Plugin Modules . 105 1.2.3.1 Servlet Module . 106 1.2.3.2 Web Fragment Module . 106 1.2.3.3 Web Resources Module . 106 1.2.4 Writing a Plugin Module Descriptor . 106 1.2.5 License and Copyright for the Atlassian Plugin Framework . 106 1.3 Plugin Framework Release Notes . 107 1.3.1 Plugin Framework 2.4 Release Notes . 107 1.3.2 Plugin Framework 2.3.5 Release Notes . 109 1.3.3 Plugin Framework 2.3.4 Release Notes . 110 1.3.4 Plugin Framework 2.3.3 Release Notes . 110 1.3.5 Plugin Framework 2.3.2 Release Notes . 110 1.3.6 Plugin Framework 2.3.1 Release Notes . 111 1.3.7 Plugin Framework 2.3 Release Notes . 111 1.3.8 Plugin Framework 2.2.4 Release Notes . 116 1.3.9 Plugin Framework 2.2.3 Release Notes . 116 1.3.10 Plugin Framework 2.2.2 Release Notes . 117 1.3.11 Plugin Framework 2.2.1 Release Notes . 117 1.3.12 Plugin Framework 2.2 Release Notes . 118 1.3.13 Plugin Framework 2.1.4 Release Notes . ..