Interface | Description |
---|---|
DependencyInjector | |
Initializable |
Classes that require initialization and release methods should implement this interface |
Module |
Configuration module allows to configure RichFaces services.
|
Prioritizable |
Marks service which defines its priority between the services of same type
|
ServicesFactory |
Allows to store instances of service interfaces of given types. |
Class | Description |
---|---|
DefaultModule |
Default RichFaces configuration module.
|
DependencyInjectorImpl | |
InitializationListener |
Listens for application's
PostConstructApplicationEvent and PreDestroyApplicationEvent events in order to initialize RichFaces services. |
ServiceLoader |
This class loads services from files placed to the META-INF/services in classpath. |
ServicesFactoryImpl | |
ServiceTracker |
Tracker class to provide access to various framework implementation services.
|
ServiceUtils | |
Uptime |
|
ValidatorModule |
This class initializes validator-related services |
Exception | Description |
---|---|
ServiceException |
Exception fired by service tracker if it cannot create requested service. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.