public abstract class MOPService extends Object
| Constructor and Description |
|---|
MOPService() |
MOPService(org.chromattic.api.ChromatticBuilder builder)
Build a mop service with a chromattic builder.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(ContentManagerRegistry registry) |
protected void |
configure(CustomizationContextProviderRegistry registry) |
protected abstract org.chromattic.api.Chromattic |
getChromattic() |
ContentManagerRegistry |
getContentManagerRegistry() |
CustomizationContextProviderRegistry |
getCustomizationContextResolvers() |
ModelImpl |
getModel() |
void |
start() |
public MOPService()
public MOPService(org.chromattic.api.ChromatticBuilder builder)
throws NullPointerException
builder - the builderNullPointerException - if the builder is nullpublic CustomizationContextProviderRegistry getCustomizationContextResolvers()
public ContentManagerRegistry getContentManagerRegistry()
protected void configure(CustomizationContextProviderRegistry registry)
protected void configure(ContentManagerRegistry registry)
protected abstract org.chromattic.api.Chromattic getChromattic()
public ModelImpl getModel()
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.