|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatabaseURLGenerator
Takes a database ID and some configuration properties ( such as base URL ) and returns either a URL or a full anchor tag. 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. All Rights Reserved. This code released to the biojava project, May 2001 under the LGPL license.
Method Summary | |
---|---|
String |
toLink(String poID,
Properties poOptions)
Returns a full retrieve item anchor for the given database id. |
String |
toURL(String poID,
Properties poOptions)
Returns a string representation of a URL to the specified ID. |
Method Detail |
---|
String toURL(String poID, Properties poOptions)
poID
- a database IDpoOptions
- Properties
- any options needed
String
valueString toLink(String poID, Properties poOptions)
poID
- a String
valuepoOptions
- a Properties
value
String
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |