Home / Extensions & Add-Ons / Cookie Consent Add-On
Specialized Components

Cookie Consent Add-On

Add-On

GDPR-compliant cookie consent management with customizable banners and preference controls.

Oorian Extension

Status
Testing

Current development status of the Cookie Consent Add-On add-on.

Supported Version
TBD

The version of Cookie Consent Add-On that this extension supports.

Licensing
Free

The licensing model for Cookie Consent Add-On. Check their official website for full license details.

Integration
Full API Access

Oorian extensions expose the complete Cookie Consent Add-On API through type-safe Java methods.

Usage Example

Here's how you'll use Cookie Consent Add-On with Oorian once the extension is available:

Java
// Create and configure Cookie Consent Add-On component
CookieConsentAddOn component = new CookieConsentAddOn();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, CookieConsentAddOnEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.

Ready to Use Cookie Consent Add-On?

Oorian makes it easy to integrate Cookie Consent Add-On into your Java web applications with type-safe extensions and real-time updates.