javax.faces.context
Class PartialViewContextFactory
java.lang.Object
javax.faces.context.PartialViewContextFactory
- All Implemented Interfaces:
- FacesWrapper<PartialViewContextFactory>
public abstract class PartialViewContextFactory
- extends Object
- implements FacesWrapper<PartialViewContextFactory>
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartialViewContextFactory
public PartialViewContextFactory()
getPartialViewContext
public abstract PartialViewContext getPartialViewContext(FacesContext context)
getWrapped
public PartialViewContextFactory 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<PartialViewContextFactory>
- Returns:
- the instance of the class being wrapped
Copyright © 2014 The Apache Software Foundation. All rights reserved.