|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.ui.BundleBean
public class BundleBean
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 |
---|
public BundleBean()
Method Detail |
---|
public javax.servlet.jsp.jstl.fmt.LocalizationContext getNav()
public void setNav(javax.servlet.jsp.jstl.fmt.LocalizationContext nav1)
nav1
- the nav to setpublic javax.servlet.jsp.jstl.fmt.LocalizationContext getMedia()
public void setMedia(javax.servlet.jsp.jstl.fmt.LocalizationContext media1)
media1
- the media to setpublic MapBundleWrapper getNavMap()
public void setNavMap(MapBundleWrapper navMap1)
navMap1
- the navMap to setpublic MapBundleWrapper getNavMapNull()
public void setNavMapNull(MapBundleWrapper navMapNull1)
navMapNull1
- the navMapNull to setpublic MapBundleWrapper getMediaMap()
public void setMediaMap(MapBundleWrapper mediaMap1)
mediaMap1
- the mediaMap to setpublic MapBundleWrapper getMediaMapNull()
public void setMediaMapNull(MapBundleWrapper mediaMapNull1)
mediaMapNull1
- the mediaMapNull to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |