1 /*
2 * $Id: IScriptContentModel.java,v 1.1 2008/03/07 17:48:05 oeuillot Exp $
3 */
4 package org.rcfaces.core.internal.script;
5
6 import org.rcfaces.core.model.IContentModel;
7
8 /**
9 *
10 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11 * @version $Revision: 1.1 $ $Date: 2008/03/07 17:48:05 $
12 */
13 public interface IScriptContentModel extends IContentModel {
14
15 String CHARSET_PROPERTY = "org.rfcaces.core.model.CHARSET";
16 }