MACROMEDIA COLDFUSION MX 7.0.2-USING COLDFUSION MX WITH FLEX 2 Use Manual page 40

Table of Contents

Advertisement

<!-- allow "public" (and remote) or just "remote" methods to be
invoked -->
<method-access-level>remote</method-access-level>
</access>
<!-- controls for forcing property names to lowercase when converting
to ActionScript -->
<property-case>
<!-- cfc property names -->
<force-cfc-lowercase>false</force-cfc-lowercase>
<!-- Query column names -->
<force-query-lowercase>false</force-query-lowercase>
<!-- struct keys -->
<force-struct-lowercase>false</force-struct-lowercase>
</property-case>
<metadata>
<identity property="contactId"/>
</metadata>
<network>
<!-- Add network elements here -->
</network>
<server>
<!--
The method declarations are ignored for CFC Assemblers,
with the exception of the fill-method settings.
Method names are fixed: fill, sync, get, count.
No parameters are defined here, unlike Java.
Any arguments provided via the AS call are passed along to the CFC,
just use optional arguments when defining the CFC.
-->
<fill-method>
<!--
Does the assembler have a "fill-contains" method?
This method is used to determine whether to refresh the fill.
If the specified method returns true the fill is re-executed
after a create or update.
Auto-refresh determines if the fill is always refreshed if not
specified.
May only be used when auto-refresh is true.
Optional. Default is false.
-->
<use-fill-contains>false</use-fill-contains>
<!--
Determines whether to refresh the fill on updates or creates.
Optional. Default value is true.
40
Using the Flex Data Service Assembler

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents