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 | Class and Description |
---|---|
class |
DspExtendlet
The DSP resource processor (
Extendlet ) used to parse
DSP files loaded from the classpath. |
Modifier and Type | Method and Description |
---|---|
Extendlet |
ClassWebResource.addExtendlet(java.lang.String ext,
Extendlet extlet)
Adds an
Extendlet (a.k.a., resource processor) to process
the resource of the specified extension. |
Extendlet |
ClassWebResource.getExtendlet(java.lang.String ext)
Returns the Extendlet (a.k.a., resource processor) of the
specified extension, or null if not associated.
|
Extendlet |
ClassWebResource.getExtendlet(java.lang.String ext,
boolean lookup)
Returns the Extendlet (aka., resource processor) of the
specified extension, or null if not associated.
|
Extendlet |
ClassWebResource.removeExtendlet(java.lang.String ext)
Removes the
Extendlet (a.k.a., resource processor)
for the specified extension. |
Modifier and Type | Method and Description |
---|---|
Extendlet |
ClassWebResource.addExtendlet(java.lang.String ext,
Extendlet extlet)
Adds an
Extendlet (a.k.a., resource processor) to process
the resource of the specified extension. |
Modifier and Type | Class and Description |
---|---|
class |
WcsExtendlet
The extendlet to handle WCS (widget CSS).
|
class |
WpdExtendlet
The extendlet to handle WPD (Widget Package Descriptor).
|
class |
ZumlExtendlet
The ZUML resource processor used to parse the ZUML files
loaded from the classpath.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.