edu.internet2.middleware.grouper.grouperUi.serviceLogic
Class AttributeDefNamePicker

java.lang.Object
  extended by edu.internet2.middleware.grouper.grouperUi.serviceLogic.AttributeDefNamePicker

public class AttributeDefNamePicker
extends Object

logic for attribute def name picker module


Constructor Summary
AttributeDefNamePicker()
           
 
Method Summary
static String configFileValue(String attributeDefNamePickerName, String key)
          get a config from this finder's config file
 void index(HttpServletRequest request, HttpServletResponse response)
          index page of application
 void search(HttpServletRequest request, HttpServletResponse response)
          search for a term
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDefNamePicker

public AttributeDefNamePicker()
Method Detail

configFileValue

public static String configFileValue(String attributeDefNamePickerName,
                                     String key)
                              throws AttributeDefNamePickerConfigNotFoundException
get a config from this finder's config file

Parameters:
attributeDefNamePickerName -
key -
Returns:
the value
Throws:
AttributeDefNamePickerConfigNotFoundException

index

public void index(HttpServletRequest request,
                  HttpServletResponse response)
index page of application

Parameters:
request -
response -

search

public void search(HttpServletRequest request,
                   HttpServletResponse response)
search for a term

Parameters:
request -
response -