org.jasig.schedassist.web.profiles
Class ProfileSearchController

java.lang.Object
  extended by org.jasig.schedassist.web.profiles.ProfileSearchController

@Controller
public final class ProfileSearchController
extends Object

Controller to display the search form for public profiles.

Version:
$Id: ProfileSearchController.java 2421 2010-08-30 15:46:00Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu

Field Summary
protected static String VIEW_NAME
           
 
Constructor Summary
ProfileSearchController()
           
 
Method Summary
protected  String displaySearchForm(org.springframework.ui.ModelMap model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_NAME

protected static final String VIEW_NAME
See Also:
Constant Field Values
Constructor Detail

ProfileSearchController

public ProfileSearchController()
Method Detail

displaySearchForm

@RequestMapping(value="/public/index.html")
protected String displaySearchForm(org.springframework.ui.ModelMap model)


Copyright © 2012 Jasig. All Rights Reserved.