A B C D E F G H I L N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccessDeniedException - Exception in com.github.adminfaces.template.exception
-
Created by rmpestano on 18/02/17.
- AccessDeniedException() - Constructor for exception com.github.adminfaces.template.exception.AccessDeniedException
- AccessDeniedException(String) - Constructor for exception com.github.adminfaces.template.exception.AccessDeniedException
- AccessDeniedException(Throwable) - Constructor for exception com.github.adminfaces.template.exception.AccessDeniedException
- add(BreadCrumb) - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- add(String, String, Boolean) - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- add(String, String, Boolean, Boolean) - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- addException(BusinessException) - Method in exception com.github.adminfaces.template.exception.BusinessException
- AdminConfig - Class in com.github.adminfaces.template.config
-
Holds global application configuration Created by rafael-pestano on 22/11/16.
- AdminConfig() - Constructor for class com.github.adminfaces.template.config.AdminConfig
- AdminFilter - Class in com.github.adminfaces.template.session
-
Based on https://github.com/conventions/core/blob/master/src/main/java/org/conventionsframework/filter/ConventionsFilter.java Created by rafael-pestano on 07/01/17.
- AdminFilter() - Constructor for class com.github.adminfaces.template.session.AdminFilter
- AdminServletContextListener - Class in com.github.adminfaces.template.session
-
Deprecated.
- AdminServletContextListener() - Constructor for class com.github.adminfaces.template.session.AdminServletContextListener
-
Deprecated.
- AdminSession - Class in com.github.adminfaces.template.session
-
Created by rmpestano on 04/02/17 Controls if user is logged in so AdminFilter can send user to login page when it is not logged in.
- AdminSession() - Constructor for class com.github.adminfaces.template.session.AdminSession
- AdminSystemEventListener - Class in com.github.adminfaces.template.event
-
Created by rmpestano on 28/04/17.
- AdminSystemEventListener() - Constructor for class com.github.adminfaces.template.event.AdminSystemEventListener
- AdminUTF8Bundle - Class in com.github.adminfaces.template.i18n
-
Adds support for UTF-8 based bundles for admin i18n messages Taken from: https://stackoverflow.com/a/3646601/1260910
- AdminUTF8Bundle() - Constructor for class com.github.adminfaces.template.i18n.AdminUTF8Bundle
- AdminUTF8Bundle.UTF8Control - Class in com.github.adminfaces.template.i18n
- AdminUtils - Class in com.github.adminfaces.template.util
- AdminUtils() - Constructor for class com.github.adminfaces.template.util.AdminUtils
- Assert - Class in com.github.adminfaces.template.util
-
Created by rafael-pestano on 26/06/2015.
B
- BreadCrumb - Class in com.github.adminfaces.template.model
-
Created by rafael-pestano on 30/11/16.
- BreadCrumb(String, String) - Constructor for class com.github.adminfaces.template.model.BreadCrumb
- BreadCrumbMB - Class in com.github.adminfaces.template.bean
-
Created by rafael-pestano on 30/11/16.
- BreadCrumbMB() - Constructor for class com.github.adminfaces.template.bean.BreadCrumbMB
- build() - Method in exception com.github.adminfaces.template.exception.BusinessException
- BUNDLE_EXTENSION - Static variable in class com.github.adminfaces.template.i18n.AdminUTF8Bundle
- BUNDLE_NAME - Static variable in class com.github.adminfaces.template.i18n.AdminUTF8Bundle
- BusinessException - Exception in com.github.adminfaces.template.exception
-
Based on https://github.com/conventions/core/blob/master/src/main/java/org/conventionsframework/exception/BusinessException.java Application exception used to show faces messages when business exception is thrown.
- BusinessException() - Constructor for exception com.github.adminfaces.template.exception.BusinessException
- BusinessException(String) - Constructor for exception com.github.adminfaces.template.exception.BusinessException
- BusinessException(String, FacesMessage.Severity) - Constructor for exception com.github.adminfaces.template.exception.BusinessException
- BusinessException(String, FacesMessage.Severity, String) - Constructor for exception com.github.adminfaces.template.exception.BusinessException
- BusinessException(String, String) - Constructor for exception com.github.adminfaces.template.exception.BusinessException
- BusinessException(String, String, FacesMessage.Severity) - Constructor for exception com.github.adminfaces.template.exception.BusinessException
- BusinessException(String, String, String) - Constructor for exception com.github.adminfaces.template.exception.BusinessException
- BusinessException(Throwable) - Constructor for exception com.github.adminfaces.template.exception.BusinessException
C
- changeSkin(String) - Method in class com.github.adminfaces.template.bean.SkinMB
- CHARSET - Static variable in class com.github.adminfaces.template.i18n.AdminUTF8Bundle
- clear() - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- clearAndHome() - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- com.github.adminfaces.template.bean - package com.github.adminfaces.template.bean
- com.github.adminfaces.template.config - package com.github.adminfaces.template.config
- com.github.adminfaces.template.event - package com.github.adminfaces.template.event
- com.github.adminfaces.template.exception - package com.github.adminfaces.template.exception
- com.github.adminfaces.template.i18n - package com.github.adminfaces.template.i18n
- com.github.adminfaces.template.model - package com.github.adminfaces.template.model
- com.github.adminfaces.template.security - package com.github.adminfaces.template.security
- com.github.adminfaces.template.session - package com.github.adminfaces.template.session
- com.github.adminfaces.template.util - package com.github.adminfaces.template.util
- Constants - Interface in com.github.adminfaces.template.util
-
Created by rmpestano on 07/01/17.
- Constants.InitialParams - Interface in com.github.adminfaces.template.util
- contains(String, String) - Static method in class com.github.adminfaces.template.util.Assert
- contextDestroyed(ServletContextEvent) - Method in class com.github.adminfaces.template.session.AdminServletContextListener
-
Deprecated.
- contextInitialized(ServletContextEvent) - Method in class com.github.adminfaces.template.session.AdminServletContextListener
-
Deprecated.
- ControlSidebarConfig - Class in com.github.adminfaces.template.config
-
Holds control sidebar initial configuration
- ControlSidebarConfig(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.github.adminfaces.template.config.ControlSidebarConfig
- CustomExceptionHandler - Class in com.github.adminfaces.template.exception
-
Based on: https://github.com/conventions/core/blob/master/src/main/java/org/conventionsframework/exception/ConventionsExceptionHandler.java This handler adds FacesMessages when BusinessExceptions are thrown OR sends user to error page when unexpected exception are raised.
- CustomExceptionHandler(ExceptionHandler) - Constructor for class com.github.adminfaces.template.exception.CustomExceptionHandler
- CustomExceptionHandlerFactory - Class in com.github.adminfaces.template.exception
- CustomExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class com.github.adminfaces.template.exception.CustomExceptionHandlerFactory
D
- DEFAULT_ACCESS_DENIED_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants
- DEFAULT_DATE_FORMAT - Static variable in interface com.github.adminfaces.template.util.Constants
- DEFAULT_ERROR_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants
- DEFAULT_EXPIRED_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants
- DEFAULT_INDEX_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants
- DEFAULT_LOGIN_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants
- DEFAULT_OPTIMISTIC_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants
- DEFAULT_PAGE_FORMAT - Static variable in interface com.github.adminfaces.template.util.Constants
- destroy() - Method in class com.github.adminfaces.template.session.AdminFilter
- DISABLE_FILTER - Static variable in interface com.github.adminfaces.template.util.Constants.InitialParams
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.github.adminfaces.template.session.AdminFilter
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.github.adminfaces.template.security.LogoutServlet
- doLogout() - Method in class com.github.adminfaces.template.security.LogoutMB
E
- encodeURL(String) - Static method in class com.github.adminfaces.template.util.AdminUtils
-
Copied from OmniFaces to avoid version conflicts URL-encode the given string using UTF-8.
- equals(Object) - Method in class com.github.adminfaces.template.model.BreadCrumb
- ERROR_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants.InitialParams
F
- findErrorPageLocation(Throwable) - Method in enum com.github.adminfaces.template.util.WebXml
-
Find for the given exception the right error page location.
G
- getBoxedLayout() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getBoxedLayout() - Method in class com.github.adminfaces.template.config.ControlSidebarConfig
- getBreadCrumbMaxSize() - Method in class com.github.adminfaces.template.config.AdminConfig
- getBreadCrumbs() - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- getControlSidebar() - Method in class com.github.adminfaces.template.config.AdminConfig
- getDarkControlSidebarSkin() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getDarkSkin() - Method in class com.github.adminfaces.template.config.ControlSidebarConfig
- getDateFormat() - Method in class com.github.adminfaces.template.config.AdminConfig
- getDetail() - Method in exception com.github.adminfaces.template.exception.BusinessException
- getErrorPageLocations() - Method in enum com.github.adminfaces.template.util.WebXml
-
Returns a mapping of all error page locations by exception type.
- getExceptionHandler() - Method in class com.github.adminfaces.template.exception.CustomExceptionHandlerFactory
- getExceptionList() - Method in exception com.github.adminfaces.template.exception.BusinessException
- getExpandOnHover() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getExpandOnHover() - Method in class com.github.adminfaces.template.config.ControlSidebarConfig
- getFieldId() - Method in exception com.github.adminfaces.template.exception.BusinessException
- getFixed() - Method in class com.github.adminfaces.template.config.ControlSidebarConfig
- getFixedControlSidebar() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getFixedLayout() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getFixedLayout() - Method in class com.github.adminfaces.template.config.ControlSidebarConfig
- getFormErrorPage() - Method in enum com.github.adminfaces.template.util.WebXml
-
Returns the location of the FORM authentication error page, or
nullif it is not defined. - getFormLoginPage() - Method in enum com.github.adminfaces.template.util.WebXml
-
Returns the location of the FORM authentication login page, or
nullif it is not defined. - getIgnoredResources() - Method in class com.github.adminfaces.template.config.AdminConfig
- getIndexPage() - Method in class com.github.adminfaces.template.config.AdminConfig
- getKeys() - Method in class com.github.adminfaces.template.i18n.AdminUTF8Bundle
- getLeftMenuTemplate() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getLink() - Method in class com.github.adminfaces.template.model.BreadCrumb
- getLoadingImage() - Method in class com.github.adminfaces.template.config.AdminConfig
- getLoginPage() - Method in class com.github.adminfaces.template.config.AdminConfig
- getMessagesHideTimeout() - Method in class com.github.adminfaces.template.config.AdminConfig
- getPageSufix() - Method in class com.github.adminfaces.template.config.AdminConfig
-
infer page suffix from index and login page configured in admin-config.properties If none is configured then use default suffix: 'xhtml'.
- getRequest(FacesContext) - Static method in class com.github.adminfaces.template.util.AdminUtils
- getRippleElements() - Method in class com.github.adminfaces.template.config.AdminConfig
- getSecurityConstraints() - Method in enum com.github.adminfaces.template.util.WebXml
-
Returns a mapping of all security constraint URL patterns and the associated roles in the declared order.
- getSessionTimeout() - Method in enum com.github.adminfaces.template.util.WebXml
-
Returns the configured session timeout in minutes, or
-1if it is not defined. - getSeverity() - Method in exception com.github.adminfaces.template.exception.BusinessException
- getShowOnMobile() - Method in class com.github.adminfaces.template.config.ControlSidebarConfig
- getSidebarCollapsed() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getSidebarCollapsed() - Method in class com.github.adminfaces.template.config.ControlSidebarConfig
- getSkin() - Method in class com.github.adminfaces.template.bean.SkinMB
- getSkin() - Method in class com.github.adminfaces.template.config.AdminConfig
- getSummary() - Method in exception com.github.adminfaces.template.exception.BusinessException
- getTemplate() - Method in class com.github.adminfaces.template.bean.LayoutMB
- getTemplatePath() - Method in class com.github.adminfaces.template.config.AdminConfig
-
Deprecated.
- getTitle() - Method in class com.github.adminfaces.template.model.BreadCrumb
- getWelcomeFiles() - Method in enum com.github.adminfaces.template.util.WebXml
-
Returns a list of all welcome files.
- getWrapped() - Method in class com.github.adminfaces.template.exception.CustomExceptionHandler
H
- handle() - Method in class com.github.adminfaces.template.exception.CustomExceptionHandler
- handleGetObject(String) - Method in class com.github.adminfaces.template.i18n.AdminUTF8Bundle
- has(Object) - Static method in class com.github.adminfaces.template.util.Assert
- has(Object[]) - Static method in class com.github.adminfaces.template.util.Assert
- has(String) - Static method in class com.github.adminfaces.template.util.Assert
- has(Collection<?>) - Static method in class com.github.adminfaces.template.util.Assert
- has(Map<?, ?>) - Static method in class com.github.adminfaces.template.util.Assert
- hashCode() - Method in class com.github.adminfaces.template.model.BreadCrumb
I
- INDEX_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants.InitialParams
- init() - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- init() - Method in class com.github.adminfaces.template.bean.LayoutMB
- init() - Method in class com.github.adminfaces.template.bean.SkinMB
- init() - Method in class com.github.adminfaces.template.config.AdminConfig
- init(FilterConfig) - Method in class com.github.adminfaces.template.session.AdminFilter
- init(ServletContext) - Method in enum com.github.adminfaces.template.util.WebXml
-
Perform manual initialization with the given servlet context, if not null and not already initialized yet.
- INSTANCE - com.github.adminfaces.template.util.WebXml
-
Returns the lazily loaded enum singleton instance.
- isAccessAllowed(String, String) - Method in enum com.github.adminfaces.template.util.WebXml
-
Returns
trueif access to the given URL is allowed for the given role. - isAutoHideMessages() - Method in class com.github.adminfaces.template.config.AdminConfig
- isAutoShowNavbar() - Method in class com.github.adminfaces.template.config.AdminConfig
- isClosableLoading() - Method in class com.github.adminfaces.template.config.AdminConfig
- isDefaultTemplate() - Method in class com.github.adminfaces.template.bean.LayoutMB
- isDisableFilter() - Method in class com.github.adminfaces.template.config.AdminConfig
- isEnableMobileHeader() - Method in class com.github.adminfaces.template.config.AdminConfig
- isEnableRipple() - Method in class com.github.adminfaces.template.config.AdminConfig
- isEnableSlideMenu() - Method in class com.github.adminfaces.template.config.AdminConfig
- isExtensionLessUrls() - Method in class com.github.adminfaces.template.config.AdminConfig
- isIconsEffect() - Method in class com.github.adminfaces.template.config.AdminConfig
- isLeftMenuTemplate() - Method in class com.github.adminfaces.template.config.AdminConfig
- isListenerForSource(Object) - Method in class com.github.adminfaces.template.event.AdminSystemEventListener
- isLoggedIn() - Method in class com.github.adminfaces.template.session.AdminSession
- isRenderAjaxStatus() - Method in class com.github.adminfaces.template.config.AdminConfig
- isRenderBreadCrumb() - Method in class com.github.adminfaces.template.config.AdminConfig
- isRenderControlSidebar() - Method in class com.github.adminfaces.template.config.AdminConfig
- isRenderFormAsterisks() - Method in class com.github.adminfaces.template.config.AdminConfig
- isRenderMenuSearch() - Method in class com.github.adminfaces.template.config.AdminConfig
- isRenderMessages() - Method in class com.github.adminfaces.template.config.AdminConfig
- isRippleMobileOnly() - Method in class com.github.adminfaces.template.config.AdminConfig
- isSkipMessageDetailIfEqualsSummary() - Method in class com.github.adminfaces.template.config.AdminConfig
- isUserRedirected() - Method in class com.github.adminfaces.template.session.AdminSession
L
- LayoutMB - Class in com.github.adminfaces.template.bean
-
Created by rmpestano on 07/05/17.
- LayoutMB() - Constructor for class com.github.adminfaces.template.bean.LayoutMB
- loadDefaults() - Method in class com.github.adminfaces.template.config.AdminConfig
- LOGIN_PAGE - Static variable in interface com.github.adminfaces.template.util.Constants.InitialParams
- LogoutMB - Class in com.github.adminfaces.template.security
-
Created by rmpestano on 03/02/17.
- LogoutMB() - Constructor for class com.github.adminfaces.template.security.LogoutMB
- LogoutServlet - Class in com.github.adminfaces.template.security
- LogoutServlet() - Constructor for class com.github.adminfaces.template.security.LogoutServlet
N
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.github.adminfaces.template.i18n.AdminUTF8Bundle.UTF8Control
P
- processEvent(SystemEvent) - Method in class com.github.adminfaces.template.event.AdminSystemEventListener
R
- redirect(String, Object...) - Static method in class com.github.adminfaces.template.util.AdminUtils
- remove(BreadCrumb) - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- restoreDefaults() - Method in class com.github.adminfaces.template.bean.LayoutMB
- restoreDefaults() - Method in class com.github.adminfaces.template.config.AdminConfig
S
- setAutoHideMessages(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setAutoShowNavbar(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setBoxedLayout(Boolean) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setBreadCrumbMaxSize(Integer) - Method in class com.github.adminfaces.template.config.AdminConfig
- setBreadCrumbs(List<BreadCrumb>) - Method in class com.github.adminfaces.template.bean.BreadCrumbMB
- setClosableLoading(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setControlSidebar(ControlSidebarConfig) - Method in class com.github.adminfaces.template.config.AdminConfig
- setDarkControlSidebarSkin(Boolean) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setDateFormat(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setDefaultTemplate() - Method in class com.github.adminfaces.template.bean.LayoutMB
- setDetail(String) - Method in exception com.github.adminfaces.template.exception.BusinessException
- setDisableFilter(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setEnableMobileHeader(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setEnableRipple(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setEnableSlideMenu(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setExceptionList(List<BusinessException>) - Method in exception com.github.adminfaces.template.exception.BusinessException
- setExpandOnHover(Boolean) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setExtensionLessUrls(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setFieldId(String) - Method in exception com.github.adminfaces.template.exception.BusinessException
- setFixedControlSidebar(Boolean) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setFixedLayout(Boolean) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setIconsEffect(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setIgnoredResources(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setIndexPage(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setIsLoggedIn(boolean) - Method in class com.github.adminfaces.template.session.AdminSession
- setLeftMenuTemplate(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setLeftMenuTemplate(Boolean) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setLink(String) - Method in class com.github.adminfaces.template.model.BreadCrumb
- setLoadingImage(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setLoginPage(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setMessagesHideTimeout(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRenderAjaxStatus(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRenderBreadCrumb(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRenderControlSidebar(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRenderFormAsterisks(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRenderMenuSearch(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRenderMessages(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRippleElements(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setRippleMobileOnly(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setSeverity(FacesMessage.Severity) - Method in exception com.github.adminfaces.template.exception.BusinessException
- setSidebarCollapsed(Boolean) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setSkin(String) - Method in class com.github.adminfaces.template.bean.SkinMB
- setSkin(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setSkipMessageDetailIfEqualsSummary(boolean) - Method in class com.github.adminfaces.template.config.AdminConfig
- setSummary(String) - Method in exception com.github.adminfaces.template.exception.BusinessException
- setTemplate(String) - Method in class com.github.adminfaces.template.bean.LayoutMB
- setTemplatePath(String) - Method in class com.github.adminfaces.template.config.AdminConfig
- setTemplateTop() - Method in class com.github.adminfaces.template.bean.LayoutMB
- setTitle(String) - Method in class com.github.adminfaces.template.model.BreadCrumb
- setUserRedirected(boolean) - Method in class com.github.adminfaces.template.session.AdminSession
- SkinMB - Class in com.github.adminfaces.template.bean
-
Created by rmpestano on 07/01/17.
- SkinMB() - Constructor for class com.github.adminfaces.template.bean.SkinMB
- startsWithOneOf(String, String...) - Static method in class com.github.adminfaces.template.util.Assert
T
- toggleTemplate() - Method in class com.github.adminfaces.template.bean.LayoutMB
U
- UTF8_CONTROL - Static variable in class com.github.adminfaces.template.i18n.AdminUTF8Bundle
- UTF8Control() - Constructor for class com.github.adminfaces.template.i18n.AdminUTF8Bundle.UTF8Control
V
- valueOf(String) - Static method in enum com.github.adminfaces.template.util.WebXml
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.adminfaces.template.util.WebXml
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WebXml - Enum in com.github.adminfaces.template.util
-
COPIED from OmniFaces because when users update to OmniFaces 3.x they get java.lang.IncompatibleClassChangeError: Found interface org.omnifaces.config.WebXml, but class was expected because AdminTemplate depends on OmniFaces 2.1 and the method used by template (findErrorPages) has changed in OmniFaces 3.x
All Classes All Packages