|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentControllerItf
This interface extends the Fractal ContentController interface with methods to manage internal client interfaces.
Field Summary | |
---|---|
static String |
NAME
|
static InterfaceType |
TYPE
|
Method Summary | |
---|---|
void |
addFcController(InterfaceType[] it,
Object ctrl)
Declare a new controller implemented by the component. |
void |
initFc(Type type,
Object controllerDesc,
Object contentDesc,
Component compctrlimpl,
Object contentPart)
Initialize parameters required for managing internal interfaces associated with this content controller. |
Interface |
registerFcInterface(String interfaceName)
Register a new collection Interface instance. |
void |
unregisterFcInterface(String interfaceName)
Unregister a collection Interface instance. |
Methods inherited from interface org.objectweb.fractal.api.control.ContentController |
---|
addFcSubComponent, getFcInternalInterface, getFcInternalInterfaces, getFcSubComponents, removeFcSubComponent |
Field Detail |
---|
static final String NAME
static final InterfaceType TYPE
Method Detail |
---|
void addFcController(InterfaceType[] it, Object ctrl)
Interface registerFcInterface(String interfaceName) throws NoSuchInterfaceException
Interface
instance.
The given name must start with an existing collection interface name
declared in the component type.
interfaceName
- the interface name (e.g. foo004)
NoSuchInterfaceException
- if there is no such collection interfacevoid unregisterFcInterface(String interfaceName) throws NoSuchInterfaceException
Interface
instance.
The given name must start with an existing collection interface name
declared in the component type.
interfaceName
- the interface name (e.g. foo004)
NoSuchInterfaceException
- if there is no such collection interfacevoid initFc(Type type, Object controllerDesc, Object contentDesc, Component compctrlimpl, Object contentPart)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |