Oracle Fusion Middleware Tag Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14265-04
Go back

Summary

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.

Code Example(s)

<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>

Attributes

Name Type Default value Required? Supports EL? Description
versionstringYThe version of this configuration.
xmlnsstringYThe namespace of this resource configuration.