org.ow2.jonas.cdi.weld.internal.jsf
Class FacesApplicationCustomizer

java.lang.Object
  extended by org.ow2.jonas.cdi.weld.internal.jsf.FacesApplicationCustomizer

public class FacesApplicationCustomizer
extends Object

A customizer for faces applications.

Author:
Loic Albertin

Method Summary
static void customizeFacesApplication(ClassLoader classLoader, String webappName)
          s Customize the Faces application for a given webapp: It replaces the actual Application by a WeldApplication which wrap it It replaces the actual ViewHandler by a ConversationAwareViewHandler which wrap it It adds a WeldPhaseListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

customizeFacesApplication

public static void customizeFacesApplication(ClassLoader classLoader,
                                             String webappName)
s Customize the Faces application for a given webapp:

Parameters:
classLoader -
webappName -


Copyright © 2013 OW2 Consortium. All Rights Reserved.