4.1

Table Of Contents
Table 9-1. Contents of the Web View Template default.html File
Code Description
<vco></vco> tags You can insert Web view components in any type of HTML
tag. The Web view template wraps all its content in <vco>
tags, to show that this code is specific to Orchestrator.
jwcid="@layout/MyBorder"
A reference to the MyBorder Web view component from the
default Web view template. The MyBorder component
defines the borders of the Web view pages.
title="Home"
The title that appears in the title bar of the Web view home
page.
The rest of the code in the default.html file is standard HTML. You can extend and adapt the content of the
home page by adding HTML code and add functions to the page by adding Web view components.
Web View Components
Web view components add Orchestrator functions to Web pages. For example, you can add Web view
components to Web pages that allow users to run workflows from a Web page in a browser.
You build Orchestrator Web views by adding JWC components to HTML Web pages. Orchestrator provides
a library of JWC Web view components that add predefined orchestration functions to Web views. The JWC
Web view components that Orchestrator provides conform to the Tapestry Framework 4.0 standard.
In addition to the library of Web view components that Orchestrator provides, you can use every standard
component from the Tapestry Framework 4.0 in Web views.
n
Tapestry Web View Components on page 294
With the Tapestry Web view components in the Orchestrator Web view component library, you can add
orchestration functions to Web views. The Tapestry Web components in the Orchestrator library define
actions that access objects in the Orchestrator server.
n
Creating Tapestry Web View Components on page 295
With Orchestrator, you can create custom Tapestry Web view components to perform orchestration
functions from Web pages. A Tapestry Web view component conforms to the Tapestry Framework
standard version 4.0.
n
Orchestrator Tapestry Component Library on page 301
Orchestrator has a library of Tapestry components that you can reference in Web views. You can also
use all of the components that the Tapestry Framework 4.0 standard defines.
Tapestry Web View Components
With the Tapestry Web view components in the Orchestrator Web view component library, you can add
orchestration functions to Web views. The Tapestry Web components in the Orchestrator library define actions
that access objects in the Orchestrator server.
The Tapestry Web view components that Orchestrator provides add functions to Web views such as obtaining
and displaying the properties of an object in the server, starting workflows, or obtaining information from the
user.
You add Tapestry components to a Web view by adding a jwcid attribute to an HTML tag in a Web page.
When you reference a Web view component, you prefix the name of the component with the @ character.
Certain Web view components require you to set additional properties when you set the jwcid attribute.
vCenter Orchestrator Developer's Guide
294 VMware, Inc.