| Class Summary | |
|---|---|
| Site | Container for package wide static methods. |
| SiteAbstractPage | Base class for pages. |
| SiteAccount | A account for a web application. |
| SiteAccountChangePasswordPage | Page for changing the password of an account. |
| SiteAccountDetails | Details page for accounts. |
| SiteAccountEdit | Edit page for Accounts. |
| SiteAccountEditPage | |
| SiteAccountEmailPassword | Page to generate a new password for an account and email the new password to the account holder. |
| SiteAccountForgotPasswordPage | Page for requesting a new password for forgotten account passwords. |
| SiteAccountIndex | Index page for Accounts. |
| SiteAccountLoginPage | Page for logging into an account. |
| SiteAccountPage | Redirects to login page if not logged in. |
| SiteAccountResetPasswordPage | Page to reset the password for an account. |
| SiteAccountSessionModule | Web application module for sessions with accounts. |
| SiteAccountWrapper | A recordset wrapper class for SiteAccount objects. |
| SiteAd | Advertisements that are tracked on an applcation. |
| SiteAdDelete | Delete confirmation page for Ads. |
| SiteAdDetails | Report page for Ads. |
| SiteAdEdit | Edit page for Ads. |
| SiteAdIndex | Report page for Ad. |
| SiteAdReferrer | Tracked inbound ad referrer. |
| SiteAdWrapper | A recordset wrapper class for SiteAd objects. |
| SiteAnalyticsModule | Web application module for handling site analytics and ad tracking. |
| SiteApplication | Base class for an application. |
| SiteApplicationModule | Base class for an application module. |
| SiteApplicationModuleDependency | Dependency object for an application modules. |
| SiteArticle | An article in an web application. |
| SiteArticleActionsProcessor | Processes actions on articles. |
| SiteArticleDelete | Delete confirmation page for Articles. |
| SiteArticleEdit | Edit page for Articles. |
| SiteArticleIndex | Index page for Articles. |
| SiteArticleOrder | Order page for Articles. |
| SiteArticlePage | Article page decorator. |
| SiteArticlePageFactory | Resolves and creates article pages in a web application. |
| SiteArticlePath | |
| SiteArticleSearch | Search page for Articles. |
| SiteArticleSearchEngine | An article search engine. |
| SiteArticleVisibilityCellRenderer | Cell renderer that displays a summary of the visibility of an article. |
| SiteArticleWrapper | A recordset wrapper class for SiteArticle objects. |
| SiteClassNotFoundException | Thrown when a class is not found. |
| SiteCommandLineApplication | An application designed to run on the command line. |
| SiteCommandLineArgument | A command line argument for a command line application. |
| SiteCommandLineArgumentParameter | A parameter for a command line argument. |
| SiteCommentParser | Parses the bodytext of a comment. |
| SiteConfigChecker | Command line application for checking if an ini file is valid. |
| SiteConfigModule | Web application module for site configuration. |
| SiteConfigSection | Configuration section for the configuration module. |
| SiteContentGadget | Displays arbitrary content. |
| SiteCookieException | Thrown when dealing with cookies. |
| SiteCookieModule | Web application module for cookies. |
| SiteDBEditPage | Base class for database edit pages. |
| SiteDatabaseModule | Application module for database connectivity. |
| SiteEditPage | Base class for edit pages. |
| SiteError | An error in Site. |
| SiteErrorLogger | An error logger that creates HTML files containing error details and puts a link in the system error log to the details file. |
| SiteException | An exception in Site package. |
| SiteExceptionLogger | An exception logger that creates HTML files containing exception details and puts a link in the system error log to the details file. |
| SiteExceptionPage | A page to display exceptions. |
| SiteGadget | Base class for creating sidebar gadgets. |
| SiteGadgetFactory | Handles creation of gadget objects. |
| SiteGadgetInstance | A gadget that belongs to a site instance. |
| SiteGadgetInstanceSettingValue | A setting value for a particular gadget instance. |
| SiteGadgetInstanceSettingValueWrapper | A recordset wrapper for gadget instance setting values. |
| SiteGadgetInstanceWrapper | A recordset wrapper for gadget instances. |
| SiteGadgetSetting | Setting types and the corresponding PHP types are:. |
| SiteHttpErrorPage | |
| SiteImage | An image data object. |
| SiteImageCellRenderer | A cell renderer for SiteImages. |
| SiteImageDimension | An image dimension data object. |
| SiteImageDimensionBinding | An image dimension binding data object. |
| SiteImageDimensionBindingWrapper | A recordset wrapper class for SiteImageDimensionBinding objects. |
| SiteImageDimensionWrapper | A recordset wrapper class for SiteImageDimension objects. |
| SiteImageSet | An image set data object. |
| SiteImageType | An image type data object. |
| SiteImageWrapper | A recordset wrapper class for SiteImage objects. |
| SiteInstance | A dataobject class for site instances. |
| SiteInstanceConfigSetting | A dataobject class for site instance config settings. |
| SiteInstanceConfigSettingWrapper | A recordset wrapper class for SiteInstanceConfigSetting objects. |
| SiteInstanceWrapper | A recordset wrapper class for SiteInstance objects. |
| SiteInvalidClassException | Thrown when an object is of the wrong class. |
| SiteInvalidImageException | Thrown when an image can't be processed. |
| SiteInvalidPropertyException | Thrown when an invalid property of an object is accessed. |
| SiteKeywordEntry | An entry widget where it is possible to specify the input name manually. |
| SiteLayout | Base class for a layout. |
| SiteLayoutData | Container for layout properties. |
| SiteMailException | Thrown when sending mail. |
| SiteMemcacheModule | Web application module for using memcache. |
| SiteMessagesModule | Web application module for site messages. |
| SiteMultipartMailMessage | Multipart text/html email message. |
| SiteMultipleInstanceModule | Web application module for multiple instances. |
| SiteNateGoFulltextSearchEngine | A fulltext search engine that uses NateGoSearch. |
| SiteNateGoFulltextSearchResult | A fulltext search result that uses NateGoSearch. |
| SiteNateGoSearchIndexer | Site search indexer application for NateGoSearch. |
| SiteNewPasswordMailMessage | Email that is sent to account holders when they are given new passwords. |
| SiteNotFoundException | Thrown when something is not found. |
| SiteObject | The base object type for the site package. |
| SitePage | Base class for a concrete page. |
| SitePageDecorator | Base class for a page decorator. |
| SitePageFactory | Resolves and creates pages for a web application. |
| SitePath | An ordered set of SitePathEntry objects representing a path in a SiteWebApplication. |
| SitePathEntry | A single entry in a SitePath. |
| SitePathPage | Path page decorator. |
| SiteResetPasswordMailMessage | Email that is sent to account holders when they request new passwords. |
| SiteSearchCheckboxList | A checkbox list widget for search forms. |
| SiteSearchEngine | An abstract search engine. |
| SiteSearchForm | Custom form with overridden displayHiddenFields() method to not display any hidden fields. |
| SiteSearchIndexer | Abstract base class for a search indexer applications. |
| SiteSearchPage | Page for displaying a search form above search results. |
| SiteSearchPagination | A pagination widget for GET-based searches. |
| SiteSearchResultsPage | Page for displaying search results. |
| SiteSessionModule | Web application module for sessions. |
| SiteSidebar | Sidebar widget that can contain multiple gadgets. |
| SiteSidebarAdd | Page for adding a sidebar gadget. |
| SiteSidebarDelete | Delete confirmation page for sidebar gadgets. |
| SiteSidebarIndex | Index page for sidebar gadgets. |
| SiteSidebarOrder | Order tool for sidebar gadgets. |
| SiteSidebarSettings | Page for editing sidebar gadget instance settings. |
| SiteSiteMapPage | |
| SiteTagEntry | Control for creating new tags and selecting multiple tags from a array of tags. |
| SiteTheme | Theme for a site. |
| SiteThemeDisplay | Displays a theme with a button to select the theme. |
| SiteThemeException | Thrown when parsing themes. |
| SiteThemeImageLoader | Theme thumbnail image loader. |
| SiteThemeIndex | Page for selecting a theme. |
| SiteThemeModule | Web application module for handling themeing. |
| SiteTimerCheckpoint | A timer checkpoint set by SiteTimerModule. |
| SiteTimerModule | A module to profile web-applications. |
| SiteUiPage | Base class for UI pages. |
| SiteUnnamedButton | A button without an XHTML name. |
| SiteUploadProgressForm | A form with a upload progress bar. |
| SiteUploadStatusServer | An XML-RPC server for upload status. |
| SiteWebApplication | Base class for a web application. |
| SiteXMLRPCServer | Base class for an XML-RPC Server. |
| SiteXMLRPCServerFactory | |
| SiteXMLRPCServerLayout | Layout for an XMLRPC Server. |
| SiteXmlSiteMapLayout | Layout for an XML site map. |
| SiteXmlSiteMapPage | A generated XML Site Map. |
| Interface Summary | |
|---|---|
| SiteFulltextSearchEngine | Interface for a fulltext search engine. |
| SiteFulltextSearchResult | Interface for a fulltext search result. |