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

templates.resources.textresource.ftlh Maven / Gradle / Ivy

        ${name} = new org.treblereel.j2cl.processors.common.resources.TextResource() {
                            public String getText() {
                                ${impl?no_esc}
                            }
                            public String getName() {
                                return "${name}";
                            }
                    };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy