Class ScriptsViewBean

  • 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, HasEntitiesTabs, com.sun.web.ui.view.tabs.CCNodeEventHandlerInterface

    public class ScriptsViewBean
    extends RealmPropertiesBase
    implements HasEntitiesTabs
    Script management and editing.
    Since:
    13.0.0
    • Constructor Detail

      • ScriptsViewBean

        public ScriptsViewBean()
        Creates a scripts view bean.
    • Method Detail

      • beginDisplay

        public void beginDisplay​(com.iplanet.jato.view.event.DisplayEvent event)
        This redirects to the script editor. This isn't a natural thing for JATO, and so the strategy used here is to set up a redirect and then throw a CompleteRequestException (thus pretending an error occurred) which causes the redirect to happen.
        Specified by:
        beginDisplay in interface com.iplanet.jato.view.ContainerView
        Overrides:
        beginDisplay in class RMRealmViewBeanBase
        Parameters:
        event - The display event.
      • 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.