|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
java.lang.String |
toLink(java.lang.String poID,
java.util.Properties poOptions)
Returns a full retrieve item anchor for the given database id. |
java.lang.String |
toURL(java.lang.String poID,
java.util.Properties poOptions)
Returns a string representation of a URL to the specified ID. |
Method Detail |
public java.lang.String toURL(java.lang.String poID, java.util.Properties poOptions)
poID
- a database IDpoOptions
- Properties
- any options needed
String
valuepublic java.lang.String toLink(java.lang.String poID, java.util.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 |