PageRenderTime 45ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/wheels/vendor/javaloader/tags/directory.cfm

http://cfwheels.googlecode.com/
ColdFusion | 25 lines | 4 code | 1 blank | 20 comment | 0 complexity | 95c27403cf6f1bcd4c9c43cdaea9d4f9 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <!--- Document Information -----------------------------------------------------
  2. Title: directory.cfm
  3. Author: Mark Mandel
  4. Email: mark@compoundtheory.com
  5. Website: http://www.compoundtheory.com
  6. Purpose: Tag proxy for cf7 compilation
  7. Usage:
  8. Modification Log:
  9. Name Date Description
  10. ================================================================================
  11. Mark Mandel 18/01/2010 Created
  12. ------------------------------------------------------------------------------->
  13. <cfif structKeyExists(attributes, "name")>
  14. <cfset attributes.name = "caller." & attributes.name>
  15. </cfif>
  16. <cfdirectory attributecollection="#attributes#" />