Interface SiteView


  • public interface SiteView
    This interface represents a view of a the Site cloud from a particuar view point.
    Author:
    ieb
    • Method Detail

      • setPrefix

        void setPrefix​(String prefix)
        The prefix for creating site URLs. Eg. If "site" then URLs will come out like /portal/site/... required
        Parameters:
        prefix - The prefix to use.
      • setToolContextPath

        void setToolContextPath​(String toolContextPath)
        required
        Parameters:
        toolContextPath -
      • getRenderContextObject

        Object getRenderContextObject()
        gets the representation for the render context
        Returns:
      • isEmpty

        boolean isEmpty()
        is the SiteView empty.
        Returns:
      • setResetTools

        void setResetTools​(boolean resetTools)
        Parameters:
        resetTools -
      • setIncludeSummary

        void setIncludeSummary​(boolean includeSummary)
        Parameters:
        includeSummary -
      • setDoPages

        void setDoPages​(boolean doPages)
        Parameters:
        doPages -
      • setExpandSite

        void setExpandSite​(boolean expandSite)
        Parameters:
        expandSite -