uk.ac.ebi.intact.application.search2.struts.view.details
Class ProteinDetailsViewBean

java.lang.Object
  |
  +--uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
        |
        +--uk.ac.ebi.intact.application.search2.struts.view.details.DetailsViewBean
              |
              +--uk.ac.ebi.intact.application.search2.struts.view.details.ProteinDetailsViewBean
All Implemented Interfaces:
java.io.Serializable

public class ProteinDetailsViewBean
extends DetailsViewBean

Displays a collection of Protein in the context of their Experiment.

Version:
$Id: ProteinDetailsViewBean.java,v 1.9 2004/01/31 11:41:34 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)
See Also:
Protein, Serialized Form

Field Summary
 
Fields inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
logger
 
Constructor Summary
ProteinDetailsViewBean(java.util.Collection objects, java.lang.String link, java.lang.String contextPath)
          Construct an instance of this class for given collection of object.
 
Method Summary
 void getHTML(java.io.Writer writer)
          Building the Protein view in the comtext of the wrapped Proteins' Experiment.
 
Methods inherited from class uk.ac.ebi.intact.application.search2.struts.view.details.DetailsViewBean
getHelpSection, getWrappedObjects, initHighlightMap, setWrappedObjects, showGraphButtons
 
Methods inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
getContextPath, getHelpLink, getHighlightMap, setHighlightMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProteinDetailsViewBean

public ProteinDetailsViewBean(java.util.Collection objects,
                              java.lang.String link,
                              java.lang.String contextPath)
Construct an instance of this class for given collection of object.

Parameters:
objects - the collection of objects to construct the view for.
link - the link to the help page.
Throws:
java.lang.NullPointerException - thrown thrown if the collection if null or empty.
Method Detail

getHTML

public void getHTML(java.io.Writer writer)
Building the Protein view in the comtext of the wrapped Proteins' Experiment.

Overrides:
getHTML in class DetailsViewBean
Parameters:
writer - the writer to use to write the HTML data out.


IntAct Project - EMBL-EBI 2004 - intact-help@ebi.ac.uk