HttpURL (View - Java)

Read-only. The Domino® URL of a view when HTTP protocols are in effect.

Note: This property is new with Release 6.5.

Defined in

View

Data type

String

Syntax

public String getHttpURL()
    throws NotesException

Usage

If HTTP protocols are not available, this property returns an empty string. See NotesURL.

See resolve in Session for additional information and examples.

Example