File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,10 @@ Log details about code execution at the statement level
184184
185185A comprehensive guide on how to install extensions in Lucee.
186186
187+ ## [ Lucee Extension Utilities] ( /docs/recipes/extension-utilities.md )
188+
189+ Comprehensive guide to accessing Lucee core utilities when developing extensions
190+
187191## [ Externalize Strings] ( /docs/recipes/externalizing-strings.md )
188192
189193Externalize strings from generated class files to separate files. This method is used to reduce the memory of the static contents for templates.
Original file line number Diff line number Diff line change 650650 " automation"
651651 ]
652652 },
653+ {
654+ "file" : " extension-utilities.md" ,
655+ "title" : " Lucee Extension Utilities" ,
656+ "path" : " /docs/recipes/extension-utilities.md" ,
657+ "hash" : " 1e181b11d55ee18f6761231ea2873557" ,
658+ "keywords" : [
659+ " Extension" ,
660+ " Development" ,
661+ " Utilities" ,
662+ " CFMLEngine" ,
663+ " Java" ,
664+ " API"
665+ ]
666+ },
653667 {
654668 "file" : " externalizing-strings.md" ,
655669 "title" : " Externalize Strings" ,
You can’t perform that action at this time.
0 commit comments