List of usage examples for org.apache.wicket.core.util.objects.checker IObjectChecker interface-usage
From source file com.evolveum.midpoint.web.security.MidPointObjectChecker.java
/** * @author semancik * */ public class MidPointObjectChecker implements IObjectChecker {
From source file org.cast.cwm.data.util.PersistedObjectsNotAllowedChecker.java
/**
* Check and complain if there are any PersistedObjects being serialized.
* {@link PersistedObject} is cwm-data's base class for database objects.
* If they have an ID assigned, then they are the Java representation of actual
* rows in the database. As such, they shouldn't be serialized as part of the session;
* they should either be transient or encapsulated in detachable models (and those models