org.zkoss.jsp.zul.impl |
|
Java Source File Name | Type | Comment |
AbstractTag.java | Class | The skeletal class for implementing the generic JSP tags. |
BranchTag.java | Class | The skeletal class used to implement the JSP tag for ZK components
that might have child tags (and/or components). |
Initiators.java | Class | A helper class used to handle
Initiator in jsp. |
Inline.java | Class | A comonent used to embed the browser native content (i.e., HTML tags)
into the output sent to the browser without additional HTML SPAN.
The browser native content is specified by
Inline.setContent .
Since the content is sent to client directly,
Inline has some limitations:
- The content cannot be changed dynamically.
|
Jsps.java | Class | Jsp Utilities. |
LeafTag.java | Class | The skeletal class used to implement the JSP tag for ZK components
that don't accept any child. |
RootTag.java | Class | A skeletal class to implement the root ZK tag. |
Utils.java | Class | A utility to be shared by
BranchTag and
RootTag to
implement the capability to hold a list of children. |