mura.plugin

Class plugincfc

lucee.Component
    extended by mura.cfobject
      extended by mura.plugin.plugincfc

This provides plugin install, update and delete handling

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init([any pluginConfig=''], [any configBean=''])
    Method Summary
    any delete()
    any install()
    any update()
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init([any pluginConfig=''], [any configBean=''])

    Parameters:
    pluginConfig
    configBean

    Method Detail

    delete

    public any delete()


    install

    public any install()


    update

    public any update()