View Javadoc

1   /*
2    * $Id: IServicesRegistry.java,v 1.18 2011/06/16 09:29:41 jbmeslin Exp $
3    */
4   package org.rcfaces.core.internal.service;
5   
6   import javax.faces.context.FacesContext;
7   
8   /**
9    * 
10   * @author Olivier Oeuillot (latest modification by $Author: jbmeslin $)
11   * @version $Revision: 1.18 $ $Date: 2011/06/16 09:29:41 $
12   */
13  public interface IServicesRegistry {
14  
15      IService getService(FacesContext facesContext, String renderKitId,
16              String serviceId);
17  }