|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JspLocation
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>?
JspUsageEnum
,
WebClientSetting
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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
.
Note:The structure of a fault name is a QName.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |