| Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center 11g Release 1 (11.1.1.7.0) E14265-06 | 
Tag name: <tpc-config> 
The tpc-config is the resource configuration for grouping a list of managed-bean tags and contextMenuDef tags (and others in the future) to support connector specific menu item display and action to take in the UI.
<tpc-config version="11.1.1.1.0" xmlns="http://fusion.oracle.com/tpc">
  <managed-bean>
    <name>openatask</name>
    <impl-class>oracle.sampleconnector.TaskListener</impl-class>
    <lifecycle>page</lifecycle>
  </managed-bean>
  <managed-bean>
    <name>savetask</name>
    <impl-class>oracle.sampleconnector.SaveTaskListener</impl-class>
    <lifecycle>page</lifecycle>
  </managed-bean>
  <contextMenuDef>
    <menuItemDef label="Open selected task" listenerRef="openatask"/>
  </contextMenuDef>
</tpc-config>