Uses of Class
com.arsdigita.cms.ContentPage

Packages that use ContentPage
com.arsdigita.cms Contains the core classes for the Red Hat Content Management System (CMS), classes that persist the fundamental objects for CMS such as content items, templates, content sections, and content types
com.arsdigita.cms.installer.xml   
com.arsdigita.cms.search   
com.arsdigita.cms.ui.authoring Provides a set of UI components and tools for the Authoring Kit user interface. 
com.arsdigita.cms.util   
 

Uses of ContentPage in com.arsdigita.cms
 

Subclasses of ContentPage in com.arsdigita.cms
 class Article
          A class that represents an Article
 class StandalonePage
          Represents a top-level page on the site.
 class TextPage
          This class extends a content page with an additional text attribute.
 class UserDefinedContentItem
          This class extends content page and is the base class for all user defined content types.
 

Uses of ContentPage in com.arsdigita.cms.installer.xml
 

Methods in com.arsdigita.cms.installer.xml that return ContentPage
 ContentPage ContentPageHelper.getContentPage()
           
 ContentPage ContentPageHelper.createContentPage()
           
 ContentPage ContentPageHelper.createContentPage(boolean save)
           
 

Uses of ContentPage in com.arsdigita.cms.search
 

Constructors in com.arsdigita.cms.search with parameters of type ContentPage
ContentPageXMLContentProvider(String context, ContentPage page)
           
ContentPageTextContentProvider(String context, ContentPage page)
           
 

Uses of ContentPage in com.arsdigita.cms.ui.authoring
 

Methods in com.arsdigita.cms.ui.authoring that return ContentPage
 ContentPage PageCreateDynamic.createUDItem(com.arsdigita.bebop.PageState state)
          A utility method that will create a new userdefined content item of the correct object type and tell the selection model to select the new item.
 ContentPage BasicPageForm.initBasicWidgets(com.arsdigita.bebop.event.FormSectionEvent e)
          Utility method to initialize the name/title widgets.
 ContentPage BasicPageForm.processBasicWidgets(com.arsdigita.bebop.event.FormSectionEvent e)
          Utility method to process the name/title widgets.
 ContentPage BasicPageForm.createContentPage(com.arsdigita.bebop.PageState state)
          A utility method that will create a new item and tell the selection model to select the new item.
 

Uses of ContentPage in com.arsdigita.cms.util
 

Methods in com.arsdigita.cms.util with parameters of type ContentPage
static Collection LanguageUtil.getCreatableLanguages(ContentPage item)
          Get the List of languages in which this item can be created.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC