railo-context.Componentcoldbox.system.FrameworkSupertype
coldbox.system.Plugin
contentbox.model.ui.BaseWidget
ContentBox - A Modular Content Platform Copyright 2012 by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com Apache License, Version 2.0 Copyright Since [2012] [Luis Majano and Ortus Solutions,Corp] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. This is the base class for contentbox widgets
Property Summary | ||||
---|---|---|---|---|
type | property | default | serializable | required |
any
|
authorService
|
true
|
false
|
|
string
|
category
|
true
|
false
|
|
any
|
categoryService
|
true
|
false
|
|
any
|
cb
|
true
|
false
|
|
any
|
commentService
|
true
|
false
|
|
any
|
contentService
|
true
|
false
|
|
any
|
contentStoreService
|
true
|
false
|
|
any
|
contentVersionService
|
true
|
false
|
|
any
|
entryService
|
true
|
false
|
|
string
|
forgeBoxSlug
|
true
|
false
|
|
any
|
html
|
true
|
false
|
|
string
|
icon
|
true
|
false
|
|
any
|
menuService
|
true
|
false
|
|
any
|
pageService
|
true
|
false
|
|
any
|
securityService
|
true
|
false
|
Method Summary | |
---|---|
string
|
getAuthorService()
|
string
|
getCategory()
|
string
|
getCategoryService()
|
string
|
getCb()
|
string
|
getCommentService()
|
string
|
getContentService()
|
string
|
getContentStoreService()
|
string
|
getContentVersionService()
|
string
|
getEntryService()
|
string
|
getForgeBoxSlug()
|
string
|
getHtml()
|
string
|
getIcon()
|
string
|
getMenuService()
|
string
|
getPageService()
|
array
|
getPublicMethods()
|
string
|
getSecurityService()
|
any
|
renderIt()
This is the main renderit method you will need to implement in concrete widgets. |
any
|
setAuthorService(any authorService)
|
any
|
setCategory(string category)
|
any
|
setCategoryService(any categoryService)
|
any
|
setCb(any cb)
|
any
|
setCommentService(any commentService)
|
any
|
setContentService(any contentService)
|
any
|
setContentStoreService(any contentStoreService)
|
any
|
setContentVersionService(any contentVersionService)
|
any
|
setEntryService(any entryService)
|
any
|
setForgeBoxSlug(string forgeBoxSlug)
|
any
|
setHtml(any html)
|
any
|
setIcon(string icon)
|
any
|
setMenuService(any menuService)
|
any
|
setPageService(any pageService)
|
any
|
setSecurityService(any securityService)
|
Methods inherited from class coldbox.system.Plugin |
---|
getpluginAuthor, getpluginAuthorURL, getPluginDescription, getPluginName, getpluginPath, getPluginVersion, getRequestCollection, getRequestContext, init, setpluginAuthor, setpluginAuthorURL, setPluginDescription, setPluginName, setPluginVersion |
Methods inherited from class coldbox.system.FrameworkSupertype |
---|
addAsset, announceInterception, getCache, getController, getDatasource, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists |
Methods inherited from class railo-context.Component |
---|
None |
Property Detail |
---|
required
- falseinject
- id:authorService@cbserializable
- truerequired
- falseserializable
- truerequired
- falseinject
- id:categoryService@cbserializable
- truerequired
- falseinject
- id:CBHelper@cbserializable
- truerequired
- falseinject
- id:commentService@cbserializable
- truerequired
- falseinject
- id:contentService@cbserializable
- truerequired
- falseinject
- id:contentStoreService@cbserializable
- truerequired
- falseinject
- id:contentVersionService@cbserializable
- truerequired
- falseinject
- id:entryService@cbserializable
- truerequired
- falseserializable
- truerequired
- falseinject
- coldbox:plugin:HTMLHelperserializable
- truerequired
- falseserializable
- truerequired
- falseinject
- id:menuService@cbserializable
- truerequired
- falseinject
- id:pageService@cbserializable
- truerequired
- falseinject
- id:securityService@cbserializable
- trueMethod Detail |
---|
This is the main renderit method you will need to implement in concrete widgets
authorService
category
categoryService
cb
commentService
contentService
contentStoreService
contentVersionService
entryService
forgeBoxSlug
html
icon
menuService
pageService
securityService