aokell.lib.control.content
Interface ContentControllerItf

All Superinterfaces:
ContentController
All Known Implementing Classes:
ContentControllerImpl, TemplateContentControllerImpl

public interface ContentControllerItf
extends ContentController

This interface extends the Fractal ContentController interface with methods to manage internal client interfaces.

Author:
Lionel Seinturier

Field Summary
static String NAME
           
static InterfaceType TYPE
           
 
Method Summary
 Object getFcInternalClientInterface(String interfaceName)
           
 List getFcInternalSingletonClientInterfaces()
           
 
Methods inherited from interface org.objectweb.fractal.api.control.ContentController
addFcSubComponent, getFcInternalInterface, getFcInternalInterfaces, getFcSubComponents, removeFcSubComponent
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

TYPE

static final InterfaceType TYPE
Method Detail

getFcInternalSingletonClientInterfaces

List getFcInternalSingletonClientInterfaces()

getFcInternalClientInterface

Object getFcInternalClientInterface(String interfaceName)
                                    throws NoSuchInterfaceException
Throws:
NoSuchInterfaceException