Class ServerEditViewBeanBase

    • Constructor Detail

      • ServerEditViewBeanBase

        public ServerEditViewBeanBase​(String name,
                                      String url)
        Creates a edit server configuration view bean.
    • Method Detail

      • 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.
      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
                          throws com.iplanet.jato.model.ModelControlException
        Displays the profile of a site.
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class AMPrimaryMastHeadViewBean
        Throws:
        com.iplanet.jato.model.ModelControlException
      • createTabModel

        protected void createTabModel​(String serverName)
      • beginBtnInheritDisplay

        public boolean beginBtnInheritDisplay​(com.iplanet.jato.view.event.ChildDisplayEvent event)
      • modifyProperties

        protected void modifyProperties()
      • getAttributeValues

        protected Map<String,​String> getAttributeValues()
      • handleButton2Request

        public void handleButton2Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles reset request.
        Parameters:
        event - Request invocation event
      • handleButton3Request

        public void handleButton3Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
                                  throws com.iplanet.jato.model.ModelControlException
        Handles return to home page request.
        Parameters:
        event - Request invocation event
        Throws:
        com.iplanet.jato.model.ModelControlException
      • handleBtnInheritRequest

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

        public void nodeClicked​(com.iplanet.jato.view.event.RequestInvocationEvent event,
                                int nodeID)
        Handles tab selected event.
        Specified by:
        nodeClicked in interface com.sun.web.ui.view.tabs.CCNodeEventHandlerInterface
        Overrides:
        nodeClicked in class AMPrimaryMastHeadViewBean
        Parameters:
        event - Request Invocation Event.
        nodeID - Selected Node ID.
      • getBackButtonLabel

        protected String getBackButtonLabel()
      • removeParentSiteBlob

        protected String removeParentSiteBlob​(String xml)
      • getPropertyXML

        protected abstract String getPropertyXML()