|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.impl.ClientBinderCommandParser
public class ClientBinderCommandParser
A client binder command parser for @command and @global-command
Constructor Summary | |
---|---|
ClientBinderCommandParser()
|
Method Summary | |
---|---|
int |
getPriority()
Returns the namespace parser's priority, higher is the first. |
boolean |
isMatched(java.lang.String nsURI)
Checks whether the namespace URI is used for this Namespace Parser. |
boolean |
parse(Attribute attr,
ComponentInfo compInfo,
PageDefinition pgdef)
Parses the the content with the current namespace parser. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientBinderCommandParser()
Method Detail |
---|
public boolean isMatched(java.lang.String nsURI)
NamespaceParser
isMatched
in interface NamespaceParser
public boolean parse(Attribute attr, ComponentInfo compInfo, PageDefinition pgdef) throws java.lang.Exception
NamespaceParser
parse
in interface NamespaceParser
java.lang.Exception
public int getPriority()
NamespaceParser
getPriority
in interface NamespaceParser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |