br.com.jhonsapp.util.jsf.project.root.pages.WebProjectRootPagesDefault Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of util-jsf Show documentation
Show all versions of util-jsf Show documentation
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