Class WebPlatformControllerRootDefault

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.web.context.ServletContextAware
Direct Known Subclasses:
PeigAdminControllerBase, SecurityAdminControllerBase, UserControllerBase

public class WebPlatformControllerRootDefault
extends WebPlatformController
Web platform controller with root default mapping. Created 21. 10. 2016 8:27:41
Author:
Radek Jira
  • Constructor Details

  • Method Details

    • index

      @RequestMapping("/") public java.lang.String index​(javax.servlet.http.HttpServletRequest httpRequest) throws AducidWebException

      Forwards user to application index page.

      Parameters:
      httpRequest - HTTP request
      Returns:
      application index page
      Throws:
      AducidWebException - when error occurs during web controller call