|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intersys.cache.WrapperMap
com.intersys.jsp.HistoryFrame
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 |
public static HistoryFrame createChild(int id, String viewName, HistoryFrame parent) throws JspException
JspException
public static HistoryFrame createRoot(Map appCache, String tableName) throws JspException
JspException
public String getViewName()
public int getId()
public int getCount()
public HistoryFrame getParent()
public List getChildren()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |