Confluence 2.5 has reached end of life
Check out the [latest version] of the documentation
Spring Modules
A Spring module allows you to use standard Spring XML configuration tags.
A spring module appears in atlassian-plugin.xml like this:
<spring name="Space Cleaner Job" key="spaceCleanerJob" class="org.springframework.scheduling.quartz.JobDetailBean">
... any standard spring configuration goes here...
</spring>
The above is equivalent to the following configuration in applicationContext.xml:
<bean id="spaceCleanerJob" class="org.springframework.scheduling.quartz.JobDetailBean">
...
</bean>
Overview
Content Tools
Apps
