1 /*
2 * $Id: IAdditionalInformationValuesCapability.java,v 1.2 2007/07/19 12:12:04 oeuillot Exp $
3 */
4 package org.rcfaces.core.component.capability;
5
6 import javax.faces.context.FacesContext;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.2 $ $Date: 2007/07/19 12:12:04 $
12 */
13 public interface IAdditionalInformationValuesCapability extends
14 IAdditionalInformationProvider {
15
16 Class getAdditionalInformationValuesType(FacesContext facesContext);
17 }