4.0

Table Of Contents
Method Returns Description
translateParameters(java.util.List
parametersValues)
java.lang.Object[]
If the object value is a string that
begins with "attribute:",
translateParameters translates
an array of objects into a
FinderResult object. If the string
does not begin with
"attribute:", it does nothing.
getClientId() java.lang.String
Obtains the ID of the client.
setClientId(java.lang.String id)
void Sets the ID of the client.
getDojoSource() org.apache.tapestry.IAsset
Returns the source of any Dojo
widgets in the Web view as a
Tapestry IAsset object.
getDojoPath() org.apache.tapestry.IAsset
Returns the path to any Dojo
widgets in the Web view as a
Tapestry IAsset object.
getBrowser() ch.dunes.web.Browser
Returns a Browser object that
contains information about the
browser in which the user accesses
the Web view.
addQueryParameter(java.lang.String
url, java.lang.String
parameterName, java.lang.Object
parameterValue)
java.lang.String
Adds a parameter to a server
query.
addQueryParameter(boolean
condition, java.lang.String url,
java.lang.String parameterName,
java.lang.Object parameterValue)
java.lang.String
Adds a parameter to a server
query if a given condition is met.
The WebviewComponent class inherits the following methods from class java.lang.Object:
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString,wait, wait, wait
Constructor
public WebviewComponent()
WebviewPage Class
The ch.dunes.web.webview.WebviewPage class provides methods that you call in OGNL expressions in Web
view component template HTML files.
The WebviewPage class extends the Tapestry class org.apache.tapestry.html.BasePage.
The
WebviewPage
class defines the following methods:
Method Returns Description
addQueryParameter(boolean
condition, java.lang.String url,
java.lang.String parameterName,
java.lang.Object parameterValue)
java.lang.String
Adds a parameter to a server query if a
given condition is met.
addQueryParameter(java.lang.String
url, java.lang.String
parameterName, java.lang.Object
parameterValue)
java.lang.String
Adds a parameter to a server query.
executeAction(java.lang.String
actionAttributeName)
java.lang.Object
Runs an action in the server and returns the
result.
vCenter Orchestrator Developer's Guide
298 VMware, Inc.