JavaScript is disabled on your browser.
Skip navigation links
javax.faces.context

Class FacesContextFactory

  • All Implemented Interfaces:
    FacesWrapper<FacesContextFactory>


    public abstract class FacesContextFactory
    extends Object
    implements FacesWrapper<FacesContextFactory>

    FacesContextFactory is a factory object that creates (if needed) and returns new FacesContext instances, initialized for the processing of the specified request and response objects. Implementations may take advantage of the calls to the release() method of the allocated FacesContext instances to pool and recycle them, rather than creating a new instance every time.

    There must be one FacesContextFactory instance per web application that is utilizing JavaServer Faces. This instance can be acquired, in a portable manner, by calling:

     FacesContextFactory factory = (FacesContextFactory)
     FactoryFinder.getFactory(FactoryFinder.FACES_CONTEXT_FACTORY);
     
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /