Confluence 3.0 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Confluence supports the following types of plugin modules:
Module Type |
Since version... |
関連ドキュメント |
説明 |
|---|---|---|---|
codeformatter |
2.2 |
Adds new languages to the {code} macro |
|
colour-scheme |
1.3 |
A colour-scheme for a theme |
|
component |
2.10 |
Adds components to Confluence's component system. This is the newer and recommended version of the |
|
component |
1.4 |
Adds components to Confluence's component system. This is the earlier version of the |
|
component-import |
2.10 |
Accesses Java components shared by other plugins. |
|
decorator |
2.5 |
Adds decorators without using a Theme Plugin |
|
extractor |
1.4 |
Adds information to the Confluence search index |
|
エディタ |
2.5 |
Adds a Wysiwyg editor to the Confluence edit page |
|
ジョブ |
2.2 |
Adds repeatable jobs to Confluence |
|
language |
2.2 |
Adds language translations to Confluence |
|
レイアウト |
1.3 |
A layout (decorator) definition for a theme |
|
lifecycle |
2.3 |
Schedule tasks to be run on application startup and shutdown |
|
listener |
1.4 |
A component that can respond to events occurring in the Confluence server |
|
マクロ |
1.3 |
A macro used in wiki to HTML conversions (e.g {color}). Outputs HTML that can be embedded in a page or layout. Can retreive user, page and space info, or external content (eg RSS) |
|
module-type |
2.10 |
Dynamically adds new plugin module types to the plugin framework, generally building on other plugin modules. |
|
path-converter |
2.8 |
Allows you to install custom URL schemes as a part of your plugin, i.e. you can have 'pretty' URLs. |
|
rpc-soap |
1.4 |
Deploys a SOAP service within Confluence |
|
rpc-xmlrpc |
1.4 |
Deploys an XML-RPC service within Confluence |
|
servlet |
1.4 |
A standard Java servlet deployed within a Confluence plugin |
|
servlet-context-listener |
2.10 |
Deploys Java Servlet context listeners as a part of your plugin. |
|
servlet-context-param |
2.10 |
Sets parameters in the Java Servlet context shared by your plugin's servlets, filters, and listeners. |
|
servlet-filter |
2.10 |
Deploys Java Servlet filters as a part of your plugin, specifying the location and ordering of your filter. |
|
spring |
2.2 |
Add a Spring component. Unlike component plugins these allow the use of full Spring configuration XML |
|
theme |
1.3 |
A custom look-and-feel for a Confluence site or space |
|
trigger |
2.2 |
Adds triggers which schedule jobs |
|
usermacro |
2.3 |
Allows a simple macro to be created in the plugin XML file, with no Java coding necessary |
|
velocity-context-item |
1.4 |
Adds helper objects to Confluence's Velocity context |
|
web-item |
2.2 |
Adds links or tabs to the Confluence UI |
|
web-resource |
2.8 |
Allows you to include Javascript and CSS resources |
|
web-section |
2.2 |
Adds sections of links to the Confluence UI |
|
xwork |
1.4 |
XWork/Webwork actions and views bunded with a plugin, enabling user interaction |
関連トピック
Writing Confluence Plugins
Installing and Configuring Plugins Manually
