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

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

Introduction

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

Usage

From source file org.onecmdb.web.remote.ClassPathController.java

public class ClassPathController extends UrlFilenameViewController {
    private static final int BUF_SIZE = 8192;
    private Log log = null;
    private String pathPrefix = "/classpath/";
    private URLClassLoader additionalLoader = null;