Class HomeViewBean

  • All Implemented Interfaces:
    com.iplanet.jato.RequestCompletionListener, com.iplanet.jato.RequestHandler, com.iplanet.jato.RequestParticipant, com.iplanet.jato.view.ContainerView, com.iplanet.jato.view.View, com.iplanet.jato.view.ViewBean, com.iplanet.jato.view.WebActionHandler, com.iplanet.jato.view.WebActions, com.sun.web.ui.view.tabs.CCNodeEventHandlerInterface

    public class HomeViewBean
    extends RealmPropertiesBase
    • Constructor Detail

      • HomeViewBean

        public HomeViewBean()
    • Method Detail

      • createChild

        protected com.iplanet.jato.view.View createChild​(String name)
        Description copied from class: AMPrimaryMastHeadViewBean
        Creates user interface components used by this view bean.
        Overrides:
        createChild in class RMRealmViewBeanBase
        Parameters:
        name - of component
        Returns:
        child component
      • forwardTo

        public void forwardTo​(com.iplanet.jato.RequestContext reqContext)
                       throws com.iplanet.jato.NavigationException
        Specified by:
        forwardTo in interface com.iplanet.jato.view.ViewBean
        Overrides:
        forwardTo in class AMPrimaryMastHeadViewBean
        Throws:
        com.iplanet.jato.NavigationException
      • getModelInternal

        protected AMModel getModelInternal()
        Description copied from class: AMViewBeanBase
        Returns model for this view bean. Dervived class need to implement this method.
        Specified by:
        getModelInternal in class AMViewBeanBase
        Returns:
        model for this view bean.