Uses of Interface
org.zkoss.zk.scripting.SerializableAware.Filter
-
Packages that use SerializableAware.Filter Package Description org.zkoss.zk.scripting org.zkoss.zk.scripting.bsh -
-
Uses of SerializableAware.Filter in org.zkoss.zk.scripting
Methods in org.zkoss.zk.scripting with parameters of type SerializableAware.Filter Modifier and Type Method Description void
SerializableAware. write(java.io.ObjectOutputStream s, SerializableAware.Filter filter)
Writes the name and value of the variables of this namespace to the specified stream. -
Uses of SerializableAware.Filter in org.zkoss.zk.scripting.bsh
Methods in org.zkoss.zk.scripting.bsh with parameters of type SerializableAware.Filter Modifier and Type Method Description void
BSHInterpreter. write(java.io.ObjectOutputStream s, SerializableAware.Filter filter)
-