|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.search.MapViewerFlex
public class MapViewerFlex
The Class MapViewerFlex. Understands what the Flex viewer can view and calls the Flex Viewer when appropriate.
Constructor Summary | |
---|---|
MapViewerFlex()
|
Method Summary | |
---|---|
boolean |
canHandleResource()
If resource can be handled |
RequestContext |
getRequestContext()
Gets the request context. |
String |
getResourceUri()
Gets the resource uri. |
boolean |
getUrlCanBeJscript()
Gets the url can be jscript. |
String |
readAddToMapUrl()
Reads the add to map url |
String |
readOpenDefaultMapViewerUrl()
Reads url to open the default map viewer |
String |
readTarget()
Returns "" if javascript allowed or returns "_blank" |
void |
setMapViewerConfigs(MapViewerConfigs mapViewerConfigs)
Sets the map viewer configs. |
void |
setRequestContext(RequestContext context)
Sets the request context. |
void |
setResourceUri(String resourceUri,
String hintServiceType)
Sets the resource uri. |
void |
setSearchResultRecord(SearchResultRecord searchResultRecord)
Sets the search result record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapViewerFlex()
Method Detail |
---|
public void setMapViewerConfigs(MapViewerConfigs mapViewerConfigs)
setMapViewerConfigs
in interface IMapViewer
mapViewerConfigs
- the map viewer configspublic void setResourceUri(String resourceUri, String hintServiceType)
setResourceUri
in interface IMapViewer
resourceUri
- the resource urihintServiceType
- the hint service typepublic void setSearchResultRecord(SearchResultRecord searchResultRecord)
setSearchResultRecord
in interface IMapViewer
searchResultRecord
- the search result recordpublic void setRequestContext(RequestContext context)
setRequestContext
in interface IMapViewer
context
- the contextpublic RequestContext getRequestContext()
public String getResourceUri()
public boolean getUrlCanBeJscript()
public String readAddToMapUrl()
readAddToMapUrl
in interface IMapViewer
public boolean canHandleResource()
canHandleResource
in interface IMapViewer
public String readTarget()
readTarget
in interface IMapViewer
public String readOpenDefaultMapViewerUrl()
readOpenDefaultMapViewerUrl
in interface IMapViewer
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |