if (interfaceNameSets
.contains(ComponentFactory.INTERFACE_ACTIONSOURCE2)
&& component.getAdapter(ComponentFactory.ACTION_SOURCE2) == null)
{
component.addAdapter(ComponentFactory.ACTION_SOURCE2,
new ActionSourceInfo2(null, null, false, null));
}
if (component.getAdapter(ComponentFactory.ACTION_SOURCE) == null)
{
component.addAdapter(ComponentFactory.ACTION_SOURCE,