
shared.alertMsg.inc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-common Show documentation
Show all versions of console-common Show documentation
This bundle contains common code that may be shared across plugins.
The newest version!
$attribute{alertSummary});
decodeString(str="$attribute{alertDetail}", output=>$attribute{alertDetail});
}
if (!$attribute{alertSummary}){
getRequestValue(key="alertType" value="#{requestScope.alertType}");
getRequestValue(key="alertSummary" value="#{requestScope.alertSummary}");
getRequestValue(key="alertDetail" value="#{requestScope.alertDetail}");
}
if ("!#{escapedAlertDetail}"){
htmlEscape(value="#{alertSummary}" result="#{requestScope.alertSummary}");
htmlEscape(value="#{alertDetail}" result="#{requestScope.alertDetail}");
}
if ("#{escapedAlertDetail}"){
setAttribute(key="alertSummary" value="#{alertSummary}");
setAttribute(key="alertDetail" value="#{alertDetail}");
}
/>
$attribute{alertSummary});
decodeString(str="$attribute{alertDetail}", output=>$attribute{alertDetail});
}
if (!$attribute{alertSummary}){
getRequestValue(key="alertType" value="#{requestScope.alertType}");
getRequestValue(key="alertSummary" value="#{requestScope.alertSummary}");
getRequestValue(key="alertDetail" value="#{requestScope.alertDetail}");
}
gf.isConfigName(configName="#{pageSession.configName}" );
/>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy