Class BundleBean
java.lang.Object
edu.internet2.middleware.grouper.ui.BundleBean
bean to hold the resource bundles and maps of bundles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.jsp.jstl.fmt.LocalizationContextgetMedia()media.properties resource bundlemedia.properties resource bundle as mapmedia.properties resource bundle as map with null if not there instead of ???javax.servlet.jsp.jstl.fmt.LocalizationContextgetNav()nav.properties resource bundlenav.properties resource bundle as mapnav.properties resource bundle as map, with null if not there instead of ???voidsetMedia(javax.servlet.jsp.jstl.fmt.LocalizationContext media1) media.properties resource bundlevoidsetMediaMap(MapBundleWrapper mediaMap1) media.properties resource bundle as mapvoidsetMediaMapNull(MapBundleWrapper mediaMapNull1) media.properties resource bundle as map with null if not there instead of ???voidsetNav(javax.servlet.jsp.jstl.fmt.LocalizationContext nav1) nav.properties resource bundlevoidsetNavMap(MapBundleWrapper navMap1) nav.properties resource bundle as mapvoidsetNavMapNull(MapBundleWrapper navMapNull1) nav.properties resource bundle as map, with null if not there instead of ???
-
Constructor Details
-
BundleBean
public BundleBean()
-
-
Method Details
-
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
-
getMediaMap
media.properties resource bundle as map- Returns:
- the mediaMap
-
setMediaMap
media.properties resource bundle as map- Parameters:
mediaMap1- the mediaMap to set
-
getMediaMapNull
media.properties resource bundle as map with null if not there instead of ???- Returns:
- the mediaMapNull
-
setMediaMapNull
media.properties resource bundle as map with null if not there instead of ???- Parameters:
mediaMapNull1- the mediaMapNull to set