Class ClientBinderCommandParser

  • All Implemented Interfaces:
    org.zkoss.zk.ui.metainfo.NamespaceParser

    public class ClientBinderCommandParser
    extends java.lang.Object
    implements org.zkoss.zk.ui.metainfo.NamespaceParser
    A client binder command parser for @command and @global-command
    Since:
    8.0.0
    Author:
    jumperchen
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPriority()  
      boolean isMatched​(java.lang.String nsURI)  
      boolean parse​(org.zkoss.idom.Attribute attr, org.zkoss.zk.ui.metainfo.ComponentInfo compInfo, org.zkoss.zk.ui.metainfo.PageDefinition pgdef)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientBinderCommandParser

        public ClientBinderCommandParser()
    • Method Detail

      • isMatched

        public boolean isMatched​(java.lang.String nsURI)
        Specified by:
        isMatched in interface org.zkoss.zk.ui.metainfo.NamespaceParser
      • parse

        public boolean parse​(org.zkoss.idom.Attribute attr,
                             org.zkoss.zk.ui.metainfo.ComponentInfo compInfo,
                             org.zkoss.zk.ui.metainfo.PageDefinition pgdef)
                      throws java.lang.Exception
        Specified by:
        parse in interface org.zkoss.zk.ui.metainfo.NamespaceParser
        Throws:
        java.lang.Exception
      • getPriority

        public int getPriority()
        Specified by:
        getPriority in interface org.zkoss.zk.ui.metainfo.NamespaceParser