Changeset 1279

Show
Ignore:
Timestamp:
01/25/08 23:34:22 (5 years ago)
Author:
sullah
Message:

accessible from URL (access="remote")

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/ApplicationTemplate/coldboxproxy.cfc

    r968 r1279  
    1414 
    1515        <!--- You can override this method if you want to intercept before and after. ---> 
    16         <cffunction name="process" output="false" access="public" returntype="any" hint="Process a remote call and return data/objects back."> 
     16        <cffunction name="process" output="false" access="remote" returntype="any" hint="Process a remote call and return data/objects back."> 
    1717                <cfset var results = ""> 
    1818