Java org.apache.wicket.model StringResourceModel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.model StringResourceModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.model StringResourceModel.

The text is from its open source code.

Subclass

org.apache.wicket.model.StringResourceModel has subclasses.
Click this link to see all its subclasses.

Constructor

StringResourceModel(final String resourceKey, final Component component)
Creates a new string resource model using the supplied parameters.
StringResourceModel(final String resourceKey, final IModel model)
Creates a new string resource model using the supplied parameter.
StringResourceModel(final String resourceKey, final Component component, final IModel model)
Creates a new string resource model using the supplied parameters.
StringResourceModel(final String resourceKey)
Creates a new string resource model using the supplied parameter.

Method

StringgetString()
Gets the string currently represented by this model.
StringResourceModelsetParameters(Object... parameters)
Sets the parameters used for substitution.
StringtoString()
This method just returns debug information, so it won't return the localized string.