Class PageStructureDump

java.lang.Object
com.evolveum.midpoint.gui.api.page.PageStructureDump

public class PageStructureDump extends Object
Created by Viliam Repan (lazyman).
  • Constructor Details

    • PageStructureDump

      public PageStructureDump()
  • Method Details

    • dumpStructure

      public void dumpStructure(org.apache.wicket.Page page, Writer writer) throws IOException
      Throws:
      IOException
    • dumpStructure

      public void dumpStructure(com.evolveum.midpoint.gui.api.page.PageStructureDump.TreeNode node, Writer writer, int depth) throws IOException
      Throws:
      IOException
    • dumpStructure

      public void dumpStructure(com.evolveum.midpoint.gui.api.page.PageStructureDump.TreeNode node, Writer writer, int depth, boolean children) throws IOException
      Throws:
      IOException