org.richfaces.context
Class SingletonsContext.ContextProvider

java.lang.Object
  extended by org.richfaces.context.SingletonsContext.ContextProvider
Enclosing class:
SingletonsContext

public abstract static class SingletonsContext.ContextProvider
extends java.lang.Object


Field Summary
protected  java.lang.String singletonContextAttributeName
           
 
Constructor Summary
protected SingletonsContext.ContextProvider(java.lang.String attributeSuffixName)
           
 
Method Summary
protected  AttributesContext createAndStoreContext(javax.faces.context.FacesContext context)
           
protected  AttributesContext createContext()
           
 AttributesContext get(javax.faces.context.FacesContext context)
           
protected abstract  java.util.Map<? super java.lang.String,java.lang.Object> getContextMap(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singletonContextAttributeName

protected final java.lang.String singletonContextAttributeName
Constructor Detail

SingletonsContext.ContextProvider

protected SingletonsContext.ContextProvider(java.lang.String attributeSuffixName)
Method Detail

createContext

protected AttributesContext createContext()

getContextMap

protected abstract java.util.Map<? super java.lang.String,java.lang.Object> getContextMap(javax.faces.context.FacesContext facesContext)

createAndStoreContext

protected AttributesContext createAndStoreContext(javax.faces.context.FacesContext context)

get

public AttributesContext get(javax.faces.context.FacesContext context)


Copyright © 2009. All Rights Reserved.