Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.provider.url
Interface URLProvider

All Known Implementing Classes:
URLProviderExternal, URLProviderInternal, URLProviderMetalink

public interface URLProvider

Defines API for creating URLs for various resources such as sites external to the current system, other pages within the current system or specific resources such as documents on Oracle Metalink.

Specific instances of URLProvider can be created from the URLProviderFactory using the getURLProvider() method by specifying the type of the link.

Since:
release specific (what release of product did this appear in)
Version:
$Header: URLProvider.java 10-jan-2008.14:40:26 ppradhan Exp $
Author:
ppradhan

Field Summary
static java.lang.String PROP_NAME_FUNCNAME
          Property name to specify the functionName for an internal link
static java.lang.String PROP_NAME_LINKURI
          Property name to specify the linkURL for an external link
static java.lang.String PROP_NAME_METALINKDOCID
          Property name to specify the metalink document ID for a metalink link type.
 
Method Summary
 java.lang.String createURL(NameValueList pProperties)
          Creates a URL based on the given set of name value pair properties.
 

Field Detail

PROP_NAME_LINKURI

static final java.lang.String PROP_NAME_LINKURI
Property name to specify the linkURL for an external link

See Also:
Constant Field Values

PROP_NAME_FUNCNAME

static final java.lang.String PROP_NAME_FUNCNAME
Property name to specify the functionName for an internal link

See Also:
Constant Field Values

PROP_NAME_METALINKDOCID

static final java.lang.String PROP_NAME_METALINKDOCID
Property name to specify the metalink document ID for a metalink link type.

See Also:
Constant Field Values
Method Detail

createURL

java.lang.String createURL(NameValueList pProperties)
Creates a URL based on the given set of name value pair properties. These properties can include the values for all components of the URL.

Parameters:
pProperties - set of name value pair properties required for creating the URL
Returns:
created URL based on the given set of name value pair properties.

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.