Uses of Interface
org.zkoss.zk.au.AuDecoder
-
Packages that use AuDecoder Package Description org.zkoss.zk.au.http org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of AuDecoder in org.zkoss.zk.au.http
Methods in org.zkoss.zk.au.http that return AuDecoder Modifier and Type Method Description static AuDecoderAuMultipartUploader. parseRequest(jakarta.servlet.http.HttpServletRequest request, AuDecoder decoder)Methods in org.zkoss.zk.au.http with parameters of type AuDecoder Modifier and Type Method Description static AuDecoderAuMultipartUploader. parseRequest(jakarta.servlet.http.HttpServletRequest request, AuDecoder decoder) -
Uses of AuDecoder in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return AuDecoder Modifier and Type Method Description AuDecoderAbstractWebApp. getAuDecoder()Methods in org.zkoss.zk.ui.impl with parameters of type AuDecoder Modifier and Type Method Description voidAbstractWebApp. setAuDecoder(AuDecoder audec) -
Uses of AuDecoder in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return AuDecoder Modifier and Type Method Description AuDecoderWebAppCtrl. getAuDecoder()Returns the AU decoder for this Web application, or null if not assigned.Methods in org.zkoss.zk.ui.sys with parameters of type AuDecoder Modifier and Type Method Description voidWebAppCtrl. setAuDecoder(AuDecoder audec)Sets the AU decoder for this Web application.
-