com.sun.n1.sps.model.plugin
Interface BrowserInfo


public interface BrowserInfo

Describes a browser that has features needed to display the user interface and retrieves an instance of that browser from within the system.


Method Summary
 java.lang.String getBrowserClassNameVar()
          Returns the name of the browser class var.
 java.lang.String getBrowserType()
          Returns the browser type.
 PromptParamList getCheckinOptions()
          Returns the list of checkin options for this browser.
 java.lang.String getComponentType()
          Returns the component type.
 java.lang.String getLimitToHostSet()
          Returns the host set with which this browser works.
 java.lang.String getPlatform()
          Returns the platform host set on which this browser is available.
 java.lang.String getServiceName()
          Returns the name of the system service with the browser class and path.
 

Method Detail

getComponentType

java.lang.String getComponentType()
Returns the component type.

Returns:
The component type.

getBrowserType

java.lang.String getBrowserType()
Returns the browser type.

Returns:
The browser type.

getBrowserClassNameVar

java.lang.String getBrowserClassNameVar()
Returns the name of the browser class var.

Returns:
The browser class name var.

getServiceName

java.lang.String getServiceName()
Returns the name of the system service with the browser class and path.

Returns:
The system service name.

getPlatform

java.lang.String getPlatform()
Returns the platform host set on which this browser is available.

Returns:
The host set, or null if applicable to all hosts.

getLimitToHostSet

java.lang.String getLimitToHostSet()
Returns the host set with which this browser works.

Returns:
The host set, or null if applicable to all hosts.

getCheckinOptions

PromptParamList getCheckinOptions()
Returns the list of checkin options for this browser.

Returns:
The checkin options.