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

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

public class SimpleAttributeUpdate
extends Object

main ajax methods for simple attribute update module


Constructor Summary
SimpleAttributeUpdate()
           
 
Method Summary
 void assignInit(HttpServletRequest request, HttpServletResponse response)
          index page of application
 void index(HttpServletRequest request, HttpServletResponse response)
          index page of application
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleAttributeUpdate

public SimpleAttributeUpdate()
Method Detail

index

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

Parameters:
request -
response -

assignInit

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

Parameters:
request -
response -