Skip to end of banner
Go to start of banner

Object Supplier

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Current »

Overview

Provides general information about any object.

This supplier is disabled by default, and should generally not be turned on in a production environment. To control access, enable or disable the Session Supplier by going to

  • Confluence global administration

  • Manage apps > Expand Utility Library plugin > Expand "x of x modules enabled"

This displays the list of suppliers that are not enabled by default.

Details

Name:

Object Supplier

Prefix:

object(required)

Supported Content:

Anything

Provided By:

Reporting for Confluence FROM V3.1.0

Supported Keys

List of keys that this supplier returns a value for.

Key

Content Types

Return Type

Description

class

Anything

Class

Returns the 'class' for the current object.

classname

Anything

Text

The full classname for the current object.

as string

Anything

Text

The 'toString()' value of the current object.

hash code

Anything

Number

The hash code of the current object.

is facade

Anything

Boolean

When accessing objects from other plugins, they may be wrapped in a 'facade', or a proxy object.

You can get access to the original via the 'unwrapped' key below.

is local

Anything

Boolean

If the object isn't a facade, it's local.

unwrapped

Anything

Anything

If this object is a facade

  • the 'wrapped' object is returned

If not a facade

  • the current object is returned


  • No labels