-
Classes Class Description org.zkoss.util.logging.Log As of release 7.0.0, use SLF4J API for logging instead.org.zkoss.xml.HTMLs As of release 6.0.0, replaced withHTMLs.
-
Fields Field Description org.zkoss.lang.Objects.BAR0_STRING As of release 6.0.0, not worth to have this API.org.zkoss.lang.Objects.BAR1_STRING As of release 6.0.0, not worth to have this API.org.zkoss.lang.Objects.BAR2_STRING As of release 6.0.0, not worth to have this API.org.zkoss.lang.Objects.PATH_SEPARATOR_CHAR As of release 6.0.0, never used and confusing.org.zkoss.lang.Objects.PATH_SEPARATOR_STRING As of release 6.0.0, never used and confusing.
-
Methods Method Description org.zkoss.math.BigDecimals.toPlainString(BigDecimal) As of release 6.0.0, use BigDecimal.toPlainString() directly (since we don't support JDK 1.4) anymore.org.zkoss.util.ArraysX.clone(Object) As of release 6.0.0, replaced withArraysX.duplicate(Object).org.zkoss.util.Maps.parse(Map, String, char, char, boolean, boolean, boolean)