public interface JspLocation
extends java.io.Serializable, java.lang.Cloneable
A <jsp>
element is defined as follows:
<tel:webClientSettings clientType="Web Client">*
<tel:customSetting name="name" value="value"?/>*
<tel:jsp for="page|input|output|map|fault"
uri="jspURI" contextRoot="contextRoot">+
<tel:applyTo role="role"/>
</tel:jsp>
</tel:webClientSettings>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getApplyTo()
Returns the roles that are associated with this JSP location.
|
java.lang.String |
getContextRoot()
Returns the context root of the JSP.
|
java.lang.String |
getFaultName()
Returns the fault name provided that the JSP location describes a JSP for a fault.
|
java.net.URI |
getUri()
Returns the URI of the JSP.
|
java.lang.String |
getUriAsString()
Deprecated.
Use method
getUri() instead. |
static final java.lang.String COPYRIGHT
java.lang.String getUriAsString()
getUri()
instead.java.net.URI getUri()
java.lang.String getContextRoot()
java.util.List getApplyTo()
JspApplicableRoleEnum
java.lang.String getFaultName()
null
when the JSP location does not describe a fault JSP.null
.