Class BioLinkRedirectManager


  • public class BioLinkRedirectManager
    extends org.intermine.api.LinkRedirectManager
    Contructs an alternate object details link pointing to an external URL for use in results table. Returns NULL if there is no config for given object.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.log4j.Logger LOG  
      • Fields inherited from class org.intermine.api.LinkRedirectManager

        ATTR_MARKER_RE, webProperties
    • Constructor Summary

      Constructors 
      Constructor Description
      BioLinkRedirectManager​(java.util.Properties webProperties)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateLink​(org.intermine.api.InterMineAPI im, org.intermine.model.InterMineObject imo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        protected static final org.apache.log4j.Logger LOG
    • Constructor Detail

      • BioLinkRedirectManager

        public BioLinkRedirectManager​(java.util.Properties webProperties)
        Parameters:
        webProperties - the web properties
    • Method Detail

      • generateLink

        public java.lang.String generateLink​(org.intermine.api.InterMineAPI im,
                                             org.intermine.model.InterMineObject imo)
        Overrides:
        generateLink in class org.intermine.api.LinkRedirectManager