Code Search for Developers
 
 
  

HtmlPageFactory.java from MASE: Agile Software Engineering at Krugle


Show HtmlPageFactory.java syntax highlighted

// Copyright (C) 2003,2004,2005 by Object Mentor, Inc. All rights reserved.
// Released under the terms of the GNU General Public License version 2 or later.
package ca.ucalgary.cpsc.ebe.fitClipse.render.html;

public class HtmlPageFactory
{
	public HtmlPage newPage()
	{
		return new HtmlPage();
	}

	public String toString()
	{
		return getClass().getName();
	}
}




See more files for this project here

MASE: Agile Software Engineering

The MASE project investigates methods to support the coordination and executable acceptance testing of software projects. Keywords: Agile methods, distributed teams, Extreme Programming. See http://ebe.cpsc.ucalgary.ca/ebe for more information.

Project homepage: http://sourceforge.net/projects/mase
Programming language(s): Java,XML
License: other

  BasicHtmlPage.java
  ChunkedResultsListingUtil.java
  ChunkedResultsListingUtilTest.java
  HtmlComment.java
  HtmlElement.java
  HtmlPage.java
  HtmlPageFactory.java
  HtmlTableListingBuilder.java
  HtmlTag.java
  HtmlUtil.java
  RawHtml.java
  TagGroup.java