Changeset 1611
- Timestamp:
- 07/18/08 07:53:06 (5 years ago)
- Location:
- coldbox/trunk/install
- Files:
-
- 3 modified
-
cfeclipse_dictionary/coldbox.xml (modified) (2 diffs)
-
cfeclipse_snippets/coldbox/setNextEventWithPersistance.xml (modified) (1 diff)
-
cfeclipse_snippets/coldbox/setNextRouteWithPersistance.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/install/cfeclipse_dictionary/coldbox.xml
r1609 r1611 479 479 ]]></help> 480 480 </parameter> 481 <parameter name="varStruct" type="struct" required="false"> 482 <help><![CDATA[ 483 A structure of key-value pairs to persist. Keys in this structure take precedence of what exists in the persist list, if named the same 484 ]]></help> 485 </parameter> 481 486 </function> 482 487 … … 493 498 <help><![CDATA[ 494 499 A comma delimmited list of keys in the request collection to persist across the request. 500 ]]></help> 501 </parameter> 502 <parameter name="varStruct" type="struct" required="false"> 503 <help><![CDATA[ 504 A structure of key-value pairs to persist. Keys in this structure take precedence of what exists in the persist list, if named the same 495 505 ]]></help> 496 506 </parameter> -
coldbox/trunk/install/cfeclipse_snippets/coldbox/setNextEventWithPersistance.xml
r952 r1611 3 3 <name>setNextEventWithPersistance</name> 4 4 <help></help> 5 <starttext><![CDATA[setNextEvent(event="$${event}",queryString="$${url params}",persist="$${Persitance key list}" )]]></starttext>5 <starttext><![CDATA[setNextEvent(event="$${event}",queryString="$${url params}",persist="$${Persitance key list}",varStruct=structNew())]]></starttext> 6 6 <endtext><![CDATA[]]></endtext> 7 7 </snippet> -
coldbox/trunk/install/cfeclipse_snippets/coldbox/setNextRouteWithPersistance.xml
r1059 r1611 3 3 <name>setNextRouteWithPersistance</name> 4 4 <help></help> 5 <starttext><![CDATA[setNextRoute("$${Route (do not prepend /)}", "$${Persist List}")]]></starttext>5 <starttext><![CDATA[setNextRoute("$${Route (do not prepend /)}", "$${Persist List}",structNew())]]></starttext> 6 6 <endtext><![CDATA[]]></endtext> 7 7 </snippet>
