| org.zkoss.seam.jsf.ZKFacesContextImpl
ZKFacesContextImpl | public class ZKFacesContextImpl extends ServletFacesContextImpl (Code) | | This class is for integrate ZK with Seam, You should not use this class directly.
The main purpose of this class is ,
-
Keep zkLoading or uiUpdate information of current request.
-
Set self the current instance of FacesContext
author: Dennis.Chen |
_uiUpdate | boolean _uiUpdate(Code) | | |
getApplication | public Application getApplication()(Code) | | |
isCurrentZKFacesContext | public static boolean isCurrentZKFacesContext()(Code) | | |
isCurrentZKUiUpdate | public static boolean isCurrentZKUiUpdate()(Code) | | |
isUiUpdate | public boolean isUiUpdate()(Code) | | |
release | public void release()(Code) | | |
|
|