net.sf.jame.twister.frame.filter.extension
Class FrameFilterExtensionRegistry

java.lang.Object
  extended by net.sf.jame.core.extension.osgi.OSGiConfigurableExtensionRegistry<FrameFilterExtensionRuntime<?>,FrameFilterExtensionConfig>
      extended by net.sf.jame.twister.frame.filter.extension.FrameFilterExtensionRegistry
All Implemented Interfaces:
ConfigurableExtensionRegistry<FrameFilterExtensionRuntime<?>,FrameFilterExtensionConfig>, ExtensionRegistry<FrameFilterExtensionRuntime<?>>

public class FrameFilterExtensionRegistry
extends OSGiConfigurableExtensionRegistry<FrameFilterExtensionRuntime<?>,FrameFilterExtensionConfig>

Author:
Andrea Medeghini

Field Summary
static java.lang.String CONFIGURATION_ELEMENT_NAME
          the configuration element name.
static java.lang.String EXTENSION_POINT_NAME
          the extension point name.
 
Constructor Summary
FrameFilterExtensionRegistry()
          Constructs a new registry.
 
Method Summary
 
Methods inherited from class net.sf.jame.core.extension.osgi.OSGiConfigurableExtensionRegistry
getConfigurableExtension, getConfigurableExtensionList, getExtension, getExtensionList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION_POINT_NAME

public static final java.lang.String EXTENSION_POINT_NAME
the extension point name.

See Also:
Constant Field Values

CONFIGURATION_ELEMENT_NAME

public static final java.lang.String CONFIGURATION_ELEMENT_NAME
the configuration element name.

See Also:
Constant Field Values
Constructor Detail

FrameFilterExtensionRegistry

public FrameFilterExtensionRegistry()
Constructs a new registry.