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

br.com.jhonsapp.util.jsf.project.root.pages.WebProjectRootPagesDefault Maven / Gradle / Ivy

Go to download

This project provides useful classes that facilitate the construction of new components web.

The newest version!
package br.com.jhonsapp.util.jsf.project.root.pages;

/**
 * Class responsible for having pre-configured default web project pages.
 * 
 * @see WebProjectRootPages
 * 
 * @author Jhonathan Camacho
 *
 */
public class WebProjectRootPagesDefault implements WebProjectRootPages {

	/**
	 * Generated serial version id created at 12 July 2017.
	 */
	private static final long serialVersionUID = -3191156609034118386L;

	@Override
	public String getLogin() {
		return "/login.xhtml";
	}

	@Override
	public String getPermissionDenied() {
		return "/permissionDenied.xhtml";
	}

	@Override
	public String getError() {
		return "/404.html";
	}

	@Override
	public String getDashboard() {
		return "/dashboard.xhtml";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy