Searched refs:COMPONENT_START_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.java105 String COMPONENT_START_TAG = "<cc name=\"{0}\" tagclass=\"{1}\">\n"; field in interface:PropertyTemplate
H A DPolicyPropertyXMLBuilderBase.java100 xml.append(MessageFormat.format(COMPONENT_START_TAG, param));
103 xml.append(MessageFormat.format(COMPONENT_START_TAG, param));
H A DPropertyXMLBuilderBase.java549 xml.append(MessageFormat.format(COMPONENT_START_TAG,param));
707 xml.append(MessageFormat.format(COMPONENT_START_TAG, attrName, TAGNAME_DROPDOWN_MENU));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java105 String COMPONENT_START_TAG = "<cc name=\"{0}\" tagclass=\"{1}\">\n"; field in interface:PropertyTemplate
H A DPolicyPropertyXMLBuilderBase.java100 xml.append(MessageFormat.format(COMPONENT_START_TAG, param));
103 xml.append(MessageFormat.format(COMPONENT_START_TAG, param));
H A DPropertyXMLBuilderBase.java549 xml.append(MessageFormat.format(COMPONENT_START_TAG,param));
707 xml.append(MessageFormat.format(COMPONENT_START_TAG, attrName, TAGNAME_DROPDOWN_MENU));

Completed in 54 milliseconds