Package org.intermine.bio.web.displayer
Class PublicationAnnotationsDisplayer
- java.lang.Object
-
- org.intermine.web.displayer.ReportDisplayer
-
- org.intermine.bio.web.displayer.PublicationAnnotationsDisplayer
-
public class PublicationAnnotationsDisplayer extends org.intermine.web.displayer.ReportDisplayerDisplay all objects mentioned by publication
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description PublicationAnnotationsDisplayer(org.intermine.web.logic.config.ReportDisplayerConfig config, org.intermine.api.InterMineAPI im)Construct with config and the InterMineAPI.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay(javax.servlet.http.HttpServletRequest request, org.intermine.web.logic.results.ReportObject reportObject)
-
-
-
Constructor Detail
-
PublicationAnnotationsDisplayer
public PublicationAnnotationsDisplayer(org.intermine.web.logic.config.ReportDisplayerConfig config, org.intermine.api.InterMineAPI im)Construct with config and the InterMineAPI.- Parameters:
config- to describe the report displayerim- the InterMine API
-
-