1 /*
2 * $Id: IContentAccessorRegistry.java,v 1.2 2008/09/17 16:38:17 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.contentAccessor;
5
6 import org.rcfaces.core.lang.IContentFamily;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.2 $ $Date: 2008/09/17 16:38:17 $
12 */
13 public interface IContentAccessorRegistry {
14 IContentAccessorHandler[] listContentAccessorHandlers(IContentFamily type);
15 }