Example usage for org.apache.wicket.util.string StringValue subclass-usage

List of usage examples for org.apache.wicket.util.string StringValue subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.util.string StringValue subclass-usage.

Usage

From source file org.wicketstuff.rest.resource.urlsegments.AbstractURLSegment.java

/**
 * Base class to contain the informations of the segments that compose the URL used to map a method.
 * It's used to use simple segments with no path parameters.
 * 
 * @author andrea del bene
 *