Uses of Interface
org.smooks.api.delivery.fragment.Fragment
-
Packages that use Fragment Package Description org.smooks.api.bean.context org.smooks.api.bean.lifecycle org.smooks.api.lifecycle org.smooks.api.memento org.smooks.api.resource.config.xpath -
-
Uses of Fragment in org.smooks.api.bean.context
Methods in org.smooks.api.bean.context with parameters of type Fragment Modifier and Type Method Description voidBeanContext. addBean(String beanId, Object bean, Fragment<?> source)Add a bean instance under the specified beanId.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.ObjectBeanContext. removeBean(String beanId, Fragment<?> source)Removes a bean and all its associated lifecycle beans from the bean mapObjectBeanContext. removeBean(BeanId beanId, Fragment<?> source)Removes a bean and all its associated lifecycle beans from the bean map -
Uses of Fragment in org.smooks.api.bean.lifecycle
Methods in org.smooks.api.bean.lifecycle that return Fragment Modifier and Type Method Description Fragment<?>BeanContextLifecycleEvent. getSource() -
Uses of Fragment in org.smooks.api.lifecycle
Methods in org.smooks.api.lifecycle with parameters of type Fragment Modifier and Type Method Description voidPostFragmentLifecycle. onPostFragment(Fragment<?> fragment, ExecutionContext executionContext)Cleanup the resources allocated by this resource for the specified ExecutionContext. -
Uses of Fragment in org.smooks.api.memento
Methods in org.smooks.api.memento that return Fragment Modifier and Type Method Description Fragment<?>Memento. getFragment()Methods in org.smooks.api.memento with parameters of type Fragment Modifier and Type Method Description voidMementoCaretaker. forget(Fragment<?> fragment)Removes allMementos bound to theFragmentparameter. -
Uses of Fragment in org.smooks.api.resource.config.xpath
Methods in org.smooks.api.resource.config.xpath with parameters of type Fragment Modifier and Type Method Description booleanPredicateEvaluator. evaluate(Fragment<?> fragment, ExecutionContext executionContext)Does this XPath expression evaluate for the suppliedElementcontext object.booleanSelectorStep. evaluate(Fragment<?> fragment, ExecutionContext executionContext)
-