public interface Module
Configuration module allows to configure RichFaces services.
Implementations are loaded in conformance with ServiceLoader
(/META-INF/services/org.richfaces.services.Module).
Modifier and Type | Method and Description |
---|---|
void |
configure(ServicesFactory factory)
This method called from Initialization event listener. |
void configure(ServicesFactory factory)
This method called from Initialization event listener. User can register their services there to override/extend base functionality.
factory
- Copyright © 2015 JBoss by Red Hat. All Rights Reserved.