railo.runtime.extension
Interface ExtensionProvider


public interface ExtensionProvider


Method Summary
 java.net.URL getUrl()
          return the url of the extension
 java.lang.String getUrlAsString()
          returns the url of the extension as a string
 boolean isReadOnly()
          is the extension readonly
 

Method Detail

getUrl

public java.net.URL getUrl()
                    throws java.net.MalformedURLException
return the url of the extension

Returns:
url
Throws:
java.net.MalformedURLException

getUrlAsString

public java.lang.String getUrlAsString()
returns the url of the extension as a string

Returns:
url

isReadOnly

public boolean isReadOnly()
is the extension readonly

Returns:
is readonly