
Lucee Documentation
Lucee is a high performance, open source CFML server engine, written in Java. The documentation here aims to provide a thorough reference and guide to all things to do with the Lucee Server. This …
Components (CFCs) :: Lucee Documentation
Lucee 7 improvements to dynamic proxy creation - all component functions and properties are now always included when implementing Java interfaces. getClass () Method for Components Get the …
cfcomponent :: Lucee Documentation
Component Accessors getClass () Method for Components Using CFML Functions and Components in Java Dynamic Proxy Enhancements RestInitApplication () Inline Components Java - Explicit Casting …
docs.lucee.org
- **component-accessors** - CFML component accessors=true — what gets generated, how they behave with mixins and ORM, and the gotchas that bite - **dynamic-proxy-enhancements** - Lucee …
docs.lucee.org
# ComponentListPackage() List all components in a certain package, throws an application exception if package does not exist. ``` ComponentListPackage( package=string ...
ComponentListPackage () :: Lucee Documentation
The Lucee Documentation is developed and maintained by the Lucee Association Switzerland and licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License .
Sub Components :: Lucee Documentation
Learn how to create and use sub components in Lucee. This guide demonstrates how to define additional components within a .cfc file, making it easier to organize related components. Examples …
Application.cfc guide :: Lucee Documentation
Application.cfc Default Template Runtime Application Updates with cfapplication edit Application.cfc The Application.cfc / <cfapplication> is a component you put in your web application that then is picked …
Inline Components :: Lucee Documentation
Learn how to create and use inline components in Lucee. This guide demonstrates how to define components directly within your CFML code, making it easier to create and use components without …
Best Practices: Structs vs Inline Components :: Lucee Documentation
No metaspace allocation Slightly faster than components on average Inline Component Approach: Creates physical class definitions Metaspace allocation for class metadata Component lifecycle …