Uses of Interface
org.zkoss.web.util.resource.Extendlet
-
Packages that use Extendlet Package Description org.zkoss.web.util.resource -
-
Uses of Extendlet in org.zkoss.web.util.resource
Classes in org.zkoss.web.util.resource that implement Extendlet Modifier and Type Class Description classDspExtendletThe 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 ExtendletClassWebResource. addExtendlet(java.lang.String ext, Extendlet extlet)Adds anExtendlet(a.k.a., resource processor) to process the resource of the specified extension.ExtendletClassWebResource. getExtendlet(java.lang.String ext)Returns the Extendlet (a.k.a., resource processor) of the specified extension, or null if not associated.ExtendletClassWebResource. getExtendlet(java.lang.String ext, boolean lookup)Returns the Extendlet (aka., resource processor) of the specified extension, or null if not associated.ExtendletClassWebResource. 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 ExtendletClassWebResource. addExtendlet(java.lang.String ext, Extendlet extlet)Adds anExtendlet(a.k.a., resource processor) to process the resource of the specified extension.
-