public class BeanResultCleanup extends Object implements org.smooks.api.lifecycle.PostExecutionLifecycle, org.smooks.api.resource.visitor.sax.ng.BeforeVisitor
Modifier and Type | Field and Description |
---|---|
protected String[] |
beanIDs |
protected Set<String> |
beanIDSet |
Constructor and Description |
---|
BeanResultCleanup() |
Modifier and Type | Method and Description |
---|---|
void |
onPostExecution(org.smooks.api.ExecutionContext executionContext)
Execute the cleanup.
|
void |
postConstruct() |
void |
visitBefore(Element element,
org.smooks.api.ExecutionContext executionContext) |
@PostConstruct public void postConstruct()
public void onPostExecution(org.smooks.api.ExecutionContext executionContext)
onPostExecution
in interface org.smooks.api.lifecycle.PostExecutionLifecycle
executionContext
- The execution context.public void visitBefore(Element element, org.smooks.api.ExecutionContext executionContext)
visitBefore
in interface org.smooks.api.resource.visitor.sax.ng.BeforeVisitor
Copyright © 2024. All rights reserved.