org.sape.carbon.core.component.factory
Interface DecoratorConfiguration

All Superinterfaces:
Configuration

public interface DecoratorConfiguration
extends Configuration

This configuration represents the factory settings for a requested decorator. These configurations are included within component templates in order to tell the component subsytem how to construct the dynamic proxy of a component.

Copyright 2003 Sapient

Since:
carbon 2.0
Version:
$Revision: 1.4 $($Author: dvoet $ / $Date: 2003/05/05 21:21:12 $)
Author:
Greg Hinkle, March 2003

Method Summary
 Configuration getCustomConfiguration()
          Retrieves an optional custom configuration that may be passed to a a decorator for specific.
 Class getFactory()
          The factory class that will be used to construct the decorator.
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getFactory

public Class getFactory()
The factory class that will be used to construct the decorator.

Returns:
the factory class used to construct a specific decorator

getCustomConfiguration

public Configuration getCustomConfiguration()
Retrieves an optional custom configuration that may be passed to a a decorator for specific.

Returns:
an optional custom configuration for a decorator


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.