fr.opensagres.xdocreport.controller
Class Controller

java.lang.Object
  extended by fr.opensagres.xdocreport.controller.Controller

public class Controller
extends Object

Author:
pascalleclercq

Field Summary
static Controller INSTANCE
           
 
Constructor Summary
Controller()
           
 
Method Summary
 List<ReportId> getTemplateList()
           
 URL getXdocReportURL()
           
 void validateAndUpdateURL(String strURL)
          Validate the URL and If Ok update the XDocReport URL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Controller INSTANCE
Constructor Detail

Controller

public Controller()
Method Detail

getTemplateList

public List<ReportId> getTemplateList()

getXdocReportURL

public URL getXdocReportURL()
Returns:
the xdocReportURL

validateAndUpdateURL

public void validateAndUpdateURL(String strURL)
                          throws MalformedURLException,
                                 IOException
Validate the URL and If Ok update the XDocReport URL

Parameters:
strURL - the strURL to set
Throws:
MalformedURLException
IOException


Copyright © 2013. All rights reserved.