Overview


Supplies configured data such as database connections


Details


Name:

Config Supplier

Prefix:

config

Supported Content:

Anything

Provided By:

Connector for SQL Databases

Supported Keys


The following are the list of keys for which this supplier will return a value:

Key
Content Types
Return Type

Description

[db name]

Anything

String

Checks for a configured database connection by that name and returns it if it exists

all dbs

Anything

List of Strings

Returns a list of all configured databases including those in the server.xml file as well as any configured through the admin console.

Examples