Class VisitMode

java.lang.Object
org.exoplatform.portal.mop.navigation.VisitMode

public class VisitMode extends Object
Describes how a node should be loaded by a loading operation.
Version:
$Revision$
Author:
Julien Viet
  • Field Details

    • NO_CHILDREN

      public static final VisitMode NO_CHILDREN
      Include node but its children should be left appart.
    • ALL_CHILDREN

      public static final VisitMode ALL_CHILDREN
      Include node and its children.
  • Method Details