lucee.Componentcontentbox.models.media.BaseProvider
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
cbfs
|
true
|
false
|
|
any
|
description
The description of this provider.
|
true
|
false
|
|
any
|
displayName
The display name of a provider.
|
true
|
false
|
|
any
|
log
|
true
|
false
|
|
any
|
mediaService
|
true
|
false
|
|
any
|
name
The internal name of the provider.
|
true
|
false
|
|
any
|
templateCache
|
true
|
false
|
Method Summary | |
---|---|
string
|
getCbfs()
|
string
|
getDescription()
|
string
|
getDisplayName()
|
string
|
getLog()
|
string
|
getMediaService()
|
string
|
getName()
|
package any
|
getPublicURL(any mediaPath)
Package Utility Methods ********************************************. |
package any
|
getRealMediaPath(any mediaPath)
|
string
|
getTemplateCache()
|
boolean
|
mediaExists(any mediaPath)
Validate if a media requested exists. |
any
|
setCbfs(any cbfs)
|
any
|
setDescription(any description)
|
any
|
setDisplayName(any displayName)
|
any
|
setLog(any log)
|
any
|
setMediaService(any mediaService)
|
any
|
setName(any name)
|
any
|
setTemplateCache(any templateCache)
|
Methods inherited from class lucee.Component |
---|
None |
Property Detail |
---|
access
- publicrequired
- falsereturntype
- anyinject
- DiskService@cbfsserializable
- trueThe description of this provider
access
- publicrequired
- falsereturntype
- anyserializable
- trueThe display name of a provider
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- logbox:logger:{this}serializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- mediaService@contentboxserializable
- trueThe internal name of the provider
access
- publicrequired
- falsereturntype
- anyserializable
- trueaccess
- publicrequired
- falsereturntype
- anyinject
- cachebox:templateserializable
- trueMethod Detail |
---|
Package Utility Methods ********************************************
mediaPath
mediaPath
Validate if a media requested exists
mediaPath
- the media path to verify if it existscbfs
description
displayName
log
mediaService
name
templateCache