javax.faces.component.visit
Class VisitContextFactory
java.lang.Object
javax.faces.component.visit.VisitContextFactory
- All Implemented Interfaces:
- FacesWrapper<VisitContextFactory>
public abstract class VisitContextFactory
- extends Object
- implements FacesWrapper<VisitContextFactory>
- Since:
- 2.0
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 14:19:37 +0200 (Sat, 22 Oct 2011) $
- Author:
- Simon Lessard (latest modification by $Author: bommel $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisitContextFactory
public VisitContextFactory()
getVisitContext
public abstract VisitContext getVisitContext(FacesContext context,
Collection<String> ids,
Set<VisitHint> hints)
getWrapped
public VisitContextFactory getWrapped()
- Description copied from interface:
FacesWrapper
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<VisitContextFactory>
- Returns:
- the instance of the class being wrapped
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.