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