Java org.apache.wicket.util.template TextTemplate fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.template TextTemplate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.template TextTemplate.

The text is from its open source code.

Subclass

org.apache.wicket.util.template.TextTemplate has subclasses.
Click this link to see all its subclasses.

Method

StringasString(Map variables)
Interpolates the Map of variables with the content and returns the resulting String without replacing the content.
StringasString()
StringgetString()
Retrieves the String resource.
TextTemplateinterpolate(Map variables)
Interpolates values into this TextTemplate.