com.hyperion.css.spi
Interface CSSProviderFactoryIF


public interface CSSProviderFactoryIF

This is the factory interface whose implementation is responsible to create and initialize the provider. This is used by the CSS Framework for instantiating and getting a reference to a provider. The implmentation of this interface should be specified in the configuration.

Since:
CSSv1

Method Summary
 com.hyperion.css.CSSProviderIF getProvider(java.util.Map environment)
          Creates and initializes the provider.
 

Method Detail

getProvider

public com.hyperion.css.CSSProviderIF getProvider(java.util.Map environment)
                                           throws CSSException
Creates and initializes the provider.

Throws:
CSSException - - Any abnormality in terms of creation or initialization of this provider.

Copyright 2004 Hyperion Solutions Corporation. All rights reserved.