/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved * * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the License). You may not use this file except in * compliance with the License. * * You can obtain a copy of the License at * https://opensso.dev.java.net/public/CDDLv1.0.html or * opensso/legal/CDDLv1.0.txt * See the License for the specific language governing * permission and limitations under the License. * * When distributing Covered Code, include this CDDL * Header Notice in each file and include the License file * at opensso/legal/CDDLv1.0.txt. * If applicable, add the following below the CDDL Header, * with the fields enclosed by brackets [] replaced by * your own identifying information: * "Portions Copyrighted [year] [name of copyright owner]" * * $Id: PropertyTemplate.java,v 1.5 2008/10/02 16:31:29 veiming Exp $ * * Portions Copyrighted 2011-2015 ForgeRock As. */ package com.sun.identity.console.property; public interface PropertyTemplate { String BLANK_VALUE = "blank.header"; String DYN_GUI_MULTIPLE_LIST_CHECKBOX_PREFIX = "__DYN_GUI_MULTIPLE_LIST_CHECKBOX_"; String DYN_GUI_MULTIPLE_LIST_CHECKBOX_MARKER = "__DYN_GUI_MULTIPLE_LIST_CHECKBOX_MARKER_"; String TAGNAME_HREF = "com.sun.web.ui.taglib.html.CCHrefTag"; String TAGNAME_TEXTFIELD = "com.sun.web.ui.taglib.html.CCTextFieldTag"; String TAGNAME_TEXTAREA = "com.sun.web.ui.taglib.html.CCTextAreaTag"; String TAGNAME_BUTTON = "com.sun.web.ui.taglib.html.CCButtonTag"; String TAGNAME_CHECKBOX = "com.sun.web.ui.taglib.html.CCCheckBoxTag"; String TAGNAME_PASSWORD = "com.sun.web.ui.taglib.html.CCPasswordTag"; String TAGNAME_EDITABLE_LIST = "com.sun.web.ui.taglib.editablelist.CCEditableListTag"; String TAGNAME_ORDERED_LIST = "com.sun.identity.console.ui.taglib.CCOrderedListTag"; String TAGNAME_UNORDERED_LIST = "com.sun.identity.console.ui.taglib.CCUnOrderedListTag"; String TAGNAME_MAP_LIST = "com.sun.identity.console.ui.taglib.CCMapListTag"; String TAGNAME_GLOBAL_MAP_LIST = "com.sun.identity.console.ui.taglib.CCGlobalMapListTag"; String TAGNAME_DROPDOWN_MENU = "com.sun.web.ui.taglib.html.CCDropDownMenuTag"; String TAGNAME_MULTIPLE_CHOICE = "com.sun.web.ui.taglib.html.CCSelectableListTag"; String NULL_TYPE = "null"; String ANY_REQUIRED = "required"; String ANY_DISPLAY = "display"; String ANY_ADMIN_DISPLAY = "adminDisplay"; String ANY_DISPLAYRO = "displayRO"; String ANY_ADMIN_DISPLAYRO = "adminDisplayRO"; String DATE_MARKER_NAME = "dateMarker"; String PWD_CONFIRM_SUFFIX = "_confirm"; String DEFINITION = "\n" + "\n"; String START_TAG = "\n"; String END_TAG = "\n"; String SECTION_DUMMY_START_TAG = "
"; String SECTION_START_TAG = "
\n"; String SECTION_END_TAG = "
\n"; String SUBSECTION_DUMMY_START_TAG = ""; String SUBSECTION_START_TAG = ""; String SUBSECTION_END_TAG = ""; String GROUP_START_TAG = ""; String GROUP_END_TAG = ""; String PROPERTY_START_TAG = "\n"; String PROPERTY_START_OPEN_TAG = "\n"; String PROPERTY_END_TAG = "\n"; String LABEL_TAG = "