Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes to handle web applications (HTML, ASP, etc) within UII.
The following tables list the members exposed by the HostedWebApplication type.
Public Constructors
Name | Description | |
---|---|---|
HostedWebApplication | Constructor for HostedWebApplication |
Top
Protected Fields
Name | Description | |
---|---|---|
![]() |
webActions | Dictionary of actions |
![]() |
webActionsByID | Dictionary of actions |
![]() |
webBrowser | An instance of the WebBrowserExtended object |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
![]() |
AgentCreds | Get the agent credentials for this application Changed the return type to System.ComponentModel.BindingList in the process of Migrating Web Service to WCF service. |
![]() |
AgentID | Get or set the agent ID. (inherited from HostedApplication) |
![]() |
AppHostWorkItem | For CAB integration purposes only; allows injection of current WorkItem |
![]() |
ApplicationID | Overridden. The unique ID for the application as given in the database definitions. |
![]() |
ApplicationName | Overridden. Returns the name of the hosted application as given in the database. |
![]() |
CanEmbed | Overridden. Returns true if the application can be hosted within the UII panels. False if the application can only be integrated with UII via scripts. |
![]() |
ConfigurationReader | Configuration reader used for reading app settings from application configuration or the server (inherited from HostedApplication) |
![]() |
Context | Gets and Sets the context for the web application. This can be used by scripts. |
![]() |
DisplayGroup | Overridden. Get the display group. |
![]() |
HostInside | |
![]() |
Icon | Overridden. Used to indicate the preferred icon to use |
![]() |
ImplementedAsCcf20 | Overridden. Allows system to run certain routines as CCF 2.0 or prior |
![]() |
IsAdapterSessionController | Gets a boolean indicating whether the adapter is a SessionController. (inherited from HostedApplication) |
![]() |
IsDynamic | Gets or sets a value indicating whether this instance is dynamic. |
![]() |
IsGlobal | Overridden. Tells whether the hosted application is global |
![]() |
IsListed | Overridden. Allows to be seen but not listed in SessionExplorer or CurrentSessionUI |
![]() |
IsNavigating | Overridden. Returns a true if the application is still navigating to a page. |
![]() |
IsTagged | When true, application is dependent on workflow |
![]() |
MinimumSize | Overridden. The minimum size for an application's window |
![]() |
OptimumSize | Overridden. The size that the applications's window will initially be if it is a floating window. |
![]() |
SessionManager | Overridden. Allows hosted apps to have access to the session manager object |
![]() |
TopLevelWindow | Overridden. Returns the control which represents the browser |
![]() |
WebAppAdapter | Web Application adater instance for the web applications. For Internal Use. |
Top
Protected Properties
Name | Description | |
---|---|---|
![]() |
engine | engine (inherited from HostedApplication) |
![]() |
HostedApplicationAdapter | Application adapter instance for the external application, if so configured. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
ActionCompletedFromScript | Action is completed from script |
![]() |
AddAction | Overridden. Used at initialization time to create the list of actions that may be performed. |
![]() |
ChangeContextFromScript | |
![]() |
Close | Overridden. Closes the web application and any adapter it may be using. |
![]() |
DoAction | Overloaded. Overridden. |
![]() |
DoDefaultAction | Overridden. DoDefaultAction : navigates to the saved page or homepage specified |
![]() |
Equals | (inherited from Object) |
![]() |
FireRequestAction | Overridden. Sends a request to perform some action to another application. If the RequestActionEventArgs has a target of *, then all apps get the action. |
![]() |
Focus | Gives the focus to the hosted Web application |
![]() |
GetCompiledState | Get the compiled State Obsolete. (inherited from HostedApplication) |
![]() |
GetContextValue | Returns the value associated with the name-value pair in the context. |
![]() |
GetEventSourceInstance | Get the event source instance. Obsolete. (inherited from HostedApplication) |
![]() |
GetGlobalInstance | Get global instances Obsolete. (inherited from HostedApplication) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetIconList | Overridden. Gets the icon images |
![]() |
GetStateData | Overridden. Gets the application state data for the Web application For now we retrieve only the URL value |
![]() |
GetType | (inherited from Object) |
![]() |
HandleRequestAction | This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration. |
![]() |
HandleRequestDefaultAction | Event handler for default action This is for internal UII use only. Please do not use directly. Public visibility necessary for CAB integration. |
![]() |
Initialize | Overridden. This must be called before any actions are done on the hosted web application. |
![]() |
InitializeClosing | This Method is called before closing a hosted web application to perform required actions on web browser to close. |
![]() |
Notify | Notify the script with information. Obsolete. (inherited from HostedApplication) |
![]() |
NotifyContextChange | Overloaded. Overridden. |
![]() |
OnCompilerError | On Compiler error Obsolete. (inherited from HostedApplication) |
![]() |
RequestActionFromScript | Request Action |
![]() |
SessionChange | Overridden. Called for global applications when the session is activated or deactivated |
![]() |
SetContext | Overloaded. Overridden. |
![]() |
SetStateData | Overridden. Set the application to the state provided in the xml string. |
![]() |
ToString | (inherited from Object) |
![]() |
UpdateContextValue | Overloaded. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
adapter_AdapterContextChangedEvent | Event handler which is run when an adapter needs to notify UII of new context information. |
![]() |
adapter_AdapterFireRequestActionEvent | Used when an adapter requests that an action be done on an application. |
![]() |
adapter_AdapterRequestActionEvent | Used when an adapter requests that an action be done on an application. |
![]() |
CreateInstance | Overloaded. (inherited from HostedApplication) |
![]() |
DoAction | Overloaded. Overridden. |
![]() |
Finalize | (inherited from Object) |
![]() |
loadAdapter | Loads an adapter (if any) to modify the web application behavior. |
![]() |
MemberwiseClone | (inherited from Object) |
![]() |
SubstituteQueryString | Overloaded. |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
ActionCompleted | Overridden. Action Completed event handler. Obsolete. |
![]() |
ActionCompletedEvent | Overridden. Event to notify ApplicationHost that an action has completed. Using CAB's EventBroker to publish the event topic. |
![]() |
ChangeContext | Overridden. Change context event handler. |
![]() |
RequestAction | Overridden. Request Action event handler. Obsolete. |
![]() |
RequestActionEvent | Overridden. Event to request an action of another application to be invoked. Using CAB's EventBroker to publish the DoAction event topic. |
![]() |
RequestActionStatusEvent | Overridden. Event to notify ApplicationHost of action status. |
Top
See Also
Reference
HostedWebApplication Class
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.