Uses of Interface
org.smooks.api.ExecutionContext
-
-
Uses of ExecutionContext in org.smooks.api.bean.context
Methods in org.smooks.api.bean.context with parameters of type ExecutionContext Modifier and Type Method Description BeanContextBeanContext. newSubContext(ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.api.bean.lifecycle
Methods in org.smooks.api.bean.lifecycle that return ExecutionContext Modifier and Type Method Description ExecutionContextBeanContextLifecycleEvent. getExecutionContext() -
Uses of ExecutionContext in org.smooks.api.delivery
Methods in org.smooks.api.delivery with parameters of type ExecutionContext Modifier and Type Method Description booleanFilterBypass. bypass(ExecutionContext executionContext, Source source, Sink sink)Bypass the Smooks Filter process.voidContentDeliveryConfig. executeHandlerCleanup(ExecutionContext executionContext)Cleanup execution context lifecycle aware handlers.voidContentDeliveryConfig. executeHandlerInit(ExecutionContext executionContext)Initialize execution context lifecycle aware handlers.FilterContentDeliveryConfig. newFilter(ExecutionContext executionContext)Get a new stream filter for the content delivery configuration. -
Uses of ExecutionContext in org.smooks.api.delivery.fragment
Methods in org.smooks.api.delivery.fragment with parameters of type ExecutionContext Modifier and Type Method Description booleanFragment. isMatch(SelectorPath selectorPath, ExecutionContext executionContext)Is the suppliedSelectorPathtargeting thisFragment. -
Uses of ExecutionContext in org.smooks.api.expression
Methods in org.smooks.api.expression with parameters of type ExecutionContext Modifier and Type Method Description booleanExecutionContextExpressionEvaluator. eval(ExecutionContext context)Evaluate an expression based on the suppliedExecutionContext.ObjectExecutionContextExpressionEvaluator. getValue(ExecutionContext context)Evaluate an expression based on the suppliedExecutionContextand return the value. -
Uses of ExecutionContext in org.smooks.api.lifecycle
Methods in org.smooks.api.lifecycle with parameters of type ExecutionContext Modifier and Type Method Description voidDOMFilterLifecycle. onAssemblyStarted(ExecutionContext executionContext)voidPostExecutionLifecycle. onPostExecution(ExecutionContext executionContext)Cleanup the resources allocated by this resource for the specified ExecutionContext.voidFilterLifecycle. onPostFilter(ExecutionContext executionContext)voidPostFragmentLifecycle. onPostFragment(Fragment<?> fragment, ExecutionContext executionContext)Cleanup the resources allocated by this resource for the specified ExecutionContext.voidPreExecutionLifecycle. onPreExecution(ExecutionContext executionContext)Initialize the resources allocated by this resource for the specified ExecutionContext.voidFilterLifecycle. onPreFilter(ExecutionContext executionContext)voidDOMFilterLifecycle. onProcessingStarted(ExecutionContext executionContext)voidDOMFilterLifecycle. onSerializationStarted(ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.api.resource.config.xpath
Methods in org.smooks.api.resource.config.xpath with parameters of type ExecutionContext 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) -
Uses of ExecutionContext in org.smooks.api.resource.reader
Methods in org.smooks.api.resource.reader with parameters of type ExecutionContext Modifier and Type Method Description voidSmooksXMLReader. setExecutionContext(ExecutionContext executionContext)Set the SmooksExecutionContexton the implementing class. -
Uses of ExecutionContext in org.smooks.api.resource.visitor
Methods in org.smooks.api.resource.visitor with parameters of type ExecutionContext Modifier and Type Method Description voidSerializerVisitor. writeCharacterData(Node node, Writer writer, ExecutionContext executionContext)Write element text.voidSerializerVisitor. writeElementCDATA(CDATASection cdata, Writer writer, ExecutionContext executionContext)Write element CDATA section.voidSerializerVisitor. writeElementComment(Comment comment, Writer writer, ExecutionContext executionContext)Write element comment.voidSerializerVisitor. writeElementEntityRef(EntityReference entityRef, Writer writer, ExecutionContext executionContext)Write element entity reference object.voidSerializerVisitor. writeElementNode(Node node, Writer writer, ExecutionContext executionContext)Write element Node object.voidSerializerVisitor. writeEndElement(Element element, Writer writer, ExecutionContext executionContext)Write the element end portion; close the element.voidSerializerVisitor. writeStartElement(Element element, Writer writer, ExecutionContext executionContext)Write the element start portion; the element name and it's attributes. -
Uses of ExecutionContext in org.smooks.api.resource.visitor.dom
Methods in org.smooks.api.resource.visitor.dom with parameters of type ExecutionContext Modifier and Type Method Description voidDOMVisitAfter. visitAfter(Element element, ExecutionContext executionContext)Visit the supplied element after visiting its child elements.voidDOMVisitBefore. visitBefore(Element element, ExecutionContext executionContext)Visit the supplied element before visiting its child elements. -
Uses of ExecutionContext in org.smooks.api.resource.visitor.sax.ng
Methods in org.smooks.api.resource.visitor.sax.ng with parameters of type ExecutionContext Modifier and Type Method Description voidAfterVisitor. visitAfter(Element element, ExecutionContext executionContext)Visits the end of anElement.voidBeforeVisitor. visitBefore(Element element, ExecutionContext executionContext)Visits the beginning of anElement.voidChildrenVisitor. visitChildElement(Element childElement, ExecutionContext executionContext)Visits a childElement.voidChildrenVisitor. visitChildText(CharacterData characterData, ExecutionContext executionContext)Visits the character data of anElement.
-