public interface MessageLoader
| Modifier and Type | Method and Description |
|---|---|
void |
load(java.lang.StringBuffer out,
Execution exec)
Load the message to output StringBuffer.
|
void load(java.lang.StringBuffer out,
Execution exec)
throws java.io.IOException
ZK will scan the MessageLoader setting and invoke this
method to load the system messages in the following two circumstances.
Wpds.outLocaleJavaScript(javax.servlet.ServletRequest, javax.servlet.ServletResponse) (defined in zul/lang/zk.wpd)Clients.reloadMessages(java.util.Locale)Desktop and Page instance. Hence, programmer must notice
that they cannot use many of Execution's API.
out - StringBuffer to outputexec - current Executionjava.io.IOExceptionCopyright © 2005-2024 Potix Corporation. All Rights Reserved.