All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config-browser.validatorDetails.ftl Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
<#include "tigris-macros.ftl">
<#assign hideNav = true>
<#call startPage pageTitle="Validator Details"/>
Validated Class:${action.stripPackage(clazz)}
Context:${context}
Validator Number:${selected}
Validator Type:${action.stripPackage(selectedValidator.class)}
<#foreach prop in properties> class="b"<#else>class="a">
NameValueType
${prop.name} <#if prop.value?exists> ${prop.value?string} <#else> null ${prop.type.name}
<#call endPage>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy