s.confluence.confluence-conveyor.1.0.0.source-code.conveyor-admin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of confluence-conveyor Show documentation
Show all versions of confluence-conveyor Show documentation
Allows plugins to override XWork actions in Confluence.
<?xml version="1.0"?> <conveyor-config> <package name="conveyorAdmin" extends="default" namespace="/admin/plugins/conveyor"> <default-interceptor-ref name="validatingStack"/> <action name="report" class="org.randombits.confluence.conveyor.actions.ReportAction"> <interceptor-ref name="defaultStack"/> <result name="success" type="velocity">/org/randombits/confluence/conveyor/actions/report.vm</result> </action> </package> </conveyor-config>