com.foreach.across.modules.entity.registry.EntityViewRegistry Maven / Gradle / Ivy
package com.foreach.across.modules.entity.registry;
import com.foreach.across.modules.entity.views.EntityViewFactory;
public interface EntityViewRegistry
{
boolean hasView( String viewName );
Y getViewFactory( String viewName );
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy