public class ZulMessageLoader extends java.lang.Object implements MessageLoader
| Constructor and Description |
|---|
ZulMessageLoader() |
public void load(java.lang.StringBuffer out,
Execution exec)
throws java.io.IOException
MessageLoaderZK 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 MessageLoaderout - StringBuffer to outputexec - current Executionjava.io.IOExceptionCopyright © 2005-2011 Potix Corporation. All Rights Reserved.