org.zkoss.web.util.resource
Class ServletLabelLocator
java.lang.Object
org.zkoss.web.util.resource.ServletLabelLocator
- All Implemented Interfaces:
- org.zkoss.util.resource.LabelLocator
public class ServletLabelLocator
- extends java.lang.Object
- implements org.zkoss.util.resource.LabelLocator
Used by Lables to load labels from a servlet context.
- Author:
- tomyeh
|
Constructor Summary |
ServletLabelLocator(javax.servlet.ServletContext ctx)
Constructs a locator where the properties file is decided
by the library property called org.zkoss.util.label.web.location. |
ServletLabelLocator(javax.servlet.ServletContext ctx,
java.lang.String path)
Constructs a locator for the given path. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ServletLabelLocator
public ServletLabelLocator(javax.servlet.ServletContext ctx)
- Constructs a locator where the properties file is decided
by the library property called org.zkoss.util.label.web.location.
If not defined, /WEB-INF/zk-label.properties is assumed
ServletLabelLocator
public ServletLabelLocator(javax.servlet.ServletContext ctx,
java.lang.String path)
- Constructs a locator for the given path.
- Parameters:
path - the path of the properties file
Notice that file://path is supported (but not http://).- Since:
- 5.0.7
locate
public java.net.URL locate(java.util.Locale locale)
throws java.io.IOException
- Specified by:
locate in interface org.zkoss.util.resource.LabelLocator
- Throws:
java.io.IOException
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2012. All Rights Reserved.