javax.faces.component.visit
Class VisitContextFactory

java.lang.Object
  extended by javax.faces.component.visit.VisitContextFactory
All Implemented Interfaces:
FacesWrapper<VisitContextFactory>

public abstract class VisitContextFactory
extends Object
implements FacesWrapper<VisitContextFactory>

RELEASE_PENDING (docs)

Since:
2.0

Constructor Summary
VisitContextFactory()
           
 
Method Summary
abstract  VisitContext getVisitContext(FacesContext context, Collection<String> ids, Set<VisitHint> hints)
          RELEASE_PENDING (docs)
 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.

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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>

getVisitContext

public abstract VisitContext getVisitContext(FacesContext context,
                                             Collection<String> ids,
                                             Set<VisitHint> hints)
RELEASE_PENDING (docs)

Parameters:
context -
ids -
hints -
Returns:
VisitContext


Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.