de.goerntkai.scot.app.misc
Class ComponentFactory

java.lang.Object
  extended byde.goerntkai.scot.app.misc.ComponentFactory

public class ComponentFactory
extends java.lang.Object

This class encapsulates Methods which create ISCoTComponents.

Version:
$Id: ComponentFactory.java,v 1.1 2005/05/14 16:40:58 GoerntKai Exp $
Author:
GoerntKai

Constructor Summary
ComponentFactory()
           
 
Method Summary
static ISCoTComponent[] getStylesheets(java.lang.String line, Configuration configuration, java.lang.String title)
          Returns the array of stylesheets for that HTML document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentFactory

public ComponentFactory()
Method Detail

getStylesheets

public static ISCoTComponent[] getStylesheets(java.lang.String line,
                                              Configuration configuration,
                                              java.lang.String title)

Returns the array of stylesheets for that HTML document. The definition of the stylesheets is stored in the SCoT document.

Parameters:
line - the line to transform into the stylesheet array
configuration - the configuration of this application
title - the documents title for identification of a buggy HeaderDocument
Returns:
the array of stylesheets


© 2004 by Kai Görnt