public class StaticVariableBinder extends Object implements org.milyn.delivery.sax.SAXElementVisitor, org.milyn.delivery.dom.DOMElementVisitor
BeanContext). The paramater values are all bound
into a bean accessor Map named "statvar", so variables bound in this way
can be referenced in expressions or templates as e.g "${statvar.xxx}"
(for static variable "xxx").| Constructor and Description |
|---|
StaticVariableBinder() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
onChildElement(org.milyn.delivery.sax.SAXElement element,
org.milyn.delivery.sax.SAXElement childElement,
org.milyn.container.ExecutionContext executionContext) |
void |
onChildText(org.milyn.delivery.sax.SAXElement element,
org.milyn.delivery.sax.SAXText childText,
org.milyn.container.ExecutionContext executionContext) |
void |
visitAfter(Element element,
org.milyn.container.ExecutionContext executionContext) |
void |
visitAfter(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext) |
void |
visitBefore(Element element,
org.milyn.container.ExecutionContext executionContext) |
void |
visitBefore(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext) |
@Initialize
public void initialize()
throws org.milyn.cdr.SmooksConfigurationException
org.milyn.cdr.SmooksConfigurationExceptionpublic void visitBefore(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext)
throws org.milyn.SmooksException,
IOException
visitBefore in interface org.milyn.delivery.sax.SAXVisitBeforeorg.milyn.SmooksExceptionIOExceptionpublic void onChildText(org.milyn.delivery.sax.SAXElement element,
org.milyn.delivery.sax.SAXText childText,
org.milyn.container.ExecutionContext executionContext)
throws org.milyn.SmooksException,
IOException
onChildText in interface org.milyn.delivery.sax.SAXVisitChildrenorg.milyn.SmooksExceptionIOExceptionpublic void onChildElement(org.milyn.delivery.sax.SAXElement element,
org.milyn.delivery.sax.SAXElement childElement,
org.milyn.container.ExecutionContext executionContext)
throws org.milyn.SmooksException,
IOException
onChildElement in interface org.milyn.delivery.sax.SAXVisitChildrenorg.milyn.SmooksExceptionIOExceptionpublic void visitAfter(org.milyn.delivery.sax.SAXElement element,
org.milyn.container.ExecutionContext executionContext)
throws org.milyn.SmooksException,
IOException
visitAfter in interface org.milyn.delivery.sax.SAXVisitAfterorg.milyn.SmooksExceptionIOExceptionpublic void visitBefore(Element element, org.milyn.container.ExecutionContext executionContext) throws org.milyn.SmooksException
visitBefore in interface org.milyn.delivery.dom.DOMVisitBeforeorg.milyn.SmooksExceptionpublic void visitAfter(Element element, org.milyn.container.ExecutionContext executionContext) throws org.milyn.SmooksException
visitAfter in interface org.milyn.delivery.dom.DOMVisitAfterorg.milyn.SmooksExceptionCopyright © 2016. All rights reserved.