Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Code Block
<dwr>
		<allow>
			<create creator="new" javascript="DWRMyModuleService">
				<param name="class" value="<at:var at:name="MODULE_PACKAGE" />@MODULE_PACKAGE@.web.DWRMyModuleService"/>
				<include method="getAllLocations"/>
			</create>
		</allow>

		<signatures>
			<![CDATA[
			import <at:var at:name="MODULE_PACKAGE" />@MODULE_PACKAGE@.web.DWRMyModuleService;
			DWRMyModuleService.getAllLocations();
			]]>
		</signatures>
	</dwr>

...