railo.runtime.extension
Interface ExtensionProvider

All Known Implementing Classes:
ExtensionProviderImpl

public interface ExtensionProvider


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

Method Detail

getUrl

URL getUrl()
           throws MalformedURLException
return the url of the extension

Returns:
url
Throws:
MalformedURLException

getUrlAsString

String getUrlAsString()
returns the url of the extension as a string

Returns:
url

isReadOnly

boolean isReadOnly()
is the extension readonly

Returns:
is readonly


Copyright © 2012 Railo