Equivalent @ThisName in xPages

I am searching for the function @ThisName in xPages

Thanks

Subject: this.getId()

I was searching for this too!

The answer is this.getId()

For example, you can have a label’s value be computed JavaScript of

‘foo’ + this.getId() + ‘bar’