services.util
Class TreeIncludeService

java.lang.Object
  extended by services.IncludeService
      extended by services.util.TreeIncludeService

public class TreeIncludeService
extends IncludeService

Service, der Nodes in einer baumartigen Struktur anzeigt. Zum Öffnen/Schließen von Foldern wird ein DHTML-Script verwendet.

Author:
Thorsten Berger

Constructor Summary
TreeIncludeService(DataNode root)
           
TreeIncludeService(DataNode root, NodeViewFormatter formatter)
           
 
Method Summary
static java.lang.String convertBackslash2Slash(java.lang.String s)
           
 java.lang.String process()
           
 
Methods inherited from class services.IncludeService
getAndCheckParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeIncludeService

public TreeIncludeService(DataNode root,
                          NodeViewFormatter formatter)

TreeIncludeService

public TreeIncludeService(DataNode root)
Method Detail

process

public java.lang.String process()
Overrides:
process in class IncludeService

convertBackslash2Slash

public static java.lang.String convertBackslash2Slash(java.lang.String s)