Registry / config / uberfire-preferences-api

uberfire-preferences-api

JSON →
library7.74.1.Finaljavamavenunverified

Provides an API for managing user preferences in the UberFire framework.

<dependency> <groupId>org.uberfire</groupId> <artifactId>uberfire-preferences-api</artifactId> <version>7.74.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · UBERFIRE-PREFERENC
U
uberfire-preferences-api
configjavav7.74.1.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PreferenceScope
org.uberfire.preferences.shared.PreferenceScope

Minimal example to create a preference scope in UberFire.

import org.uberfire.preferences.shared.PreferenceScope; import org.uberfire.preferences.shared.impl.PreferenceScopeImpl; public class PreferenceExample { public static void main(String[] args) { PreferenceScope scope = new PreferenceScopeImpl("user", "myapp"); System.out.println("Preference scope created: " + scope); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.74.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
Bingbot
1
Resources
uberfire-preferences-api — mvn dependency:get uberfire-preferences-api · libregistry