Searched defs:RESPONSE_TEMPLATE (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java78 public static final String RESPONSE_TEMPLATE = "{\"valid\":\"${valid}\", \"body\":\"${body}\"}"; field in class:AjaxPage
153 String response = RESPONSE_TEMPLATE;
159 String response = RESPONSE_TEMPLATE;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/util/
H A DAjaxPage.java79 public static final String RESPONSE_TEMPLATE = "{\"valid\":\"${valid}\", \"body\":\"${body}\"}"; field in class:AjaxPage
154 String response = RESPONSE_TEMPLATE;
160 String response = RESPONSE_TEMPLATE;

Completed in 29 milliseconds