
config-browser.validatorDetails.ftl Maven / Gradle / Ivy
<#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)}
Name Value Type
<#foreach prop in properties>
class="b"<#else>class="a"#if>>
${prop.name}
<#if prop.value?exists> ${prop.value?string} <#else> null #if>
${prop.type.name}
#foreach>
<#call endPage>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy