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

com.github.adminfaces.template.util.Constants Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
package com.github.adminfaces.template.util;

/**
 * Created by rmpestano on 07/01/17.
 */
public interface Constants {

    String DEFAULT_INDEX_PAGE = "index.xhtml";
    String DEFAULT_LOGIN_PAGE = "login.xhtml";
    String DEFAULT_ERROR_PAGE = "500.xhtml";
    String DEFAULT_DATE_FORMAT = "MM/dd/yyyy HH:mm:ss";
    String DEFAULT_PAGE_FORMAT = "xhtml";

    interface InitialParams {
        String DISABLE_FILTER = "com.github.adminfaces.DISABLE_FILTER";
        String LOGIN_PAGE = "com.github.adminfaces.LOGIN_PAGE";
        String ERROR_PAGE = "com.github.adminfaces.ERROR_PAGE";
        String INDEX_PAGE = "com.github.adminfaces.INDEX_PAGE";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy