public class ApplicationProcessor extends Object implements SystemEventListener
OmniFaces application processor. This runs when the faces application is created. This performs the following tasks:
Application.getResourceHandler()
chain is unique, otherwise log and fail.
FacesViews
view handler.
MessagesKeywordResolver
.
This is invoked after ApplicationInitializer
and ApplicationListener
.
Constructor and Description |
---|
ApplicationProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
isListenerForSource(Object source) |
void |
processEvent(SystemEvent event) |
public boolean isListenerForSource(Object source)
isListenerForSource
in interface SystemEventListener
public void processEvent(SystemEvent event)
processEvent
in interface SystemEventListener
Copyright © 2012–2020 OmniFaces. All rights reserved.