Package lucee.runtime.extension
Interface ExtensionProvider
public interface ExtensionProvider
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
return the url of the extensionreturns the url of the extension as a stringboolean
is the extension readonly
-
Method Details
-
getUrl
return the url of the extension- Returns:
- url
- Throws:
MalformedURLException
- Malformed URL Exception
-
getUrlAsString
String getUrlAsString()returns the url of the extension as a string- Returns:
- url
-
isReadOnly
boolean isReadOnly()is the extension readonly- Returns:
- is readonly
-