Class PropertyHandler

  • All Implemented Interfaces:
    io.automatiko.engine.workflow.compiler.xml.Handler

    public class PropertyHandler
    extends io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
    implements io.automatiko.engine.workflow.compiler.xml.Handler
    • Constructor Detail

      • PropertyHandler

        public PropertyHandler()
    • Method Detail

      • initValidParents

        protected void initValidParents()
      • initValidPeers

        protected void initValidPeers()
      • start

        public Object start​(String uri,
                            String localName,
                            Attributes attrs,
                            io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
                     throws SAXException
        Specified by:
        start in interface io.automatiko.engine.workflow.compiler.xml.Handler
        Throws:
        SAXException
      • end

        public Object end​(String uri,
                          String localName,
                          io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)
                   throws SAXException
        Specified by:
        end in interface io.automatiko.engine.workflow.compiler.xml.Handler
        Throws:
        SAXException
      • generateNodeFor

        public Class<?> generateNodeFor()
        Specified by:
        generateNodeFor in interface io.automatiko.engine.workflow.compiler.xml.Handler