Package org.zkoss.stateless.annotation
-
Annotation Types Summary Annotation Type Description Action Annotation for mapping client widget events onto methods inStatelessComposer
orStatelessRichlet
classes with flexible method signatures.ActionVariable Annotation which indicates that a method parameter of anAction
or a field member of a POJO class should be bound to a value ofIComponent
attribute at client if possible.RichletMapping Represents a mapping of Http Request path with GET method to aStatelessRichlet
's method handler or its implementation class.