| java.lang.Object org.apache.beehive.netui.core.factory.Factory org.apache.beehive.netui.pageflow.FacesBackingBeanFactory
FacesBackingBeanFactory | public class FacesBackingBeanFactory extends Factory implements InternalConstants(Code) | | Factory for creating "backing beans" for JavaServer Faces pages.
|
FacesBackingBeanFactory | protected FacesBackingBeanFactory()(Code) | | |
get | public static FacesBackingBeanFactory get(ServletContext servletContext)(Code) | | Get a FacesBackingBeanFactory.
Parameters: servletContext - the current ServletContext. a FacesBackingBeanFactory for the given ServletContext. It may or may not be a cached instance. |
getFacesBackingBeanForRequest | public FacesBackingBean getFacesBackingBeanForRequest(RequestContext requestContext)(Code) | | Get the "backing bean" associated with the JavaServer Faces page for a request.
Parameters: requestContext - a RequestContext object which contains the current request and response. |
init | public static void init(ServletContext servletContext)(Code) | | Initialize an instance of this class in the ServletContext. This is a framework-invoked method and should
normally be called directly.
|
loadFacesBackingBean | protected FacesBackingBean loadFacesBackingBean(RequestContext requestContext, String backingClassName)(Code) | | Load a "backing bean" associated with the JavaServer Faces page for a request.
Parameters: requestContext - a RequestContext object which contains the current request and response. Parameters: backingClassName - the name of the backing bean class. an initialized FacesBackingBean, or null if an error occurred. |
onCreate | protected void onCreate()(Code) | | |
reinit | protected void reinit(ServletContext servletContext)(Code) | | Called to reinitialize this instance, most importantly after it has been serialized/deserialized.
Parameters: servletContext - the current ServletContext. |
|
|