Uses of Interface
org.smooks.api.bean.context.BeanIdStore
-
Packages that use BeanIdStore Package Description org.smooks.api org.smooks.api.bean.repository org.smooks.engine org.smooks.engine.bean.context org.smooks.engine.bean.repository -
-
Uses of BeanIdStore in org.smooks.api
Methods in org.smooks.api that return BeanIdStore Modifier and Type Method Description BeanIdStoreApplicationContext. getBeanIdStore()Get the BeanIdStore in use within this Context -
Uses of BeanIdStore in org.smooks.api.bean.repository
Methods in org.smooks.api.bean.repository that return BeanIdStore Modifier and Type Method Description BeanIdStoreBeanId. getBeanIdStore() -
Uses of BeanIdStore in org.smooks.engine
Methods in org.smooks.engine that return BeanIdStore Modifier and Type Method Description BeanIdStoreDefaultApplicationContext. getBeanIdStore() -
Uses of BeanIdStore in org.smooks.engine.bean.context
Classes in org.smooks.engine.bean.context that implement BeanIdStore Modifier and Type Class Description classDefaultBeanIdStoreConstructors in org.smooks.engine.bean.context with parameters of type BeanIdStore Constructor Description StandaloneBeanContext(ExecutionContext executionContext, BeanIdStore beanIdStore, Map<String,Object> beanMap)Create the StandAloneBeanContext -
Uses of BeanIdStore in org.smooks.engine.bean.repository
Methods in org.smooks.engine.bean.repository that return BeanIdStore Modifier and Type Method Description BeanIdStoreDefaultBeanId. getBeanIdStore()Constructors in org.smooks.engine.bean.repository with parameters of type BeanIdStore Constructor Description DefaultBeanId(BeanIdStore beanIdStore, int index, String beanId)
-