|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.serviceLogic.SubjectPicker
public class SubjectPicker
logic for subject picker module
Nested Class Summary | |
---|---|
static class |
SubjectPicker.SubjectPickerSourceProperties
properties about a source |
Constructor Summary | |
---|---|
SubjectPicker()
|
Method Summary | |
---|---|
static String |
configFileValue(String subjectPickerName,
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 |
static SubjectPicker.SubjectPickerSourceProperties |
subjectPickerSourceProperties(String sourceId)
get the source properties for an app name (current app name) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubjectPicker()
Method Detail |
---|
public static SubjectPicker.SubjectPickerSourceProperties subjectPickerSourceProperties(String sourceId)
sourceId
-
public static String configFileValue(String subjectPickerName, String key) throws SubjectPickerConfigNotFoundException
subjectPickerName
- key
-
SubjectPickerConfigNotFoundException
public void index(HttpServletRequest request, HttpServletResponse response)
request
- response
- public void search(HttpServletRequest request, HttpServletResponse response)
request
- response
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |