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

br.com.jhonsapp.util.jsf.project.root.pages.WebProjectRootPages 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;

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