BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
eu.baltrad.beastui.web.controller.ShowRoutesController Class Reference

Public Member Functions

 ShowRoutesController ()
 
void setManager (IRouterManager manager)
 
String showRoutes (Model model, HttpServletRequest request, HttpSession httpSession, @RequestParam(value="sortBy", required=false) String sortBy)
 
String createRoute (Model model, @RequestParam(value="submitButton", required=false) String operation)
 
String showRoute (Model model, @RequestParam(value="name") String name)
 

Static Public Attributes

static final String ROUTES_COMPARATORS_ATTR = "routes:comparators"
 
static final String SORT_BY_NAME_TAG = "Name"
 
static final String SORT_BY_TYPE_TAG = "Type"
 
static final String SORT_BY_ACTIVE_TAG = "Active"
 
static final String SORT_BY_DESCRIPTION_TAG = "Description"
 

Detailed Description

Controller for showing routes and directing you to correct route creator/modifier.

Author
Anders Henja

Constructor & Destructor Documentation

◆ ShowRoutesController()

eu.baltrad.beastui.web.controller.ShowRoutesController.ShowRoutesController ( )
inline

Constructor

Member Function Documentation

◆ setManager()

void eu.baltrad.beastui.web.controller.ShowRoutesController.setManager ( IRouterManager manager)
inline

Sets the router manager instance

Parameters
managerthe manager

The documentation for this class was generated from the following file: