Package org.zkoss.za11y.impl
Class Za11yMessageLoader
- java.lang.Object
-
- org.zkoss.za11y.impl.Za11yMessageLoader
-
- All Implemented Interfaces:
MessageLoader
public class Za11yMessageLoader extends java.lang.Object implements MessageLoader
ZA11Y implementation of MessageLoader- Since:
- 10.3.0
- Author:
- rebeccalai
-
-
Constructor Summary
Constructors Constructor Description Za11yMessageLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload(java.lang.StringBuffer out, Execution exec)Load the message to output StringBuffer.
-
-
-
Method Detail
-
load
public void load(java.lang.StringBuffer out, Execution exec) throws java.io.IOExceptionDescription copied from interface:MessageLoaderLoad the message to output StringBuffer.ZK will scan the
MessageLoadersetting 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)
DesktopandPageinstance. Hence, programmer must notice that they cannot use many of Execution's API.- Specified by:
loadin interfaceMessageLoader- Parameters:
out- StringBuffer to outputexec- current Execution- Throws:
java.io.IOException
-
-