Class WSPPServiceSupportedContainerViewBeanBase

  • 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
    Direct Known Subclasses:
    WSPPServiceSupportedContainerAddViewBean, WSPPServiceSupportedContainerEditViewBean

    public abstract class WSPPServiceSupportedContainerViewBeanBase
    extends AMPrimaryMastHeadViewBean
    • Field Detail

      • ptModel

        protected com.sun.web.ui.model.CCPageTitleModel ptModel
    • Constructor Detail

      • WSPPServiceSupportedContainerViewBeanBase

        public WSPPServiceSupportedContainerViewBeanBase​(String pageName,
                                                         String defaultDisplayURL)
    • Method Detail

      • createPropertyModel

        protected void createPropertyModel()
      • 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.
      • handleButton2Request

        public void handleButton2Request​(com.iplanet.jato.view.event.RequestInvocationEvent event)
        Handles cancel request.
        Parameters:
        event - Request Invocation Event.
      • setValues

        protected void setValues​(String value)
      • mapToString

        protected String mapToString​(Map map)
      • handleButton1Request

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

        protected abstract void createPageTitleModel()
      • handleButton1Request

        protected abstract void handleButton1Request​(Map values)