Class STSHomeViewBean

  • 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 STSHomeViewBean
    extends RealmPropertiesBase
    • Constructor Detail

      • STSHomeViewBean

        public STSHomeViewBean()
    • 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
      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class RMRealmViewBeanBase
        Throws:
        com.iplanet.jato.model.ModelControlException
      • 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.
      • handleTblRestSTSInstancesButtonAddRequest

        public void handleTblRestSTSInstancesButtonAddRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Forwards request to creation view bean.
        Parameters:
        event - Request Invocation Event.
      • handleTblSoapSTSInstancesButtonAddRequest

        public void handleTblSoapSTSInstancesButtonAddRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Forwards request to creation view bean.
        Parameters:
        event - Request Invocation Event.
      • handleTblRestSTSInstancesDataActionHrefRequest

        public void handleTblRestSTSInstancesDataActionHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Forwards request to ViewBean to edit Rest STS instance
      • handleTblSoapSTSInstancesDataActionHrefRequest

        public void handleTblSoapSTSInstancesDataActionHrefRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Forwards request to ViewBean to edit Soap STS instance
      • handleTblRestSTSInstancesButtonDeleteRequest

        public void handleTblRestSTSInstancesButtonDeleteRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                          throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleTblSoapSTSInstancesButtonDeleteRequest

        public void handleTblSoapSTSInstancesButtonDeleteRequest​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                                          throws com.iplanet.jato.model.ModelControlException
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleButton1Request

        public void handleButton1Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles "back to" page request.
        Parameters:
        event - Request invocation event