|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentItf
Interface for component implementations.
Field Summary | |
---|---|
static String |
NAME
|
static InterfaceType |
TYPE
|
Method Summary | |
---|---|
void |
addFcController(InterfaceType it,
Controller ctrl)
Declare a new controller implemented by the component. |
Object |
getFcClientInterface(String interfaceName)
Return the instance implementing the given client interface name for this component. |
List |
getFcCollectionInterfaces()
|
Controller[] |
getFcControllers()
Return the list of controllers implemented by the component. |
List |
getFcSingletonBusinessInterfaces()
|
List |
getFcSingletonClientInterfaces()
Return the list of client interfaces implemented by this component. |
List |
getFcSingletonControlInterfaces()
|
List |
getFcSingletonInterfaces()
|
void |
setContentDesc(Object contentDesc)
|
void |
setContentPart(Object contentPart)
Set the content associated to this component. |
void |
setControllerDesc(Object controllerDesc)
|
void |
setType(Type type)
|
Methods inherited from interface org.objectweb.fractal.api.Component |
---|
getFcInterface, getFcInterfaces, getFcType |
Field Detail |
---|
static final String NAME
static final InterfaceType TYPE
Method Detail |
---|
Controller[] getFcControllers()
void addFcController(InterfaceType it, Controller ctrl)
void setContentPart(Object contentPart)
List getFcSingletonClientInterfaces()
Object getFcClientInterface(String interfaceName) throws NoSuchInterfaceException
NoSuchInterfaceException
List getFcSingletonInterfaces()
List getFcSingletonBusinessInterfaces()
List getFcSingletonControlInterfaces()
List getFcCollectionInterfaces()
void setType(Type type)
void setControllerDesc(Object controllerDesc)
void setContentDesc(Object contentDesc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |