Class DefaultURLGeneratorFactory
- java.lang.Object
-
- org.biojava.bio.program.blast2html.DefaultURLGeneratorFactory
-
- All Implemented Interfaces:
URLGeneratorFactory
public class DefaultURLGeneratorFactory extends Object implements URLGeneratorFactory
A simple defaultURLGeneratorFactory
which returns a singleNcbiDatabaseURLGenerator
instance. Primary author - Colin Hardman (CAT) Other authors - Tim Dilks (CAT) Simon Brocklehurst (CAT) Stuart Johnston (CAT) Lawerence Bower (CAT) Derek Crockford (CAT) Neil Benn (CAT) Copyright 2001 Cambridge Antibody Technology Group plc. This code released to the biojava project, May 2001 under the LGPL license.- Version:
- 1.0
- Author:
- Cambridge Antibody Technology Group plc
-
-
Constructor Summary
Constructors Constructor Description DefaultURLGeneratorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List
getDatabaseURLGenerators()
Returns a list of 0, 1 or moreDatabaseURLGenerator
The first is used to link from the id in the summary table, all are used as a list of links in the detail section.
-
-
-
Constructor Detail
-
DefaultURLGeneratorFactory
public DefaultURLGeneratorFactory()
-
-
Method Detail
-
getDatabaseURLGenerators
public List getDatabaseURLGenerators()
Description copied from interface:URLGeneratorFactory
Returns a list of 0, 1 or moreDatabaseURLGenerator
The first is used to link from the id in the summary table, all are used as a list of links in the detail section.- Specified by:
getDatabaseURLGenerators
in interfaceURLGeneratorFactory
- Returns:
- a
List
-
-