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

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.InteractionDetailsViewBean
All Implemented Interfaces:
java.io.Serializable

public class InteractionDetailsViewBean
extends DetailsViewBean

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

Version:
$Id: InteractionDetailsViewBean.java,v 1.9 2003/11/13 15:13:09 skerrien Exp $
Author:
Samuel Kerrien (skerrien@ebi.ac.uk)
See Also:
Interaction, Serialized Form

Field Summary
 
Fields inherited from class uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
logger
 
Constructor Summary
InteractionDetailsViewBean(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)
          Build a copy the Experiment object - don't copy the interactions.
 
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

InteractionDetailsViewBean

public InteractionDetailsViewBean(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 if the collection if null or empty.
Method Detail

getHTML

public void getHTML(java.io.Writer writer)
Description copied from class: DetailsViewBean
Build a copy the Experiment object - don't copy the interactions.

Overrides:
getHTML in class DetailsViewBean


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