Package | Description |
---|---|
org.zkoss.lang |
The most fundamental Java utilities relevant.
|
org.zkoss.zk.ui | |
org.zkoss.zk.ui.impl |
Implementation of user interfaces and factories (implementation only).
|
org.zkoss.zk.ui.metainfo |
Metainfo representing pages and languages (implementation only).
|
Modifier and Type | Class and Description |
---|---|
class |
ImportedClassResolver
The class resolve that allows to import classes and packages, like Java's
import statement does.
|
class |
SimpleClassResolver
A simple resolver that depends on
Classes.forNameByThread(java.lang.String) . |
Modifier and Type | Method and Description |
---|---|
static java.lang.reflect.Method |
Classes.getMethodBySignature(java.lang.Class<?> cls,
java.lang.String signature,
java.util.Collection<java.lang.String> params,
ClassResolver resolver)
Gets the method based on the signature with a class resolver.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Page
A page.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPage
A skeletal implementation of
Page . |
Modifier and Type | Method and Description |
---|---|
boolean |
Page.addClassResolver(ClassResolver resolver)
Adds a class resolver to this page.
|
Modifier and Type | Class and Description |
---|---|
class |
PageImpl
|
class |
VolatilePage
A page that does not really exist at the client.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PageImpl.addClassResolver(ClassResolver resolver) |
Modifier and Type | Method and Description |
---|---|
ClassResolver |
PageDefinition.getImportedClassResolver()
Returns the class resolver represented by
PageDefinition.getImportedClasses() . |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.