package org.jblooming.waf.constants; public interface ObjectEditorConstants { // form fields String FLD_PROPERTY = Fields.FORM_PREFIX + "FLD_PROPERTY"; String FLD_CLASS = Fields.FORM_PREFIX + "FLD_CLASS"; String FLD_DELETE_STYLE = Fields.FORM_PREFIX + "DS"; String FLD_PERMISSION = Fields.FORM_PREFIX + "PR"; // commands // session scoped // i18n // configured urls // errors // other constants }