|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--VelocityContext
|
+--gov.noaa.pmel.tmap.TemplateContext
|
+--gov.noaa.pmel.tmap.SessionTemplateContext
| Field Summary |
| Fields inherited from class gov.noaa.pmel.tmap.TemplateContext |
mCompareMap, mLayoutMap |
| Constructor Summary | |
SessionTemplateContext()
|
|
| Method Summary | |
java.util.Vector |
getCategories()
Gets the value of categories |
Category |
getCategory()
Gets the value of category |
java.util.ArrayList |
getCompareCategory()
Gets the value of compare category |
java.util.ArrayList |
getCompareDatasets()
Gets the value of compare datasets |
RegionConstraint |
getCompareRegion(int index)
Gets the value of compare region |
java.util.Vector |
getConfigs()
|
java.util.Vector |
getDatasets()
Gets the value of datasets |
java.util.TreeSet |
getHistoryList()
Gets the value of historyList |
RegionConstraint |
getRegion()
Gets the value of region |
java.lang.Boolean |
getUseJava()
Gets the value of use_java |
XmlRequester |
getXml()
Gets the value of xml |
java.lang.Object |
put(java.lang.String key,
java.lang.Object value)
|
void |
removeCompareDatasets()
|
void |
setBrowser(Browser browser)
|
void |
setCategories(Category[] cats)
Sets the value of categories |
void |
setCategory(Category argCategory)
Sets the value of category |
void |
setCompareCategory(Category[] argCategory)
Sets the value of compare category |
void |
setCompareDatasets(int index,
java.util.Vector argDatasets)
|
void |
setCompareDatasets(java.util.Vector[] argDatasets)
Sets the value of compare datasets |
void |
setCompareRegion(java.util.ArrayList alist)
|
void |
setCompareRegion(int index,
RegionConstraint rc)
|
void |
setCompareRegion(RegionConstraint[] argRegion)
Sets the value of compare region |
void |
setConfigs(java.util.Vector argConfigs)
|
void |
setDatasets(java.util.Vector argDatasets)
Sets the value of datasets |
void |
setHistoryList(java.util.TreeSet argHistoryList)
Sets the value of historyList |
void |
setRegion(RegionConstraint argRegion)
Sets the value of region |
void |
setUseJava(java.lang.Boolean argUseJava)
Sets the value of use_java |
void |
setXml(XmlRequester argXml)
Sets the value of xml |
| Methods inherited from class gov.noaa.pmel.tmap.TemplateContext |
getCompareState, getInstance, getLayoutManager, getServletRequest, getServletResponse, mergeContext, setCompareState, setLayoutManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SessionTemplateContext()
throws ServletException,
java.sql.SQLException
| Method Detail |
public java.lang.Object put(java.lang.String key,
java.lang.Object value)
public RegionConstraint getRegion()
public void setRegion(RegionConstraint argRegion)
argRegion - public RegionConstraint getCompareRegion(int index)
public void setCompareRegion(RegionConstraint[] argRegion)
argRegion - public void setCompareRegion(java.util.ArrayList alist)
public void setCompareRegion(int index,
RegionConstraint rc)
public Category getCategory()
public void setCategory(Category argCategory)
argCategory - public java.util.ArrayList getCompareCategory()
public void setCompareCategory(Category[] argCategory)
argCategory - public void setCategories(Category[] cats)
public java.util.Vector getCategories()
public java.util.Vector getConfigs()
public void setConfigs(java.util.Vector argConfigs)
public java.util.Vector getDatasets()
public void setDatasets(java.util.Vector argDatasets)
argDatasets - Value to assign to this.datasetspublic java.util.ArrayList getCompareDatasets()
public void setCompareDatasets(java.util.Vector[] argDatasets)
argDatasets - public void removeCompareDatasets()
public void setCompareDatasets(int index,
java.util.Vector argDatasets)
public XmlRequester getXml()
public void setXml(XmlRequester argXml)
argXml - Value to assign to this.xmlpublic java.util.TreeSet getHistoryList()
public void setHistoryList(java.util.TreeSet argHistoryList)
argHistoryList - Value to assign to this.historyListpublic java.lang.Boolean getUseJava()
public void setUseJava(java.lang.Boolean argUseJava)
argUseJava - public void setBrowser(Browser browser)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||