Class VisitContextFactory

    • Constructor Detail

      • VisitContextFactory

        public VisitContextFactory​()
    • Method Detail

      • getWrapped

        public VisitContextFactory getWrapped​()

        If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. A default implementation is provided that returns null.

        Specified by:
        getWrapped in interface FacesWrapper<VisitContextFactory>
        Since:
        2.0
      • getVisitContext

        public abstract VisitContext getVisitContext​(FacesContext context,
                                                     java.util.Collection<java.lang.String> ids,
                                                     java.util.Set<VisitHint> hints)

        Return a new VisitContext instance.

        Parameters:
        context - the FacesContext for this request.
        ids - a Collection of clientIds to visit. If null all components will be visited.
        hints - the VisitHints that apply to this visit.
        Since:
        2.0