|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zul.impl.ZulMessageLoader
public class ZulMessageLoader
ZUL implementation of MessageLoader
Constructor Summary | |
---|---|
ZulMessageLoader()
|
Method Summary | |
---|---|
void |
load(java.lang.StringBuffer out,
Execution exec)
Load the message to output StringBuffer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZulMessageLoader()
Method Detail |
---|
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 Execution
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |