fr.paris.lutece.plugins.gis.service
Class GisService

java.lang.Object
  extended by fr.paris.lutece.plugins.gis.service.GisService

public class GisService
extends Object

GisService


Constructor Summary
GisService()
           
 
Method Summary
static GisService getInstance()
          Returns the instance of the singleton
 String getView(String strGisCode, HashMap<String,String> parameters, javax.servlet.http.HttpServletRequest request)
          Gets the view from the map.
 String getXPageView(String strGisCode, String strXpageViewName, javax.servlet.http.HttpServletRequest request)
          Gets the XPage view based on the given GIS code.
 void init()
          Initialize the GIS service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GisService

public GisService()
Method Detail

init

public void init()
Initialize the GIS service


getInstance

public static GisService getInstance()
Returns the instance of the singleton

Returns:
The instance of the singleton

getXPageView

public String getXPageView(String strGisCode,
                           String strXpageViewName,
                           javax.servlet.http.HttpServletRequest request)
Gets the XPage view based on the given GIS code.

Parameters:
strGisCode -
parameters -
request -
Returns:
The HTML page

getView

public String getView(String strGisCode,
                      HashMap<String,String> parameters,
                      javax.servlet.http.HttpServletRequest request)
Gets the view from the map.

Parameters:
strGisCode -
parameters -
request -
Returns:


Copyright © 2013 Mairie de Paris. All Rights Reserved.