| Package | Description |
|---|---|
| org.zkoss.web.util.resource |
Utilities to access Web resources.
|
| 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(String ext,
Extendlet extlet)
Adds an
Extendlet (a.k.a., resource processor) to process
the resource of the specified extension. |
Extendlet |
ClassWebResource.getExtendlet(String ext)
Returns the Extendlet (a.k.a., resource processor) of the
specified extension, or null if not associated.
|
Extendlet |
ClassWebResource.getExtendlet(String ext,
boolean lookup)
Returns the Extendlet (aka., resource processor) of the
specified extension, or null if not associated.
|
Extendlet |
ClassWebResource.removeExtendlet(String ext)
Removes the
Extendlet (a.k.a., resource processor)
for the specified extension. |
| Modifier and Type | Method and Description |
|---|---|
Extendlet |
ClassWebResource.addExtendlet(String ext,
Extendlet extlet)
Adds an
Extendlet (a.k.a., resource processor) to process
the resource of the specified extension. |
Copyright © 2016. All rights reserved.