Package | Description |
---|---|
org.zkoss.web.util.resource |
Utilities to access Web resources.
|
org.zkoss.zk.ui.http |
HTTP relevant utilities and servlets for implementing
user interfaces (implementation only).
|
Modifier and Type | Method and Description |
---|---|
static ClassWebResource |
ClassWebResource.getInstance(javax.servlet.ServletContext ctx,
java.lang.String mappingURI)
Returns the instance (singleton in the whole app) for
handling resources located in class path.
|
Modifier and Type | Method and Description |
---|---|
ClassWebResource |
WebManager.getClassWebResource()
Returns the handler to retrieve resource from class path,
under /web.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.