Databases Reference
In-Depth Information
Module type
Description
component
Adds components to the component system for reuse
and autowiring. Think of your own services.
component-import
Imports components from other add-ons so that they
are available in your own add-on.
module-type
Adds new plugin modules to the plugin framework.
Useful when building for, or on top of other add-ons.
path-converter
Enables you to create custom URL schemes for your
add-on, that is you can have SEO-friendly URL
schemes.
rest
Makes services and resources available as REST API.
servlet
Deploys a standard Java servlet within a Confluence
add-on.
servlet-context-listener
Deploys a Java servlet context listener as a part of your
add-on.
servlet-context-param
Adds parameters in the Java Servlet context shared by
your add-on's servlets, filters, and listeners.
servlet-filter
Adds a Java servlet filter to your add-on. Don't forget
to specify the location and ordering of your filter.
velocity-context-item
Adds helper objects to your Velocity context, which can
be used in templates.
web-item
Adds links and tabs to the Confluence UI.
web-resource
Enables you to include stylesheets and JavaScript to
your add-on.
web-resource-transformer
Allows you to manipulate web resources before they
are send to the browser.
web-section
Adds sections of links to the Confluence UI.
Search WWH ::




Custom Search