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

Class PartialViewContextFactory

  • All Implemented Interfaces:
    FacesWrapper<PartialViewContextFactory>


    public abstract class PartialViewContextFactory
    extends Object
    implements FacesWrapper<PartialViewContextFactory>

    PartialViewContextFactory is a factory object that creates (if needed) and returns new PartialViewContext instances.

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

     PartialViewContextFactory factory = (PartialViewContextFactory)
     FactoryFinder.getFactory(FactoryFinder.PARTIAL_VIEW_CONTEXT_FACTORY);
     
    Since:
    2.0
Skip navigation links

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

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