|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Extendlet | |
|---|---|
| org.zkoss.web.util.resource | Utilities to access Web resources. |
| Uses of Extendlet in org.zkoss.web.util.resource |
|---|
| Classes in org.zkoss.web.util.resource that implement Extendlet | |
|---|---|
class |
DspExtendlet
The DSP resource processor ( Extendlet) used to parse
DSP files loaded from the classpath. |
| Methods in org.zkoss.web.util.resource that return Extendlet | |
|---|---|
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. |
| Methods in org.zkoss.web.util.resource with parameters of type Extendlet | |
|---|---|
Extendlet |
ClassWebResource.addExtendlet(String ext,
Extendlet extlet)
Adds an Extendlet (a.k.a., resource processor) to process
the resource of the specified extension. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||