About 50 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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 …

  5. docs.lucee.org

    # ComponentListPackage() List all components in a certain package, throws an application exception if package does not exist. ``` ComponentListPackage( package=string ...

  6. 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 .

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …