Add variables to RCP's Dummy RWT
[lgpl/argeo-commons.git] / rcp / org.argeo.eclipse.ui.rcp / src / org / eclipse / rap / rwt / client / WebClient.java
index fbcb440665009b74f232ecdfd0c9424c4d378705..1f19bdd7ce1fbd0a2f82430aa7da206783ed787d 100644 (file)
@@ -5,4 +5,6 @@ public interface WebClient {
        public final static String PAGE_TITLE = "rcp:PAGE_TITLE";
        public final static String BODY_HTML = "rcp:BODY_HTML";
        public final static String THEME_ID = "rcp:THEME_ID";
+       public final static String HEAD_HTML = "rcp:HEAD_HTML";
+       public final static String PAGE_OVERFLOW = "rcp:PAGE_OVERFLOW";
 }