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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java112 private static final String IALERT_COMMON = "ialertCommon"; field in class:AMViewBeanBase
331 final CCAlertInline alert = (CCAlertInline)getChild(IALERT_COMMON);
360 CCAlertInline alert = (CCAlertInline)getChild(IALERT_COMMON);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java113 private static final String IALERT_COMMON = "ialertCommon"; field in class:AMViewBeanBase
332 final CCAlertInline alert = (CCAlertInline)getChild(IALERT_COMMON);
361 CCAlertInline alert = (CCAlertInline)getChild(IALERT_COMMON);

Completed in 24 milliseconds