br.com.jhonsapp.util.jsf.project.root.pages.WebProjectRootPages 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;
import java.io.Serializable;
/**
* Interface with the obligatory web design pages.
*
* @author Jhonathan Camacho
*
*/
public interface WebProjectRootPages extends Serializable {
/**
* Gets login page.
*
* @return the login page.
*/
public String getLogin();
/**
* Gets permission denied page.
*
* @return the permission denied page.
*/
public String getPermissionDenied();
/**
* Gets error page.
*
* @return the error page.
*/
public String getError();
/**
* Gets dashboard page.
*
* @return the dashboard page.
*/
public String getDashboard();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy