Class NullRelationPathHandler

java.lang.Object
ch.tocco.nice2.model.entity.impl.reading.relation.RelationPathHandler
ch.tocco.nice2.model.entity.impl.reading.relation.NullRelationPathHandler

public class NullRelationPathHandler extends RelationPathHandler
Model reader that gets used when the relation is disabled.

It reads the child elements of the relation tag when the relation tag itself is set to disabled. This is needed because the model reader goes and links the entities, but the case can be that they are disabled true, and thus are nonexistent at this stage.