org.richfaces.context
Class ExtendedPartialViewContextFactoryImpl

java.lang.Object
  extended by javax.faces.context.PartialViewContextFactory
      extended by org.richfaces.context.ExtendedPartialViewContextFactoryImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.context.PartialViewContextFactory>

public class ExtendedPartialViewContextFactoryImpl
extends javax.faces.context.PartialViewContextFactory

Since:
4.0
Author:
Nick Belaevski

Constructor Summary
ExtendedPartialViewContextFactoryImpl(javax.faces.context.PartialViewContextFactory parentFactory)
           
 
Method Summary
 javax.faces.context.PartialViewContext getPartialViewContext(javax.faces.context.FacesContext context)
           
 javax.faces.context.PartialViewContextFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedPartialViewContextFactoryImpl

public ExtendedPartialViewContextFactoryImpl(javax.faces.context.PartialViewContextFactory parentFactory)
Method Detail

getPartialViewContext

public javax.faces.context.PartialViewContext getPartialViewContext(javax.faces.context.FacesContext context)
Specified by:
getPartialViewContext in class javax.faces.context.PartialViewContextFactory

getWrapped

public javax.faces.context.PartialViewContextFactory getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.PartialViewContextFactory>
Overrides:
getWrapped in class javax.faces.context.PartialViewContextFactory


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.