Class ProfileViewBeanBase

    • Constructor Detail

      • ProfileViewBeanBase

        public ProfileViewBeanBase​(String name,
                                   String defaultDisplayURL)
        Creates a policy operation base view bean.
        Parameters:
        name - Name of view
    • 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.
      • getBackButtonLabel

        protected String getBackButtonLabel()
        Creates the label used to take the user back to the previous page they were viewing. The label is defined in the property file as "Back to {0}" which lets us control the format of the label in different locales. The name of the current object is substituted.