Uses of Package
com.arsdigita.kernel

Packages that use com.arsdigita.kernel
com.arsdigita.auditing The Auditing Service provides a standard API and common mechanism for providing a Domain Object with auditing information. 
com.arsdigita.bebop.portal User interface classes for displaying portals. 
com.arsdigita.categorization The Categorization service provides an infrastructure for developers to categorize arbitrary content within the system. 
com.arsdigita.formbuilder The Form Builder service provides the ability to build simple forms with a web user interface. 
com.arsdigita.formbuilder.actions Specific form actions that can be used by the form designer. 
com.arsdigita.formbuilder.parameters Validation listeners for formbuilder. 
com.arsdigita.formbuilder.util   
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.kernel.permissions The permissioning (authorization) system. 
com.arsdigita.kernel.security Provides user authentication, session tracking, and cryptography services. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.messaging Messaging provides a standard set of abstractions for creating and storing messages. 
com.arsdigita.mimetypes Tools for managing and representing mimetypes. 
com.arsdigita.notification Notification provides the application-level capabilities needed for outbound email. 
com.arsdigita.populate   
com.arsdigita.portal Basic portal infrastructure. 
com.arsdigita.portal.apportlet   
com.arsdigita.search Provides a set of APIs for interacting with search engines. 
com.arsdigita.search.filters   
com.arsdigita.search.intermedia Provides APIs to be used by query engine implementors to interact with the Oracle Intermedia search engine. 
com.arsdigita.search.lucene Provides APIs to be used by query engine implementors to interact with the Lucene search engine. 
com.arsdigita.sitenode Deprecated. Use the com.arsdigita.web package instead. 
com.arsdigita.toolbox A collection of high-level classes useful for general development. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
com.arsdigita.ui.permissions Default implementation of the CCM permissions UI. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.versioning Provides for versioning of data objects. 
com.arsdigita.web Tools supporting web-application authoring; services include dispatching requests, generating URLs, and setting up a request's context of execution. 
com.arsdigita.web.ui   
com.arsdigita.webdevsupport A web-based user interface for developer support information generated by DeveloperSupport
com.arsdigita.workflow.simple A tool framework for establishing collaboration among all the specialized members of a production staff. 
 

Classes in com.arsdigita.kernel used by com.arsdigita.auditing
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
User
          Represents a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.bebop.portal
Resource
           
ResourceType
          XXX JAVADOC XXX
 

Classes in com.arsdigita.kernel used by com.arsdigita.categorization
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
ACSObjectCollection
          Represents a collection of ACSObject domain objects.
 

Classes in com.arsdigita.kernel used by com.arsdigita.formbuilder
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
 

Classes in com.arsdigita.kernel used by com.arsdigita.formbuilder.actions
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
 

Classes in com.arsdigita.kernel used by com.arsdigita.formbuilder.parameters
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
 

Classes in com.arsdigita.kernel used by com.arsdigita.formbuilder.util
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
User
          Represents a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.kernel
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
ACSObjectCollection
          Represents a collection of ACSObject domain objects.
DatabaseTransaction
          Represents a database transaction.
EmailAddress
          Represents an email address.
Group
          Represents a group.
GroupCollection
          Represents a collection of groups.
KernelConfig
           
KernelContext
          The entry point into all the global state that CCM code expects to have available to it when running, e.g.
KernelRequestContext
           
NoValidURLException
          An exception thrown by any kernel object.
PackageEventListener
          An interface for listening to the events of a package listener.
PackageInstance
          Represents an object that corresponds to a package type.
PackageInstanceCollection
          Represents collection of PackageInstances.
PackageType
          Deprecated. Use ApplicationType instead.
PackageTypeCollection
           
Party
          Represents a party, which can either be a group or a user.
PartyCollection
          Represents a collection of parties.
PersonName
          Represents the name of a person.
Resource
           
ResourceCollection
          A collection of Resources.
ResourceType
          XXX JAVADOC XXX
ResourceTypeCollection
          A collection of ResourceTypes.
ResourceTypeConfig
          XXX JAVADOC XXX
Role
          Represents a role within a group.
RoleCollection
          Represents a collection of Role records.
SiteNode
          Deprecated. Use Application instead.
SiteNodeCollection
          Represents a collection of SiteNodes.
Stylesheet
           
URLFinder
          This interface is used by the URLService to delegate the job of finding a URL for a domain object to custom code.
URLFinderNotFoundException
          An exception thrown by any kernel object.
URLServiceException
          An exception thrown by any kernel object.
User
          Represents a user.
UserAuthentication
          Provides user authentication methods on a contained User object.
UserCollection
          Represents a collection of parties.
 

Classes in com.arsdigita.kernel used by com.arsdigita.kernel.permissions
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
EmailAddress
          Represents an email address.
Party
          Represents a party, which can either be a group or a user.
PersonName
          Represents the name of a person.
 

Classes in com.arsdigita.kernel used by com.arsdigita.kernel.security
User
          Represents a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.kernel.ui
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Party
          Represents a party, which can either be a group or a user.
PartyCollection
          Represents a collection of parties.
Resource
           
ResourceType
          XXX JAVADOC XXX
 

Classes in com.arsdigita.kernel used by com.arsdigita.messaging
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Party
          Represents a party, which can either be a group or a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.mimetypes
BaseInitializer
          Base initializer for all WAF applications.
 

Classes in com.arsdigita.kernel used by com.arsdigita.notification
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Group
          Represents a group.
Party
          Represents a party, which can either be a group or a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.populate
User
          Represents a user.
UserCollection
          Represents a collection of parties.
 

Classes in com.arsdigita.kernel used by com.arsdigita.portal
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
ACSObjectCollection
          Represents a collection of ACSObject domain objects.
Resource
           
ResourceType
          XXX JAVADOC XXX
ResourceTypeCollection
          A collection of ResourceTypes.
 

Classes in com.arsdigita.kernel used by com.arsdigita.portal.apportlet
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Resource
           
ResourceType
          XXX JAVADOC XXX
 

Classes in com.arsdigita.kernel used by com.arsdigita.search
Party
          Represents a party, which can either be a group or a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.search.filters
Party
          Represents a party, which can either be a group or a user.
PartyCollection
          Represents a collection of parties.
 

Classes in com.arsdigita.kernel used by com.arsdigita.search.intermedia
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
 

Classes in com.arsdigita.kernel used by com.arsdigita.search.lucene
Party
          Represents a party, which can either be a group or a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.sitenode
KernelDispatcherServlet
          Extends BaseDispatcherServlet to include functionality for user authentication, which is part of Kernel.
KernelRequestContext
           
PackageInstance
          Represents an object that corresponds to a package type.
SiteNode
          Deprecated. Use Application instead.
Stylesheet
           
 

Classes in com.arsdigita.kernel used by com.arsdigita.toolbox
Party
          Represents a party, which can either be a group or a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.toolbox.ui
ACSObjectCollection
          Represents a collection of ACSObject domain objects.
Party
          Represents a party, which can either be a group or a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.ui.admin
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Resource
           
 

Classes in com.arsdigita.kernel used by com.arsdigita.ui.login
User
          Represents a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.ui.permissions
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Party
          Represents a party, which can either be a group or a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.ui.sitemap
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Resource
           
SiteNode
          Deprecated. Use Application instead.
 

Classes in com.arsdigita.kernel used by com.arsdigita.versioning
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
User
          Represents a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.web
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
ACSObjectCollection
          Represents a collection of ACSObject domain objects.
PackageType
          Deprecated. Use ApplicationType instead.
Resource
           
ResourceType
          XXX JAVADOC XXX
ResourceTypeCollection
          A collection of ResourceTypes.
SiteNode
          Deprecated. Use Application instead.
Stylesheet
           
User
          Represents a user.
 

Classes in com.arsdigita.kernel used by com.arsdigita.web.ui
Resource
           
ResourceType
          XXX JAVADOC XXX
 

Classes in com.arsdigita.kernel used by com.arsdigita.webdevsupport
BaseInitializer
          Base initializer for all WAF applications.
 

Classes in com.arsdigita.kernel used by com.arsdigita.workflow.simple
ACSObject
          An ACSObject is a generic object that can be handled by any of a number of Core services e.g., versioning, permissions.
Group
          Represents a group.
GroupCollection
          Represents a collection of groups.
Party
          Represents a party, which can either be a group or a user.
User
          Represents a user.
UserCollection
          Represents a collection of parties.
 



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