Used to hook a label locator to locate resources from the servlet context.
Note: you don't need to specify this in web.xml if you use ZK
because org.zkoss.zk.ui.DHtmlLayoutServlet will register the label locator
automatically.
If you don't use ZK, you could declare
<listener>
<description>Load i3-label.properties from this Web app</description>
<display-name>Locating i3-label.properties</display-name>
<listener-class>org.zkoss.web.init.LabelLocatorHook</listener-class>
</listener>
author: tomyeh |