com.ibm.portal.state.accessors.url
Interface URLContextEx

All Superinterfaces:
URLContext

public interface URLContextEx
extends URLContext

Context interface that allow the specification of the type of URLs that may be generated. Clients can implement this interface in order to specify the URL context.

Since:
7.0
Note:
This interface is designed to be implemented by clients.

Method Summary
 boolean isJavaScript()
          Specifies if the URL may be a URL that uses the "javascript" scheme
 
Methods inherited from interface com.ibm.portal.state.accessors.url.URLContext
isAbsolute, isRelative, isServerRelative
 

Method Detail

isJavaScript

boolean isJavaScript()
Specifies if the URL may be a URL that uses the "javascript" scheme

Returns:
true if the context allows URLs that are use the "javascript" scheme, else false