Class BundleBean

java.lang.Object
edu.internet2.middleware.grouper.ui.BundleBean

public class BundleBean extends Object
bean to hold the resource bundles and maps of bundles
  • Constructor Details

    • BundleBean

      public BundleBean()
  • Method Details

    • getNav

      public javax.servlet.jsp.jstl.fmt.LocalizationContext getNav()
      nav.properties resource bundle
      Returns:
      the nav
    • setNav

      public void setNav(javax.servlet.jsp.jstl.fmt.LocalizationContext nav1)
      nav.properties resource bundle
      Parameters:
      nav1 - the nav to set
    • getMedia

      public javax.servlet.jsp.jstl.fmt.LocalizationContext getMedia()
      media.properties resource bundle
      Returns:
      the media
    • setMedia

      public void setMedia(javax.servlet.jsp.jstl.fmt.LocalizationContext media1)
      media.properties resource bundle
      Parameters:
      media1 - the media to set
    • getNavMap

      public MapBundleWrapper getNavMap()
      nav.properties resource bundle as map
      Returns:
      the navMap
    • setNavMap

      public void setNavMap(MapBundleWrapper navMap1)
      nav.properties resource bundle as map
      Parameters:
      navMap1 - the navMap to set
    • getNavMapNull

      public MapBundleWrapper getNavMapNull()
      nav.properties resource bundle as map, with null if not there instead of ???
      Returns:
      the navMapNull
    • setNavMapNull

      public void setNavMapNull(MapBundleWrapper navMapNull1)
      nav.properties resource bundle as map, with null if not there instead of ???
      Parameters:
      navMapNull1 - the navMapNull to set
    • getMediaMap

      public MapBundleWrapper getMediaMap()
      media.properties resource bundle as map
      Returns:
      the mediaMap
    • setMediaMap

      public void setMediaMap(MapBundleWrapper mediaMap1)
      media.properties resource bundle as map
      Parameters:
      mediaMap1 - the mediaMap to set
    • getMediaMapNull

      public MapBundleWrapper getMediaMapNull()
      media.properties resource bundle as map with null if not there instead of ???
      Returns:
      the mediaMapNull
    • setMediaMapNull

      public void setMediaMapNull(MapBundleWrapper mediaMapNull1)
      media.properties resource bundle as map with null if not there instead of ???
      Parameters:
      mediaMapNull1 - the mediaMapNull to set