public class ModelSet extends Object
| Constructor and Description |
|---|
ModelSet(org.smooks.api.resource.config.ResourceConfigSeq userConfigList,
org.smooks.api.delivery.ContentHandlerFactory<?> javaContentHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
build(org.smooks.api.ApplicationContext appContext) |
static ModelSet |
get(org.smooks.api.ApplicationContext appContext) |
Bean |
getModel(Class<?> beanType) |
Bean |
getModel(String beanId) |
Map<String,Bean> |
getModels() |
boolean |
isBindingOnlyConfig() |
public ModelSet(org.smooks.api.resource.config.ResourceConfigSeq userConfigList,
org.smooks.api.delivery.ContentHandlerFactory<?> javaContentHandlerFactory)
throws org.smooks.api.SmooksConfigException
org.smooks.api.SmooksConfigExceptionpublic boolean isBindingOnlyConfig()
public static void build(org.smooks.api.ApplicationContext appContext)
public static ModelSet get(org.smooks.api.ApplicationContext appContext)
Copyright © 2023. All rights reserved.