public class ZulMessageLoader extends java.lang.Object implements MessageLoader
Constructor and Description |
---|
ZulMessageLoader() |
Modifier and Type | Method and Description |
---|---|
void |
load(java.lang.StringBuffer out,
Execution exec)
Load the message to output StringBuffer.
|
public void load(java.lang.StringBuffer out, Execution exec) throws java.io.IOException
MessageLoader
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.
load
in interface MessageLoader
out
- StringBuffer to outputexec
- current Executionjava.io.IOException
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.