Interface Content

  • All Known Implementing Classes:
    HTMLPage2Content

    public interface Content
    Since:
    SiteMesh 3
    Author:
    Joe Walnes
    • Method Detail

      • originalLength

        int originalLength()
        Length of the original unprocessed content.
      • getTitle

        String getTitle()
        Get the Title of the document
      • getProperty

        String getProperty​(String name)
        Get a property embedded into the Page as a String.
        Parameters:
        name - Name of property
        Returns:
        Property value
      • getPropertyKeys

        String[] getPropertyKeys()
        Get all available property keys for the Page.
        Returns:
        Property keys
      • addProperty

        void addProperty​(String name,
                         String value)
        Manually add a property to page.