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

META-INF.templates._facets.ftl Maven / Gradle / Ivy

The newest version!
    <#list facets as facet>
      <#if facet.generate >
    public UIComponent ${facet.getterName}() {
        return getFacet("${facet.name}");
    }
    public void ${facet.setterName}(UIComponent facet) {
        getFacets().put("${facet.name}", facet);
    }
    
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy