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

com.github.bordertech.wcomponents.examples.TextDuplicatorVelocity2 Maven / Gradle / Ivy

There is a newer version: 1.5.36
Show newest version
package com.github.bordertech.wcomponents.examples;

/**
 * An example extension of {@link TextDuplicatorVelocityImpl} to show how different a template can be specified.
 *
 * @author Martin Shevchenko
 * @since 1.0.0
 */
public class TextDuplicatorVelocity2 extends TextDuplicatorVelocityImpl {

	/**
	 * Creates a TextDuplicator_Velocity2.
	 */
	public TextDuplicatorVelocity2() {
		super("com/github/bordertech/wcomponents/examples/TextDuplicator_Velocity2.vm", "Pretty Duplicator 2");
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy