URIHandlerT.setUri

Tries to set the URI of the given handler.

template URIHandlerT(TStruct)
bool
setUri
(
string uri
)

Parameters

uri string

URI to set

Return Value

Type: bool

%TRUE if the URI was set successfully, else %FALSE.

Throws

GException on failure.

Meta