Extend core objects members functions

Description

Add the ability to extend member functions with your own functions.

For instance we know that the String object has methods such as

var myString = "Some string".lcase(); var myOtherString = "Some other string".ucase(); ``` I would be nice to be able to extend the String object with custom member functions and share those function in one central location for the entire Lucee server. ``` #!coldfusion "My alien string".huminize();

Activity

Imported User 83 
13 February 2015 at 13:47

Where can I find documentation on that?

Michael Offner 
13 February 2015 at 12:34

you can already do for java based functions you add, we have to extend the meta data to do so..

Imported User 83 
10 February 2015 at 14:13

Fixed

Details

Assignee

Reporter

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Priority

Created 10 February 2015 at 14:09
Updated 21 May 2024 at 23:16
Resolved 21 May 2024 at 23:16