* .
*/
public void preinit() {
// Register bytecode processors that are associated with this plugin.
Integration integration = IntegrationFactory.getInstance();
integration.addIntegrationProcessor(new RendererBytecodeProcessor(), true);
// Register class reload listeners.
// ReloaderFactory.getInstance().addClassReloadListener(new LiferayFacesClassEventListener());
}