package com.idega.core.builder.business; /** * <p>Title: idegaWeb</p> * <p>Description: * This is a temporary class and will be removed in future versions of idegaWeb. * <br><br>Developers should avoid to use constants in this class.</p> * <p>Copyright: Copyright (c) 2003</p> * <p>Company: idega Software</p> * @author <a href="thomas@idega.is">Thomas Hilbig</a> * @version 1.0 * Created on Jun 28, 2004 */ public class ICBuilderConstants { public static final String IB_PAGE_PARAMETER = "ib_page"; public static final String PRM_HISTORY_ID = "ib_history"; public static final String SESSION_OBJECT_STATE = "obj_inst_state"; }