Image:stop.png This documentation is for an older version of ZK. For the latest documentationplease click here .

The Initial Parameters

init-param

Descriptions

processor0processor1processor2...

[Optional]

It specifies an AU processor. The first processor must be specified with the name called processor0, second processor1 and so on.

The syntax of the value is

         /prefix=class
        

For example,

         <init-param><param-name>processor0</param-name><param-value>/upload=com.super.MyUploader</param-value></init-param>        
        <init-param><param-name>processor1</param-name><param-value>/extra=com.super.MyExtra</param-value></init-param>
        

The class must implement the org.zkoss.zk.au.http.AuProcessor interface.