Class ObjectPathTagHelper

    • Constructor Detail

      • ObjectPathTagHelper

        public ObjectPathTagHelper()
    • 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.
      • setReportStyle

        public void setReportStyle​(java.lang.String value)
        Sets the value assigned to the reportStyle attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the style to use for ReportBean
      • setFolderStyle

        public void setFolderStyle​(java.lang.String value)
        Deprecated.
        The _folderStyle variable is not being used.
        Sets the value assigned to the folderStyle attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the style to use for FolderBean
      • setDocumentStyle

        public void setDocumentStyle​(java.lang.String value)
        Sets the value assigned to the documentStyle attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the style to use for DocumentBean