org.apache.myfaces.commons.resourcehandler.webapp.config
Class WebConfigProvider

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.webapp.config.WebConfigProvider
Direct Known Subclasses:
WebConfigProviderImpl

public abstract class WebConfigProvider
extends Object

Author:
Leonardo Uribe

Constructor Summary
WebConfigProvider()
           
 
Method Summary
abstract  WebRegistration getWebRegistration(javax.faces.context.FacesContext context)
           
abstract  void init(javax.faces.context.FacesContext context)
           
abstract  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

WebConfigProvider

public WebConfigProvider()
Method Detail

getWebRegistration

public abstract WebRegistration getWebRegistration(javax.faces.context.FacesContext context)

init

public abstract void init(javax.faces.context.FacesContext context)

update

public abstract void update(javax.faces.context.FacesContext context)


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