View Javadoc

1   /*
2    * $Id: IFiltredContentAccessor.java,v 1.1 2007/10/30 13:46:43 oeuillot Exp $
3    */
4   package org.rcfaces.core.internal.contentAccessor;
5   
6   /**
7    * 
8    * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9    * @version $Revision: 1.1 $ $Date: 2007/10/30 13:46:43 $
10   */
11  public interface IFiltredContentAccessor extends IContentAccessor {
12      String getFilter();
13  }