java.lang.Object
edu.internet2.middleware.grouper.grouperUi.serviceLogic.MiscMenu

public class MiscMenu extends Object
simple permission update menu
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    miscMenu(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
    handle a click or select from the assignment menu
    void
    miscMenuStructure(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
    make the structure of the attribute assignment

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MiscMenu

      public MiscMenu()
  • Method Details

    • miscMenu

      public void miscMenu(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
      handle a click or select from the assignment menu
      Parameters:
      httpServletRequest -
      httpServletResponse -
    • miscMenuStructure

      public void miscMenuStructure(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
      make the structure of the attribute assignment
      Parameters:
      httpServletRequest -
      httpServletResponse -