Liferay 6.1.2-ce-ga3

com.liferay.util.bridges.jsf.sun
Class LiferayConfigureListener

java.lang.Object
  extended by com.sun.faces.config.ConfigureListener
      extended by com.liferay.util.bridges.jsf.sun.LiferayConfigureListener
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class LiferayConfigureListener
extends com.sun.faces.config.ConfigureListener


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.faces.config.ConfigureListener
com.sun.faces.config.ConfigureListener.ServletContextAdapter
 
Field Summary
static String ASSOCIATE_KEY
           
 
Fields inherited from class com.sun.faces.config.ConfigureListener
ENABLE_HTML_TLV, FACES_CONFIG_BEAN_KEY, JSF_RI_CONFIG, META_INF_RESOURCES, VALIDATE_XML, VERIFY_OBJECTS, WEB_INF_RESOURCE
 
Constructor Summary
LiferayConfigureListener()
           
 
Method Summary
 void contextInitialized(javax.servlet.ServletContextEvent sce)
           
 
Methods inherited from class com.sun.faces.config.ConfigureListener
configure, contextDestroyed, digester, getExternalContextDuringInitialize, isFeatureEnabled, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSOCIATE_KEY

public static final String ASSOCIATE_KEY
See Also:
Constant Field Values
Constructor Detail

LiferayConfigureListener

public LiferayConfigureListener()
Method Detail

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class com.sun.faces.config.ConfigureListener

Liferay 6.1.2-ce-ga3