Example usage for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage

List of usage examples for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.mvc ParameterizableViewController subclass-usage.

Usage

From source file com.googlecode.psiprobe.controllers.sql.DataSourceTestController.java

/**
 * Displays a view that allows for a database connectivity testing. Supplies
 * default values to input fields of the view.
 * 
 * @author Andy Shapoval
 * @author Mark Lewis

From source file net.testdriven.psiprobe.controllers.sql.DataSourceTestController.java

/**
 * Displays a view that allows for a database connectivity testing. Supplies
 * default values to input fields of the view.
 * 
 * @author Andy Shapoval
 * @author Mark Lewis

From source file psiprobe.controllers.threads.GetClassLoaderUrlsController.java

/**
 * The Class GetClassLoaderUrlsController.
 *
 * @author Vlad Ilyushchenko
 */
public class GetClassLoaderUrlsController extends ParameterizableViewController {

From source file psiprobe.controllers.system.AdviseGarbageCollectionController.java

/**
 * Advises Java to run GC asap.
 * 
 * @author Vlad Ilyushchenko
 */
public class AdviseGarbageCollectionController extends ParameterizableViewController {

From source file net.testdriven.psiprobe.controllers.logs.ListLogsController.java

/**
 * 
 * @author Vlad Ilyushchenko
 * @author Mark Lewis
 */
public class ListLogsController extends ParameterizableViewController {

From source file com.googlecode.psiprobe.controllers.logs.LogHandlerController.java

/**
 * 
 * @author Vlad Ilyushchenko
 * @author Mark Lewis
 */
public class LogHandlerController extends ParameterizableViewController {

From source file net.testdriven.psiprobe.controllers.logs.LogHandlerController.java

/**
 * 
 * @author Vlad Ilyushchenko
 * @author Mark Lewis
 */
public class LogHandlerController extends ParameterizableViewController {

From source file psiprobe.controllers.logs.ListLogsController.java

/**
 * The Class ListLogsController.
 *
 * @author Vlad Ilyushchenko
 * @author Mark Lewis
 */

From source file com.googlecode.psiprobe.controllers.sql.CachedRecordSetController.java

/**
 * Displays a result set cached in an attribute of HttpSession object to support
 * result set pagination feature without re-executing a query that created the
 * result set.
 * 
 * @author Andy Shapoval

From source file net.testdriven.psiprobe.controllers.sql.CachedRecordSetController.java

/**
 * Displays a result set cached in an attribute of HttpSession object to support
 * result set pagination feature without re-executing a query that created the
 * result set.
 * 
 * @author Andy Shapoval