| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.objectweb.fractal.util.Fractalpublic class Fractalextends ObjectMethod Summary | |
static AttributeController |
|
static BindingController |
|
static Component |
|
static ContentController |
|
static Factory |
|
static GenericFactory |
|
static LifeCycleController |
|
static NameController |
|
static SuperController |
|
static TypeFactory |
|
public static AttributeController getAttributeController(Component component) throws NoSuchInterfaceException
Returns theAttributeControllerinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
AttributeControllerinterface of?the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static BindingController getBindingController(Component component) throws NoSuchInterfaceException
Returns theBindingControllerinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
BindingControllerinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static Component getBootstrapComponent() throws InstantiationException
Returns a bootstrap component to create other components. This method just calls the corresponding method of the org.objectweb.fractal.api.Fractal class.
- Returns:
- a bootstrap component to create other components.
- Throws:
InstantiationException- if the bootstrap component cannot be created.
public static ContentController getContentController(Component component) throws NoSuchInterfaceException
Returns theContentControllerinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
ContentControllerinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static Factory getFactory(Component component) throws NoSuchInterfaceException
Returns theFactoryinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
Factoryinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static GenericFactory getGenericFactory(Component component) throws NoSuchInterfaceException
Returns theGenericFactoryinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
GenericFactoryinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static LifeCycleController getLifeCycleController(Component component) throws NoSuchInterfaceException
Returns theLifeCycleControllerinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
LifeCycleControllerinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static NameController getNameController(Component component) throws NoSuchInterfaceException
Returns theNameControllerinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
NameControllerinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static SuperController getSuperController(Component component) throws NoSuchInterfaceException
Returns theSuperControllerinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
SuperControllerinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.
public static TypeFactory getTypeFactory(Component component) throws NoSuchInterfaceException
Returns theTypeFactoryinterface of the given component.
- Parameters:
component- a component.
- Returns:
- the
TypeFactoryinterface of the given component.
- Throws:
NoSuchInterfaceException- if there is no such interface.