public class ContentManagerRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,ContentRegistration> |
providers
The various providers.
|
| Constructor and Description |
|---|
ContentManagerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
<E> void |
register(ContentType<E> contentType,
ContentProvider<E,?> contentProvider) |
void |
unregister(ContentType contentType) |
public final transient Map<String,ContentRegistration> providers
public <E> void register(ContentType<E> contentType, ContentProvider<E,?> contentProvider)
public void unregister(ContentType contentType)
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.