Uses of Interface
org.smooks.api.ExecutionContext
-
-
Uses of ExecutionContext in org.smooks
Methods in org.smooks that return ExecutionContext Modifier and Type Method Description ExecutionContextSmooks. createExecutionContext()Create aExecutionContextinstance for use on this Smooks instance.ExecutionContextSmooks. createExecutionContext(String targetProfile)Create aExecutionContextinstance for use on this Smooks instance.Methods in org.smooks with parameters of type ExecutionContext Modifier and Type Method Description voidSmooks. filterSource(ExecutionContext executionContext, Source source, Result... results) -
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, Result result)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. -
Uses of ExecutionContext in org.smooks.benchmark
Methods in org.smooks.benchmark with parameters of type ExecutionContext Modifier and Type Method Description voidCounterVisitor. onPreExecution(ExecutionContext executionContext)voidBenchmarkVisitor. visitAfter(Element element, ExecutionContext executionContext)voidBibliographyVisitor. visitAfter(Element element, ExecutionContext executionContext)voidBenchmarkVisitor. visitBefore(Element element, ExecutionContext executionContext)voidCounterVisitor. visitBefore(Element element, ExecutionContext executionContext)voidBenchmarkVisitor. visitChildElement(Element childElement, ExecutionContext executionContext)voidBenchmarkVisitor. visitChildText(CharacterData characterData, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine
Classes in org.smooks.engine that implement ExecutionContext Modifier and Type Class Description classDefaultExecutionContextStandalone Container Request implementation. -
Uses of ExecutionContext in org.smooks.engine.bean.context
Methods in org.smooks.engine.bean.context with parameters of type ExecutionContext Modifier and Type Method Description static StandaloneBeanContextStandaloneBeanContextFactory. create(ExecutionContext executionContext)BeanContextStandaloneBeanContext. newSubContext(ExecutionContext executionContext)Constructors in org.smooks.engine.bean.context with parameters of type ExecutionContext Constructor Description StandaloneBeanContext(ExecutionContext executionContext, BeanIdStore beanIdStore, Map<String,Object> beanMap)Create the StandAloneBeanContext -
Uses of ExecutionContext in org.smooks.engine.bean.lifecycle
Methods in org.smooks.engine.bean.lifecycle that return ExecutionContext Modifier and Type Method Description ExecutionContextDefaultBeanContextLifecycleEvent. getExecutionContext()Constructors in org.smooks.engine.bean.lifecycle with parameters of type ExecutionContext Constructor Description DefaultBeanContextLifecycleEvent(ExecutionContext executionContext, Fragment<?> source, BeanLifecycle lifecycle, BeanId beanId, Object bean)Public constructor. -
Uses of ExecutionContext in org.smooks.engine.delivery
Methods in org.smooks.engine.delivery that return ExecutionContext Modifier and Type Method Description protected ExecutionContextAbstractParser. getExecutionContext()ExecutionContextSmooksContentHandler. getExecutionContext()Methods in org.smooks.engine.delivery with parameters of type ExecutionContext Modifier and Type Method Description protected voidAbstractParser. attachNamespaceDeclarationStack(XMLReader reader, ExecutionContext execContext)static voidAbstractParser. attachXMLReader(XMLReader xmlReader, ExecutionContext execContext)protected voidAbstractParser. configureReader(XMLReader xmlReader, DefaultHandler2 contentHandler, ExecutionContext executionContext, Source source)static voidAbstractParser. detachXMLReader(ExecutionContext executionContext)voidAbstractContentDeliveryConfig. executeHandlerCleanup(ExecutionContext executionContext)voidAbstractContentDeliveryConfig. executeHandlerInit(ExecutionContext executionContext)static SmooksContentHandlerSmooksContentHandler. getHandler(ExecutionContext executionContext)protected ReaderAbstractFilter. getReader(Source source, ExecutionContext executionContext)static Stack<XMLReader>AbstractParser. getReaders(ExecutionContext executionContext)protected WriterAbstractFilter. getWriter(Result result, ExecutionContext executionContext)static XMLReaderAbstractParser. getXMLReader(ExecutionContext executionContext)voidDOMReader. setExecutionContext(ExecutionContext executionContext)static voidAbstractParser. setReaders(Stack<XMLReader> readers, ExecutionContext executionContext)Constructors in org.smooks.engine.delivery with parameters of type ExecutionContext Constructor Description AbstractParser(ExecutionContext executionContext)AbstractParser(ExecutionContext executionContext, ResourceConfig saxDriverConfig)Public constructor.SmooksContentHandler(ExecutionContext executionContext, SmooksContentHandler parentContentHandler)XMLReaderHierarchyChangeListener(ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.delivery.dom
Methods in org.smooks.engine.delivery.dom with parameters of type ExecutionContext Modifier and Type Method Description FilterDOMContentDeliveryConfig. newFilter(ExecutionContext executionContext)Constructors in org.smooks.engine.delivery.dom with parameters of type ExecutionContext Constructor Description DOMBuilderContentHandler(ExecutionContext execContext)DOMBuilderContentHandler(ExecutionContext execContext, SmooksContentHandler parentContentHandler)DOMParser(ExecutionContext executionContext)Public constructor.DOMParser(ExecutionContext executionContext, ResourceConfig saxDriverConfig)Public constructor.SmooksDOMFilter(ExecutionContext executionContext)Public constructor. -
Uses of ExecutionContext in org.smooks.engine.delivery.dom.serialize
Methods in org.smooks.engine.delivery.dom.serialize with parameters of type ExecutionContext Modifier and Type Method Description voidContextObjectSerializerVisitor. visitAfter(Element element, ExecutionContext executionContext)voidGhostElementSerializerVisitor. visitAfter(Element element, ExecutionContext executionContext)voidContextObjectSerializerVisitor. visitBefore(Element element, ExecutionContext executionContext)voidGhostElementSerializerVisitor. visitBefore(Element element, ExecutionContext executionContext)voidTextSerializerVisitor. visitBefore(Element element, ExecutionContext executionContext)voidContextObjectSerializerVisitor. visitChildElement(Element childElement, ExecutionContext executionContext)voidGhostElementSerializerVisitor. visitChildElement(Element childElement, ExecutionContext executionContext)voidContextObjectSerializerVisitor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidGhostElementSerializerVisitor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidContextObjectSerializerVisitor. writeCharacterData(Node node, Writer writer, ExecutionContext executionContext)voidDefaultDOMSerializerVisitor. writeCharacterData(Node node, Writer writer, ExecutionContext executionContext)voidContextObjectSerializerVisitor. writeElementCDATA(CDATASection cdata, Writer writer, ExecutionContext executionContext)voidDefaultDOMSerializerVisitor. writeElementCDATA(CDATASection cdata, Writer writer, ExecutionContext executionContext)voidContextObjectSerializerVisitor. writeElementComment(Comment comment, Writer writer, ExecutionContext executionContext)voidDefaultDOMSerializerVisitor. writeElementComment(Comment comment, Writer writer, ExecutionContext executionContext)voidContextObjectSerializerVisitor. writeElementEntityRef(EntityReference entityRef, Writer writer, ExecutionContext executionContext)voidDefaultDOMSerializerVisitor. writeElementEntityRef(EntityReference entityRef, Writer writer, ExecutionContext executionContext)voidContextObjectSerializerVisitor. writeElementNode(Node node, Writer writer, ExecutionContext executionContext)voidDefaultDOMSerializerVisitor. writeElementNode(Node node, Writer writer, ExecutionContext executionContext)voidContextObjectSerializerVisitor. writeEndElement(Element element, Writer writer, ExecutionContext executionContext)voidDefaultDOMSerializerVisitor. writeEndElement(Element element, Writer writer, ExecutionContext executionContext)voidGhostElementSerializerVisitor. writeEndElement(Element element, Writer writer, ExecutionContext executionContext)voidTextSerializerVisitor. writeEndElement(Element element, Writer writer, ExecutionContext executionContext)voidContextObjectSerializerVisitor. writeStartElement(Element element, Writer writer, ExecutionContext executionContext)voidDefaultDOMSerializerVisitor. writeStartElement(Element element, Writer writer, ExecutionContext executionContext)voidGhostElementSerializerVisitor. writeStartElement(Element element, Writer writer, ExecutionContext executionContext)voidTextSerializerVisitor. writeStartElement(Element element, Writer writer, ExecutionContext executionContext)Constructors in org.smooks.engine.delivery.dom.serialize with parameters of type ExecutionContext Constructor Description Serializer(Node node, ExecutionContext executionContext)Public constructor. -
Uses of ExecutionContext in org.smooks.engine.delivery.event
Constructors in org.smooks.engine.delivery.event with parameters of type ExecutionContext Constructor Description VisitExecutionEvent(Fragment<F> fragment, ContentHandlerBinding<T> visitorBinding, VisitSequence sequence, ExecutionContext executionContext)VisitExecutionEvent(Fragment<F> fragment, ContentHandlerBinding<T> visitorBinding, VisitSequence sequence, ExecutionContext executionContext, Throwable error) -
Uses of ExecutionContext in org.smooks.engine.delivery.fragment
Methods in org.smooks.engine.delivery.fragment with parameters of type ExecutionContext Modifier and Type Method Description protected booleanNodeFragment. assertConditionTrue(ExecutionContext executionContext, SelectorPath selectorPath)protected booleanNodeFragment. evaluate(Node node, SelectorPath selectorPath, ExecutionContext executionContext)booleanNodeFragment. isMatch(SelectorPath selectorPath, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.delivery.interceptor
Methods in org.smooks.engine.delivery.interceptor with parameters of type ExecutionContext Modifier and Type Method Description booleanStaticProxyInterceptor. bypass(ExecutionContext executionContext, Source source, Result result)protected <T extends Visitor>
voidStreamResultWriterInterceptor. intercept(AbstractInterceptorVisitor.Invocation<T> invocation, org.smooks.engine.delivery.interceptor.StreamResultWriterInterceptor.StreamResultWriterDelegateNode streamResultWriterDelegateNode, ExecutionContext executionContext)protected voidExecutionEventInterceptor. onEvent(ExecutionContext executionContext, Fragment<Node> fragment, VisitSequence visitSequence)voidStaticProxyInterceptor. onPostExecution(ExecutionContext executionContext)voidStaticProxyInterceptor. onPostFragment(Fragment<?> fragment, ExecutionContext executionContext)voidStaticProxyInterceptor. onPreExecution(ExecutionContext executionContext)voidExceptionInterceptor. visitAfter(Element element, ExecutionContext executionContext)voidExecutionEventInterceptor. visitAfter(Element element, ExecutionContext executionContext)voidStaticProxyInterceptor. visitAfter(Element element, ExecutionContext executionContext)voidStreamResultWriterInterceptor. visitAfter(Element element, ExecutionContext executionContext)voidTextConsumerInterceptor. visitAfter(Element element, ExecutionContext executionContext)voidExceptionInterceptor. visitBefore(Element element, ExecutionContext executionContext)voidExecutionEventInterceptor. visitBefore(Element element, ExecutionContext executionContext)voidStaticProxyInterceptor. visitBefore(Element element, ExecutionContext executionContext)voidStreamResultWriterInterceptor. visitBefore(Element element, ExecutionContext executionContext)voidTextConsumerInterceptor. visitBefore(Element element, ExecutionContext executionContext)voidExceptionInterceptor. visitChildElement(Element childElement, ExecutionContext executionContext)voidExecutionEventInterceptor. visitChildElement(Element childElement, ExecutionContext executionContext)voidStaticProxyInterceptor. visitChildElement(Element childElement, ExecutionContext executionContext)voidStreamResultWriterInterceptor. visitChildElement(Element childElement, ExecutionContext executionContext)voidTextConsumerInterceptor. visitChildElement(Element childElement, ExecutionContext executionContext)voidExceptionInterceptor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidExecutionEventInterceptor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidStaticProxyInterceptor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidStreamResultWriterInterceptor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidTextConsumerInterceptor. visitChildText(CharacterData characterData, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.delivery.sax.ng
Fields in org.smooks.engine.delivery.sax.ng declared as ExecutionContext Modifier and Type Field Description protected ExecutionContextSaxNgFilter. executionContextMethods in org.smooks.engine.delivery.sax.ng with parameters of type ExecutionContext Modifier and Type Method Description protected voidConsumeSerializerVisitor. closeElement(Element element, Writer writer, ExecutionContext executionContext)FilterSaxNgContentDeliveryConfig. newFilter(ExecutionContext executionContext)protected voidConsumeSerializerVisitor. onWrite(Consumer<Writer> writerConsumer, ExecutionContext executionContext, Node node)protected voidSystemConsumeSerializerVisitor. onWrite(Consumer<Writer> writerConsumer, ExecutionContext executionContext, Node node)protected voidSaxNgParser. parse(Source source, ExecutionContext executionContext)voidConsumeSerializerVisitor. visitAfter(Element element, ExecutionContext executionContext)voidSimpleSerializerVisitor. visitAfter(Element element, ExecutionContext executionContext)voidConsumeSerializerVisitor. visitBefore(Element element, ExecutionContext executionContext)voidSimpleSerializerVisitor. visitBefore(Element element, ExecutionContext executionContext)voidConsumeSerializerVisitor. visitChildElement(Element childElement, ExecutionContext executionContext)voidSimpleSerializerVisitor. visitChildElement(Element childElement, ExecutionContext executionContext)voidConsumeSerializerVisitor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidSimpleSerializerVisitor. visitChildText(CharacterData characterData, ExecutionContext executionContext)voidSimpleSerializerVisitor. writeCharacterData(Node node, Writer writer, ExecutionContext executionContext)voidSimpleSerializerVisitor. writeElementCDATA(CDATASection cdata, Writer writer, ExecutionContext executionContext)voidSimpleSerializerVisitor. writeElementComment(Comment comment, Writer writer, ExecutionContext executionContext)voidSimpleSerializerVisitor. writeElementEntityRef(EntityReference entityRef, Writer writer, ExecutionContext executionContext)voidSimpleSerializerVisitor. writeElementNode(Node node, Writer writer, ExecutionContext executionContext)voidSimpleSerializerVisitor. writeEndElement(Element element, Writer writer, ExecutionContext executionContext)voidConsumeSerializerVisitor. writeStartElement(Element element, ExecutionContext executionContext)voidSimpleSerializerVisitor. writeStartElement(Element element, Writer writer, ExecutionContext executionContext)Constructors in org.smooks.engine.delivery.sax.ng with parameters of type ExecutionContext Constructor Description SaxNgContentHandler(ExecutionContext executionContext, DocumentBuilder documentBuilder)SaxNgContentHandler(ExecutionContext executionContext, DocumentBuilder documentBuilder, SmooksContentHandler parentContentHandler)SaxNgFilter(ExecutionContext executionContext, DocumentBuilder documentBuilder, boolean closeSource, boolean closeResult)SaxNgParser(ExecutionContext executionContext, DocumentBuilder documentBuilder) -
Uses of ExecutionContext in org.smooks.engine.delivery.sax.ng.bridge
Fields in org.smooks.engine.delivery.sax.ng.bridge declared as ExecutionContext Modifier and Type Field Description protected ExecutionContextBridgeAwareExecutionEventListener. executionContextMethods in org.smooks.engine.delivery.sax.ng.bridge with parameters of type ExecutionContext Modifier and Type Method Description protected booleanBridgeInterceptor. doVisit(Node node, String currentVisit, ExecutionContext executionContext)NodeBridge. getSourceValue(ExecutionContext executionContext)Provides a convenience method to retrieve the source node.voidBridgeInterceptor. visitAfter(Element element, ExecutionContext executionContext)voidBridgeInterceptor. visitBefore(Element element, ExecutionContext executionContext)voidBridgeInterceptor. visitChildElement(Element childElement, ExecutionContext executionContext)voidBridgeInterceptor. visitChildText(CharacterData characterData, ExecutionContext executionContext)Constructors in org.smooks.engine.delivery.sax.ng.bridge with parameters of type ExecutionContext Constructor Description BridgeAwareExecutionEventListener(ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.delivery.sax.ng.terminate
Methods in org.smooks.engine.delivery.sax.ng.terminate with parameters of type ExecutionContext Modifier and Type Method Description voidTerminateVisitor. visitAfter(Element element, ExecutionContext executionContext)voidTerminateVisitor. visitBefore(Element element, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.lifecycle
Constructors in org.smooks.engine.lifecycle with parameters of type ExecutionContext Constructor Description AssemblyStartedDOMFilterLifecyclePhase(ExecutionContext executionContext)PostFilterLifecyclePhase(ExecutionContext executionContext)PostFragmentPhase(Fragment<?> fragment, ExecutionContext executionContext)PreFilterLifecyclePhase(ExecutionContext executionContext)ProcessingStartedDOMFilterLifecyclePhase(ExecutionContext executionContext)SerializationStartedDOMFilterLifecyclePhase(ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.plugin
Methods in org.smooks.engine.plugin with parameters of type ExecutionContext Modifier and Type Method Description ObjectPayloadProcessor. process(Object payload, ExecutionContext executionContext)Process the supplied payload. -
Uses of ExecutionContext in org.smooks.engine.report
Methods in org.smooks.engine.report with parameters of type ExecutionContext Modifier and Type Method Description voidAbstractReportGenerator. onAssemblyStarted(ExecutionContext executionContext)voidAbstractReportGenerator. onPostFilter(ExecutionContext executionContext)voidAbstractReportGenerator. onPreFilter(ExecutionContext executionContext)voidAbstractReportGenerator. onProcessingStarted(ExecutionContext executionContext)voidAbstractReportGenerator. onSerializationStarted(ExecutionContext executionContext)protected voidAbstractReportGenerator. processFinishEvent(ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.resource.config.loader.xml.extension
Methods in org.smooks.engine.resource.config.loader.xml.extension with parameters of type ExecutionContext Modifier and Type Method Description static voidResourceConfigUtils. mapProperty(ResourceConfig fromResourceConfig, String fromProperty, ResourceConfig toResourceConfig, String toProperty, String defaultValue, ExecutionContext executionContext)static voidResourceConfigUtils. setProperty(ResourceConfig resourceConfig, String setOn, Object value, ExecutionContext executionContext)static voidResourceConfigUtils. setProperty(ResourceConfig resourceConfig, String setOn, Object value, Element xml, ExecutionContext executionContext)voidCloneResourceConfig. visitAfter(Element element, ExecutionContext executionContext)voidNewResourceConfig. visitAfter(Element element, ExecutionContext executionContext)voidCloneResourceConfig. visitBefore(Element element, ExecutionContext executionContext)voidMapToResourceConfigFromAttribute. visitBefore(Element element, ExecutionContext executionContext)voidMapToResourceConfigFromParentConfig. visitBefore(Element element, ExecutionContext executionContext)voidMapToResourceConfigFromText. visitBefore(Element element, ExecutionContext executionContext)voidMapToResourceConfigFromXml. visitBefore(Element element, ExecutionContext executionContext)voidNewResourceConfig. visitBefore(Element element, ExecutionContext executionContext)voidSetOnResourceConfig. visitBefore(Element element, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.resource.config.xpath
Methods in org.smooks.engine.resource.config.xpath with parameters of type ExecutionContext Modifier and Type Method Description intElementPositionCounter. getCount(Element element, ExecutionContext executionContext)protected IntegerElementPositionCounter. getElementPosition(Element element, ExecutionContext executionContext)voidElementPositionCounter. visitBefore(Element element, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.resource.config.xpath.predicate
Methods in org.smooks.engine.resource.config.xpath.predicate with parameters of type ExecutionContext Modifier and Type Method Description booleanDefaultPredicateEvaluator. evaluate(Fragment<?> fragment, ExecutionContext executionContext)booleanPositionPredicateEvaluator. evaluate(Fragment<?> fragment, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.resource.config.xpath.step
Methods in org.smooks.engine.resource.config.xpath.step with parameters of type ExecutionContext Modifier and Type Method Description booleanAbstractSelectorStep. evaluate(Fragment<?> fragment, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.resource.reader
Methods in org.smooks.engine.resource.reader with parameters of type ExecutionContext Modifier and Type Method Description voidDelegateReader. setExecutionContext(ExecutionContext executionContext)voidNullSourceXMLReader. setExecutionContext(ExecutionContext executionContext)voidXStreamXMLReader. setExecutionContext(ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.resource.visitor.dom
Methods in org.smooks.engine.resource.visitor.dom with parameters of type ExecutionContext Modifier and Type Method Description static DOMModelDOMModel. getModel(ExecutionContext executionContext)DocumentDomModelCreator. popCreator(ExecutionContext executionContext)voidDomModelCreator. visitAfter(Element element, ExecutionContext executionContext)voidDomModelCreator. visitBefore(Element element, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.resource.visitor.smooks
Fields in org.smooks.engine.resource.visitor.smooks with type parameters of type ExecutionContext Modifier and Type Field Description protected static TypedKey<ExecutionContext>NestedSmooksVisitor. NESTED_EXECUTION_CONTEXT_MEMENTO_TYPED_KEYMethods in org.smooks.engine.resource.visitor.smooks with parameters of type ExecutionContext Modifier and Type Method Description protected voidNestedSmooksVisitor. append(Fragment<Node> visitedNodeFragment, Element rootElement, NestedSmooksVisitor.Action action, ExecutionContext executionContext)protected NodeNestedSmooksVisitor. deAttach(Node node, ExecutionContext executionContext)protected voidNestedSmooksVisitor. filterSource(Fragment<Node> visitedNodeFragment, Fragment<Node> rootNodeFragment, Writer writer, ExecutionContext executionContext, String visit)voidNestedSmooksVisitor. onPreExecution(ExecutionContext executionContext)protected voidNestedSmooksVisitor. prependAfter(Fragment<Node> visitedNodeFragment, Element rootElement, ExecutionContext executionContext)protected WriterNestedSmooksVisitor. prependBefore(Fragment<Node> visitedNodeFragment, NestedSmooksVisitor.Action action, Element rootElement, ExecutionContext executionContext)protected voidNestedSmooksVisitor. replaceAfter(Fragment<Node> visitedNodeFragment, Node rootNode, ExecutionContext executionContext)protected WriterNestedSmooksVisitor. replaceBefore(Fragment<Node> visitedNodeFragment, Node rootNode, ExecutionContext executionContext)voidNestedSmooksVisitor. visitAfter(Element element, ExecutionContext executionContext)voidNestedSmooksVisitor. visitBefore(Element element, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.engine.xml
Methods in org.smooks.engine.xml with parameters of type ExecutionContext Modifier and Type Method Description static DocType.DocumentTypeDataDocType. getDocType(ExecutionContext executionContext)static voidDocType. setDocType(String name, String publicId, String systemId, String xmlns, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.io
Methods in org.smooks.io that return ExecutionContext Modifier and Type Method Description ExecutionContextFragmentWriter. getExecutionContext()Methods in org.smooks.io with parameters of type ExecutionContext Modifier and Type Method Description protected booleanAbstractOutputStreamResource. closeCondition(ExecutionContext executionContext)protected voidAbstractOutputStreamResource. closeResource(ExecutionContext executionContext)Close the resource output stream.abstract OutputStreamAbstractOutputStreamResource. getOutputStream(ExecutionContext executionContext)Retrieve/create an output stream that is appropriate for the concreate implementationprotected OutputStreamResourceOutputStream. getOutputStream(String resourceName, ExecutionContext executionContext)Get anOutputStreamto the named Resource.protected WriterResourceWriter. getOutputWriter(String resourceName, ExecutionContext executionContext)Get aWriterto the namedOutputStreamResource.voidAbstractOutputStreamResource. onPostExecution(ExecutionContext executionContext)voidAbstractOutputStreamResource. onPostFragment(Fragment<?> fragment, ExecutionContext executionContext)protected OutputStreamResourceOutputStream. openOutputStream(AbstractOutputStreamResource resource, String resourceName, ExecutionContext executionContext)protected OutputStreamResourceWriter. openOutputStream(AbstractOutputStreamResource resource, ExecutionContext executionContext)static WriterStream. out(ExecutionContext executionContext)voidAbstractOutputStreamResource. visitBefore(Element element, ExecutionContext executionContext)Constructors in org.smooks.io with parameters of type ExecutionContext Constructor Description FragmentWriter(ExecutionContext executionContext, Fragment<?> fragment)FragmentWriter(ExecutionContext executionContext, Fragment<?> fragment, boolean tryPark)ResourceOutputStream(ExecutionContext executionContext, String resourceName)ResourceWriter(ExecutionContext executionContext, String resourceName) -
Uses of ExecutionContext in org.smooks.io.payload
Methods in org.smooks.io.payload with parameters of type ExecutionContext Modifier and Type Method Description static ResultFilterResult. getResult(ExecutionContext executionContext, Class<? extends Result> resultType)static Result[]FilterResult. getResults(ExecutionContext executionContext)static SourceFilterSource. getSource(ExecutionContext executionContext)static voidFilterResult. setResults(ExecutionContext executionContext, Result... results)static voidFilterSource. setSource(ExecutionContext executionContext, Source source) -
Uses of ExecutionContext in org.smooks.management
Methods in org.smooks.management with parameters of type ExecutionContext Modifier and Type Method Description protected <T extends Visitor>
voidInstrumentationInterceptor. manageVisit(AbstractInterceptorVisitor.Invocation<T> invocation, Node node, ExecutionContext executionContext)voidDefaultInstrumentationResource. onPostFilter(ExecutionContext executionContext)voidDefaultInstrumentationResource. onPreFilter(ExecutionContext executionContext)voidInstrumentationInterceptor. visitAfter(Element element, ExecutionContext executionContext)voidInstrumentationInterceptor. visitBefore(Element element, ExecutionContext executionContext)voidInstrumentationInterceptor. visitChildElement(Element childElement, ExecutionContext executionContext)voidInstrumentationInterceptor. visitChildText(CharacterData characterData, ExecutionContext executionContext) -
Uses of ExecutionContext in org.smooks.support
Methods in org.smooks.support with parameters of type ExecutionContext Modifier and Type Method Description static StringSmooksUtil. filterAndSerialize(ExecutionContext executionContext, InputStream stream, Smooks smooks)Utility method to filter the content in the specifiedInputStreamfor the specifiedExecutionContext.static Map<String,Object>FreeMarkerUtils. getMergedModel(ExecutionContext executionContext)Get a "merged" model for FreeMarker templating.static StringMultiLineToStringBuilder. toString(ExecutionContext executionContext)Creates a multi line JSON like string for the execution context
-