Searched refs:OPTION_TAG (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java139 String OPTION_TAG = "<" + OPTION_TAG_NAME + " " + OPTION_LABEL_ATTR_NAME + "=\"{0}\" " + field in interface:PropertyTemplate
H A DPolicyPropertyXMLBuilderBase.java166 xml.append(MessageFormat.format(OPTION_TAG, params));
H A DPropertyXMLBuilderBase.java710 xml.append(MessageFormat.format(OPTION_TAG, escapeSpecialChars(model.getLocalizedString(entry.getValue())),
838 xml.append(MessageFormat.format(OPTION_TAG, p1));
840 xml.append(MessageFormat.format(OPTION_TAG, p2));
843 appendChoiceValueForSelectableComponent(as, xml, serviceBundle, true, OPTION_TAG);
883 xml.append(MessageFormat.format(OPTION_TAG, params));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java139 String OPTION_TAG = "<" + OPTION_TAG_NAME + " " + OPTION_LABEL_ATTR_NAME + "=\"{0}\" " + field in interface:PropertyTemplate
H A DPolicyPropertyXMLBuilderBase.java166 xml.append(MessageFormat.format(OPTION_TAG, params));
H A DPropertyXMLBuilderBase.java710 xml.append(MessageFormat.format(OPTION_TAG, escapeSpecialChars(model.getLocalizedString(entry.getValue())),
838 xml.append(MessageFormat.format(OPTION_TAG, p1));
840 xml.append(MessageFormat.format(OPTION_TAG, p2));
843 appendChoiceValueForSelectableComponent(as, xml, serviceBundle, true, OPTION_TAG);
883 xml.append(MessageFormat.format(OPTION_TAG, params));

Completed in 51 milliseconds