org.openfaces.ajax
Class PartialViewContextFactory

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

public class PartialViewContextFactory
extends javax.faces.context.PartialViewContextFactory


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

Constructor Detail

PartialViewContextFactory

public PartialViewContextFactory(javax.faces.context.PartialViewContextFactory wrapped)
Method Detail

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

getPartialViewContext

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


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.