5.5

Table Of Contents
Table 62. Methods of the WebviewPage class (Continued)
Method Returns Description
getPageUrl() java.lang.String
Returns the URL of the current page
without the URL parameters.
getPageUrlWithQuerryString() java.lang.String
Returns the URL of the current page
with the URL parameters.
getParameter(java.lang.String
parameterName)
java.lang.Object
Returns a query parameter value, or
null if no query parameter is
provided in the request. If multiple
values are provided, it returns the
first value.
getParameters(java.lang.String
parameterName)
java.lang.Object[]
Retrieves an array of values for a
query parameter.
getRequest() Abstract
HttpServletRequest
Returns HTTP servlet requests.
The WebviewPage class inherits the following methods from class java.lang.Object:
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString,wait, wait, wait
Fields
n
public static java.lang.String DEFAULT_FLASH_TYPE
n
public static java.lang.String LOGIN_MESSAGE_ATTRIBUTE
n
public static java.lang.String DEFAULT_LOGIN_MESSAGE
Constructor
WebviewPage()
WebObjectComponent Class
The ch.dunes.web.webview.components.WebObjectComponent class provides methods to obtain information
from objects in the Orchestrator server. The WebObjectComponent class extends WebviewComponent.
You use the WebObjectComponent class in conjunction with vmo:ListPane components.
The vmo:ListPane component inserts a list of objects into a Web view. To display information about an
object in the list in another Web view page or panel, the HTML file that displays that information must
contain a Web view component that implements the WebObjectComponent class.
The WebObjectComponent class defines the following methods that obtain properties from objects in the
Orchestrator server.
Table 63. Methods of the WebObjectComponent class
Method Retruns Description
get(java.lang.String name) java.lang.Object
Obtains the property of the given
name.
get(
java.lang.String name,
java.lang.String
valueIfNotFound
java.lang.Object
Obtains the property of the given
name.
toParam() java.lang.String
Obtains the output parameter of an
Action or Workflow object.
Chapter 6 Web View Components
VMware, Inc. 31