Package org.zkoss.zk.scripting
Interface SerializableAware.Filter
-
- Enclosing interface:
- SerializableAware
public static interface SerializableAware.Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.String name, java.lang.Object value)Whether to accept the specified variable name and its value.
-