Class SessionPropertyOpViewBeanBase

  • 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:
    SessionPropertyAddViewBean, SessionPropertyEditViewBean

    public abstract class SessionPropertyOpViewBeanBase
    extends AMPrimaryMastHeadViewBean
    • Field Detail

      • ptModel

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

      • SessionPropertyOpViewBeanBase

        public SessionPropertyOpViewBeanBase​(String name)
        Creates a realm operation base view bean.
        Parameters:
        name - Name of view
    • Method Detail

      • createPageTitleModel

        protected void createPageTitleModel()
      • 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.
      • setValues

        protected void setValues​(String name,
                                 Set values)
      • forwardToCallingViewBean

        protected void forwardToCallingViewBean()