org.apache.myfaces.trinidad.component
Class UIXCollection.NoColumnFacetsVisitContext

java.lang.Object
  extended by org.apache.myfaces.trinidad.component.visit.VisitContext
      extended by org.apache.myfaces.trinidad.component.UIXCollection.NoColumnFacetsVisitContext
Enclosing class:
UIXCollection

protected static final class UIXCollection.NoColumnFacetsVisitContext
extends VisitContext

VisitContext implementation that doesn't visit any of the Facets of UIXColumn children. This is used when stamping children


Field Summary
 
Fields inherited from class org.apache.myfaces.trinidad.component.visit.VisitContext
ALL_IDS
 
Method Summary
protected  VisitContext getWrapped()
           
 VisitResult invokeVisitCallback(UIComponent component, VisitCallback callback)
          Called by UIXComponent.visitTree() to visit a single component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWrapped

protected VisitContext getWrapped()

invokeVisitCallback

public VisitResult invokeVisitCallback(UIComponent component,
                                       VisitCallback callback)
Description copied from class: VisitContext

Called by UIXComponent.visitTree() to visit a single component.

Parameters:
component - the component to visit
callback - the VisitCallback to call
Returns:
a VisitResult value that indicates whether to continue visiting the component's subtree, skip visiting the component's subtree or abort the visit altogether.


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.