Uses of Interface
org.smooks.api.bean.repository.BeanId
-
Packages that use BeanId Package Description org.smooks.api.bean.context org.smooks.api.bean.lifecycle org.smooks.api.bean.repository -
-
Uses of BeanId in org.smooks.api.bean.context
Methods in org.smooks.api.bean.context that return BeanId Modifier and Type Method Description BeanIdBeanContext. getBeanId(String beanId)Get theBeanIdinstance for the specified beanId String.BeanIdBeanIdStore. getBeanId(String beanId)BeanIdBeanIdStore. register(String beanIdName)Methods in org.smooks.api.bean.context that return types with arguments of type BeanId Modifier and Type Method Description Map<String,BeanId>BeanIdStore. getBeanIdMap()Methods in org.smooks.api.bean.context with parameters of type BeanId Modifier and Type Method Description voidBeanContext. addBean(BeanId beanId, Object bean)Add a bean instance under the specifiedBeanId.voidBeanContext. addBean(BeanId beanId, Object bean, Fragment<?> source)Add a bean instance under the specified beanId string.voidBeanContext. changeBean(BeanId beanId, Object bean, Fragment<?> source)Changes a bean instance of the givenBeanId.booleanBeanContext. containsBean(BeanId beanId)Looks if a bean instance is set under theBeanIdObjectBeanContext. getBean(BeanId beanId)Get the current bean, specified by the suppliedBeanId.ObjectBeanContext. removeBean(BeanId beanId, Fragment<?> source)Removes a bean and all its associated lifecycle beans from the bean mapvoidBeanContext. setBeanInContext(BeanId beanId, boolean inContext)Mark the bean as being in context. -
Uses of BeanId in org.smooks.api.bean.lifecycle
Methods in org.smooks.api.bean.lifecycle that return BeanId Modifier and Type Method Description BeanIdBeanContextLifecycleEvent. getBeanId() -
Uses of BeanId in org.smooks.api.bean.repository
Methods in org.smooks.api.bean.repository that return BeanId Modifier and Type Method Description BeanIdBeanId. setCreateResourceConfiguration(ResourceConfig createResourceConfig)
-