Searched refs:SECTION_START_TAG (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java85 String SECTION_START_TAG = "<section name=\"{0}\" defaultValue=\"{1}\">\n"; field in interface:PropertyTemplate
H A DPropertyXMLBuilder.java317 xml.append(MessageFormat.format(SECTION_START_TAG, params));
343 xml.append(MessageFormat.format(SECTION_START_TAG, params));
H A DPolicyPropertyXMLBuilderBase.java66 xml.append(MessageFormat.format(SECTION_START_TAG, params));
H A DPropertyXMLBuilderBase.java1110 xml.append(MessageFormat.format(SECTION_START_TAG, params));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DPropertyTemplate.java85 String SECTION_START_TAG = "<section name=\"{0}\" defaultValue=\"{1}\">\n"; field in interface:PropertyTemplate
H A DPropertyXMLBuilder.java317 xml.append(MessageFormat.format(SECTION_START_TAG, params));
343 xml.append(MessageFormat.format(SECTION_START_TAG, params));
H A DPolicyPropertyXMLBuilderBase.java66 xml.append(MessageFormat.format(SECTION_START_TAG, params));
H A DPropertyXMLBuilderBase.java1110 xml.append(MessageFormat.format(SECTION_START_TAG, params));

Completed in 49 milliseconds