1 /*
2 * Angkor Web Framework
3 *
4 * Distributable under LGPL license.
5 * See terms of license at gnu.org.
6 */
7
8 package com.tirsen.angkor;
9
10 /***
11 * Abstract baseclass for implementing ViewFactories.
12 *
13 * <!-- $Id: AbstractViewFactory.java,v 1.2 2002/10/07 19:49:17 tirsen Exp $ -->
14 * <!-- $Author: tirsen $ -->
15 *
16 * @author Jon Tirs´n (tirsen@users.sourceforge.net)
17 * @version $Revision: 1.2 $
18 */
19 public abstract class AbstractViewFactory implements ViewFactory
20 {
21 }
This page was automatically generated by Maven