View Javadoc

1   package be.dvw.administration.mvc.navigation;
2   
3   import org.dom4j.Document;
4   
5   import java.util.List;
6   import java.io.OutputStream;
7   
8   /***
9    * Created by IntelliJ IDEA.
10   * User: Toon.Timbermont
11   * Date: Mar 25, 2005
12   * Time: 6:14:27 PM
13   * To change this template use File | Settings | File Templates.
14   */
15  public interface LeftMenu {
16  
17      /***
18       * Method returning the (HTML) document representing the LeftMenu
19       * @return
20       */
21      public Document getCurrentMenu();
22  
23  }