blob: 0d4cb3b5bc173b2c42111b21005733f1ec86f75b [file] [log] [blame]
package ${packageName}.pages;
import java.util.Date;
/**
* Start page of application ${artifactId}.
*/
public class Index
{
public Date getCurrentTime()
{
return new Date();
}
}