Package com.aoapps.web.framework


package com.aoapps.web.framework
  • Class
    Description
    Automatically generates a list of all pages.
    Automatically builds a site map of the entire site.
    Automatically generates the description along with a list of all pages.
    Generates a list of all URLs in the site.
    Pulls information from a file to be used as the content.
    Pulls the content from a file with the same name and location as the .class and .java but with a .html extension.
    Reads everything from an input stream and puts it into a page.
    Pulls the page contents from a file while wrapping it with a PRE block.
    Takes the output of a native process and puts it in a PRE block.
    Pulls information from a native process to be used as the content.
    Redirects to the configured URL.
    The layout to be used during search sub-requests.
    Automatically generates a list of all pages.
    The default text-only layout.
    Registers the text layout styles in RegistryEE.
    A tree page creates a user interactive hierarchical representation of the site tree structure.
    Models data used for one page in the page tree.
    An UploadedFile is a file that has been uploaded by a client request.
    A mapping used for managing upload file content types.
    The main web page provides the overall layout of the site.
    A WebPageLayout controls how a WebPage looks while providing a little isolation from the code that provides the functionality.
    A WebSiteSettings contains all the values that a user may customize while they view the web site.
    Shuts-down background clean-up thread on application stop.
    Represents an authenticated user.