| Returns the locator for loading resources, such as taglib.
You might return null if the page not referencing external resources.
To load the resource from a web application, use
org.zkoss.web.util.resource.ServletContextLocator To load the resource from class path, use
org.zkoss.util.resource.Resources.getDefault().
|