com.intersys.jsp
Class HistoryFrame

java.lang.Object
  extended bycom.intersys.cache.WrapperMap
      extended bycom.intersys.jsp.HistoryFrame
All Implemented Interfaces:
Map

public class HistoryFrame
extends com.intersys.cache.WrapperMap

Contains information about history of perfromed searches in current HTTP session.


Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Method Summary
static HistoryFrame createChild(int id, String viewName, HistoryFrame parent)
           
static HistoryFrame createRoot(Map appCache, String tableName)
           
 List getChildren()
           
 int getCount()
           
 int getId()
           
 HistoryFrame getParent()
           
 String getViewName()
           
 
Methods inherited from class com.intersys.cache.WrapperMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values, valuesAsList
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createChild

public static HistoryFrame createChild(int id,
                                       String viewName,
                                       HistoryFrame parent)
                                throws JspException
Throws:
JspException

createRoot

public static HistoryFrame createRoot(Map appCache,
                                      String tableName)
                               throws JspException
Throws:
JspException

getViewName

public String getViewName()

getId

public int getId()

getCount

public int getCount()

getParent

public HistoryFrame getParent()

getChildren

public List getChildren()