Uses of Interface
org.zkoss.web.util.resource.Extendlet
-
Packages that use Extendlet Package Description org.zkoss.web.util.resource org.zkoss.zk.ui.http -
-
Uses of Extendlet in org.zkoss.web.util.resource
Classes in org.zkoss.web.util.resource that implement Extendlet Modifier and Type Class Description 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 Modifier and Type Method Description Extendlet
ClassWebResource. addExtendlet(java.lang.String ext, Extendlet extlet)
Adds anExtendlet
(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 theExtendlet
(a.k.a., resource processor) for the specified extension.Methods in org.zkoss.web.util.resource with parameters of type Extendlet Modifier and Type Method Description Extendlet
ClassWebResource. addExtendlet(java.lang.String ext, Extendlet extlet)
Adds anExtendlet
(a.k.a., resource processor) to process the resource of the specified extension. -
Uses of Extendlet in org.zkoss.zk.ui.http
Classes in org.zkoss.zk.ui.http that implement Extendlet Modifier and Type Class 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.
-