|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--uk.ac.ebi.intact.application.search2.struts.view.AbstractViewBean
Abstract class containing some basic operations useful to display beans for Intact. Subclasses might for example be based around requirements for particular Intact types (eg BasicObjects) or perhaps concrete type requiring specific functionality (eg Proteins).
| Field Summary | |
protected static org.apache.log4j.Logger |
logger
|
| Constructor Summary | |
AbstractViewBean(java.lang.String link,
java.lang.String contextPath)
Construst an instance of this class with help link. |
|
| Method Summary | |
java.lang.String |
getContextPath()
|
java.lang.String |
getHelpLink()
|
abstract java.lang.String |
getHelpSection()
Returns the help section. |
java.util.Set |
getHighlightMap()
Returns the higlight map. |
abstract void |
getHTML(java.io.Writer writer)
Instructs the bean to create an HTML content for the object that it wraps. |
abstract void |
initHighlightMap()
|
void |
setHighlightMap(java.util.Set highlightMap)
|
boolean |
showGraphButtons()
The graph buttons are not displayed by default. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final transient org.apache.log4j.Logger logger
| Constructor Detail |
public AbstractViewBean(java.lang.String link,
java.lang.String contextPath)
link - the link to help page.| Method Detail |
public java.util.Set getHighlightMap()
public void setHighlightMap(java.util.Set highlightMap)
public java.lang.String getHelpLink()
public java.lang.String getContextPath()
public boolean showGraphButtons()
public abstract void getHTML(java.io.Writer writer)
public abstract void initHighlightMap()
public abstract java.lang.String getHelpSection()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||