PageRenderTime 34ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/events/onrequest.cfm

http://cfwheels.googlecode.com/
ColdFusion | 1 lines | 1 code | 0 blank | 0 comment | 0 complexity | a50c9c9fc8fe8675fb3ecd0f0f8dcdfb MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <cffunction name="onRequest" returntype="void" access="public" output="true"><cfargument name="targetpage" type="any" required="true"><cflock name="wheelsReloadLock" type="readOnly" timeout="180"><cfinclude template="#arguments.targetpage#"></cflock></cffunction>