nl.surfnet.coin.portal.control
Class LandingPageController

java.lang.Object
  extended by nl.surfnet.coin.portal.control.LandingPageController

@Controller
public class LandingPageController
extends Object

Controller that handles the landing page (e.g. home page of the coin-portal).


Constructor Summary
LandingPageController()
           
 
Method Summary
 void setEnvironment(CoinEnvironment environment)
           
 void setTextContentService(TextContentService textContentService)
           
 String start(org.springframework.ui.ModelMap modelMap, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LandingPageController

public LandingPageController()
Method Detail

start

@RequestMapping(value="/landingpage.shtml")
public String start(org.springframework.ui.ModelMap modelMap,
                                   javax.servlet.http.HttpServletRequest request)
             throws XPathExpressionException,
                    IOException,
                    SAXException,
                    ParserConfigurationException,
                    NoSuchAlgorithmException,
                    org.json.JSONException
Throws:
XPathExpressionException
IOException
SAXException
ParserConfigurationException
NoSuchAlgorithmException
org.json.JSONException

setEnvironment

public void setEnvironment(CoinEnvironment environment)

setTextContentService

public void setTextContentService(TextContentService textContentService)
Parameters:
textContentService - the textContentService to set


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.