org.apache.myfaces.commons.resourcehandler.webapp.config.impl
Class WebConfigProviderImpl

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.webapp.config.WebConfigProvider
      extended by org.apache.myfaces.commons.resourcehandler.webapp.config.impl.WebConfigProviderImpl

public class WebConfigProviderImpl
extends WebConfigProvider

Author:
Leonardo Uribe

Constructor Summary
WebConfigProviderImpl()
           
 
Method Summary
 WebRegistration getWebRegistration(javax.faces.context.FacesContext context)
           
 void init(javax.faces.context.FacesContext context)
           
 void update(javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebConfigProviderImpl

public WebConfigProviderImpl()
Method Detail

getWebRegistration

public WebRegistration getWebRegistration(javax.faces.context.FacesContext context)
Specified by:
getWebRegistration in class WebConfigProvider

init

public void init(javax.faces.context.FacesContext context)
Specified by:
init in class WebConfigProvider

update

public void update(javax.faces.context.FacesContext context)
Specified by:
update in class WebConfigProvider


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.