|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterContext | |
com.arsdigita.bebop | A set of server-side user interface components for web applications. |
com.arsdigita.core | |
com.arsdigita.dispatcher | System for dynamically handling the control of HTTP requests. |
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.security | Provides user authentication, session tracking, and cryptography services. |
com.arsdigita.loader | |
com.arsdigita.mail | Mail provides a simple interface to email services. |
com.arsdigita.packaging | |
com.arsdigita.runtime | The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. |
com.arsdigita.search | Provides a set of APIs for interacting with search engines. |
com.arsdigita.search.lucene | Provides APIs to be used by query engine implementors to interact with the Lucene search engine. |
com.arsdigita.templating | System for styling and rendering XML documents using XSLT. |
com.arsdigita.util.parameter | |
com.arsdigita.util.xml | |
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.webdevsupport.config | |
com.arsdigita.workflow.simple | A tool framework for establishing collaboration among all the specialized members of a production staff. |
Uses of ParameterContext in com.arsdigita.bebop |
Classes in com.arsdigita.bebop that implement ParameterContext | |
class |
BebopConfig
|
Uses of ParameterContext in com.arsdigita.core |
Classes in com.arsdigita.core that implement ParameterContext | |
(package private) class |
com.arsdigita.core.BaseCheck
BaseCheck |
class |
DBCheck
DBCheck |
class |
LibCheck
LibCheck |
class |
Loader
|
Uses of ParameterContext in com.arsdigita.dispatcher |
Classes in com.arsdigita.dispatcher that implement ParameterContext | |
class |
DispatcherConfig
|
Uses of ParameterContext in com.arsdigita.formbuilder.util |
Classes in com.arsdigita.formbuilder.util that implement ParameterContext | |
class |
FormBuilderConfig
|
Uses of ParameterContext in com.arsdigita.kernel |
Classes in com.arsdigita.kernel that implement ParameterContext | |
class |
KernelConfig
|
Uses of ParameterContext in com.arsdigita.kernel.security |
Classes in com.arsdigita.kernel.security that implement ParameterContext | |
class |
SecurityConfig
SecurityConfig |
Uses of ParameterContext in com.arsdigita.loader |
Classes in com.arsdigita.loader that implement ParameterContext | |
class |
CoreLoader
CoreLoader |
class |
PackageLoader
PackageLoader |
Uses of ParameterContext in com.arsdigita.mail |
Classes in com.arsdigita.mail that implement ParameterContext | |
class |
MailConfig
MailConfig |
Uses of ParameterContext in com.arsdigita.packaging |
Classes in com.arsdigita.packaging that implement ParameterContext | |
class |
Check
The Check class provides a developer callback for performing validation checks during various points in the package loading and server startup process. |
class |
RegistryConfig
A config class used by the ConfigRegistry itself. |
Methods in com.arsdigita.packaging with parameters of type ParameterContext | |
void |
ConfigRegistry.load(ParameterContext ctx,
ErrorList errs)
Loads the given config object from the correct location based on its class. |
Uses of ParameterContext in com.arsdigita.runtime |
Subinterfaces of ParameterContext in com.arsdigita.runtime | |
interface |
Script
The Script interface provides an extension point for CCM Developers to write paramaterizable chunks of code intended for execution in various contexts. |
Classes in com.arsdigita.runtime that implement ParameterContext | |
class |
AbstractConfig
AbstractConfig is a base class for groups of customizable configuration parameters . |
class |
AbstractScript
The AbstractScript class serves as a base class for scripts intended to execute within the runtime environment provided by CCM. |
class |
RuntimeConfig
A configuration record for configuration of the runtime environment. |
Uses of ParameterContext in com.arsdigita.search |
Classes in com.arsdigita.search that implement ParameterContext | |
class |
SearchConfig
Stores the configuration record for the search service |
Uses of ParameterContext in com.arsdigita.search.lucene |
Classes in com.arsdigita.search.lucene that implement ParameterContext | |
class |
LuceneConfig
LuceneConfig |
Uses of ParameterContext in com.arsdigita.templating |
Classes in com.arsdigita.templating that implement ParameterContext | |
class |
TemplatingConfig
|
Uses of ParameterContext in com.arsdigita.util.parameter |
Classes in com.arsdigita.util.parameter that implement ParameterContext | |
class |
AbstractParameterContext
Subject to change. |
class |
ParameterRecord
Deprecated. Use AbstractConfig
instead. |
Uses of ParameterContext in com.arsdigita.util.xml |
Classes in com.arsdigita.util.xml that implement ParameterContext | |
class |
XMLConfig
|
Uses of ParameterContext in com.arsdigita.versioning |
Classes in com.arsdigita.versioning that implement ParameterContext | |
class |
VersioningConfig
|
Uses of ParameterContext in com.arsdigita.web |
Classes in com.arsdigita.web that implement ParameterContext | |
class |
HostLoader
|
class |
WebConfig
A record containing server-session scoped configuration properties. |
Uses of ParameterContext in com.arsdigita.webdevsupport.config |
Methods in com.arsdigita.webdevsupport.config with parameters of type ParameterContext | |
Element |
ConfigList.generateContext(ParameterContext context)
|
Element |
ConfigList.generateParameter(ParameterContext context,
Parameter param)
|
Uses of ParameterContext in com.arsdigita.workflow.simple |
Classes in com.arsdigita.workflow.simple that implement ParameterContext | |
class |
WorkflowConfig
WorkflowConfig |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |