edu.internet2.middleware.grouper.ui
Class BundleBean

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

public class BundleBean
extends Object

bean to hold the resource bundles and maps of bundles


Constructor Summary
BundleBean()
           
 
Method Summary
 javax.servlet.jsp.jstl.fmt.LocalizationContext getMedia()
          media.properties resource bundle
 MapBundleWrapper getMediaMap()
          media.properties resource bundle as map
 MapBundleWrapper getMediaMapNull()
          media.properties resource bundle as map with null if not there instead of ???
 javax.servlet.jsp.jstl.fmt.LocalizationContext getNav()
          nav.properties resource bundle
 MapBundleWrapper getNavMap()
          nav.properties resource bundle as map
 MapBundleWrapper getNavMapNull()
          nav.properties resource bundle as map, with null if not there instead of ???
 void setMedia(javax.servlet.jsp.jstl.fmt.LocalizationContext media1)
          media.properties resource bundle
 void setMediaMap(MapBundleWrapper mediaMap1)
          media.properties resource bundle as map
 void setMediaMapNull(MapBundleWrapper mediaMapNull1)
          media.properties resource bundle as map with null if not there instead of ???
 void setNav(javax.servlet.jsp.jstl.fmt.LocalizationContext nav1)
          nav.properties resource bundle
 void setNavMap(MapBundleWrapper navMap1)
          nav.properties resource bundle as map
 void setNavMapNull(MapBundleWrapper navMapNull1)
          nav.properties resource bundle as map, with null if not there instead of ???
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleBean

public BundleBean()
Method Detail

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