View Javadoc

1   /*
2    * $Id: IPrependIdCapability.java,v 1.1 2010/02/23 15:46:14 oeuillot Exp $
3    */
4   package org.rcfaces.core.component.capability;
5   
6   
7   /**
8    * 
9    * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
10   * @version $Revision: 1.1 $ $Date: 2010/02/23 15:46:14 $
11   */
12  public interface IPrependIdCapability {
13      boolean isPrependId();
14  
15      void setPrependId(boolean prependId);
16  }