com.ibm.bpe.api
Interface JspLocation

All Superinterfaces:
java.io.Serializable

public interface JspLocation
extends java.io.Serializable

Interface to retrieve JSP locations of a Web client setting.

A <jsp> element is defined as follows:
<wpc:webClientSettings clientType="Web Client">
 <wpc:customSetting name="name" value="value"?>*
 <wpc:jsp for="page|info|input|output|map|template|instance" uri="jspURI" contextRoot="contextRoot">+
</wpc:webClientSettings>?

Since:
5.1
See Also:
JspUsageEnum, WebClientSetting

Method Summary
 java.lang.String getContextRoot()
          Returns the context root of the JSP.
 java.lang.String getUriAsString()
          Returns the URI of the JSP.
 

Method Detail

getUriAsString

public java.lang.String getUriAsString()
Returns the URI of the JSP.

Returns:
String - A string representation of the URI.

getContextRoot

public java.lang.String getContextRoot()
Returns the context root of the JSP. Returns null when the context root is not set.

Returns:
String - The context root of the JSP.