|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ibisph.mvc.controller.AbstractModelAndView
org.ibisph.mvc.controller.XMLModelAndDate
org.ibisph.mvc.controller.query.MapGraphic
public class MapGraphic
Query Results Graphic Map Controller. Handles all Query result map requests which use the query module / query results XML data. This controller gets the QueryModule object from the user's session. It then uses that XML document along with the XSLT transformation view to create the map. Note: For this controller and view to work properly, the GraphicType filter and SVGToJpeg filters are needed.
| Field Summary | |
|---|---|
protected java.lang.String |
queryModuleSessionName
|
| Fields inherited from class org.ibisph.mvc.controller.XMLModelAndDate |
|---|
defaultXMLModelAndDate, defaultXMLSystemID, errorView, extraParameters, includeRequestParameters, parametersMapModelName, webAppURLContextPrefixParameterName, xmlDateFormat, xmlDateParameterName, xmlModelName |
| Fields inherited from class org.ibisph.mvc.controller.AbstractModelAndView |
|---|
defaultResponseContentType, expiresGMTDateString, forceNoCacheHTTPHeader, view |
| Constructor Summary | |
|---|---|
MapGraphic()
|
|
| Method Summary | |
|---|---|
protected XMLModelAndDate |
getXMLModelAndDate(javax.servlet.http.HttpServletRequest request)
Provides the XML model and last modified date. |
void |
setQueryModuleSessionName(java.lang.String key)
Sets the Query XML document session name. |
| Methods inherited from class org.ibisph.mvc.controller.XMLModelAndDate |
|---|
getModelMap, setDefaultXMLSystemID, setErrorView, setExtraParameters, setIncludeRequestParameters, setParametersMapModelName, setWebAppURLContextPrefixParameterName, setXMLDateFormat, setXMLDateParameterName, setXMLModelName |
| Methods inherited from class org.ibisph.mvc.controller.AbstractModelAndView |
|---|
getView, handleRequest, setDefaultResponseContentType, setExpiresHTTPHeader, setHTTPHeaders, setNoCacheHTTPHeader, setNoCacheHTTPHeader, setResponseContentType, setView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String queryModuleSessionName
| Constructor Detail |
|---|
public MapGraphic()
| Method Detail |
|---|
public void setQueryModuleSessionName(java.lang.String key)
key - User HTTP session object container key/name. This value is
the key which is used to put and get the query module XML
document from the user's session container (default=QueryModule).
protected XMLModelAndDate getXMLModelAndDate(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
getXMLModelAndDate in class XMLModelAndDaterequest - Provides access to the HTTP request.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||