Class DisplayBeanTagHelper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanState()
      Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
      MarkupOutput getContent()
      Obtains the contents to render based on the attributes defined (if existing).
      void setBeanName​(java.lang.String value)
      Sets the value assigned to the beanName attribute of the custom tag instance that uses this helper
      void setGetTarget​(boolean value)
      Sets the value assigned to the getTarget attribute of the custom tag instance that uses this helper
      void setIgnoreCurrent​(boolean value)
      Set the value assigned to the ignoreCurrent attribute of the custom tag instance that uses this helper
      void setRenderGroupList​(boolean value)
      Sets the value assigned to the renderGroupList attribute of the custom tag instance that uses this helper
      void setStatus​(int value)
      Sets the value assigned to the status attribute of the custom tag instance that uses this helper
      void setStyleName​(java.lang.String value)
      Sets the value assigned to the styleName attribute of the custom tag instance that uses this helper
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DisplayBeanTagHelper

        public DisplayBeanTagHelper()
    • Method Detail

      • cleanState

        public void cleanState()
        Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
        Overrides:
        cleanState in class MstrPageTagHelper
      • getContent

        public MarkupOutput getContent()
                                throws java.io.IOException
        Obtains the contents to render based on the attributes defined (if existing).
        Specified by:
        getContent in class AbstractNoBodyTagHelper
        Returns:
        a MarkupOutput instance initialized with the contents to display
        Throws:
        java.io.IOException - if an error happens while getting the contents to render.
      • setBeanName

        public void setBeanName​(java.lang.String value)
        Sets the value assigned to the beanName attribute of the custom tag instance that uses this helper
        Parameters:
        value - String indicating the name of the bean to display
      • setStyleName

        public void setStyleName​(java.lang.String value)
        Sets the value assigned to the styleName attribute of the custom tag instance that uses this helper
        Parameters:
        value - String indicating the style to use for transforming the bean to render
      • setGetTarget

        public void setGetTarget​(boolean value)
        Sets the value assigned to the getTarget attribute of the custom tag instance that uses this helper
        Parameters:
        value - to be used with SubscriptionFolderBean, boolean indicating if the target of the bean should be transformed.
      • setIgnoreCurrent

        public void setIgnoreCurrent​(boolean value)
        Set the value assigned to the ignoreCurrent attribute of the custom tag instance that uses this helper
        Parameters:
        value - to be used with PreferencesBean, boolean indicating if the current preference group selected should be ignored (displayed as a link) or not
      • setStatus

        public void setStatus​(int value)
        Sets the value assigned to the status attribute of the custom tag instance that uses this helper
        Parameters:
        value - int indicating the status of the bean that will make it to be transformed.
      • setRenderGroupList

        public void setRenderGroupList​(boolean value)
        Sets the value assigned to the renderGroupList attribute of the custom tag instance that uses this helper
        Parameters:
        value - to be used with PreferencesBean, boolean indicating if the group list of preferences should be displayed.