contentbox.modules.contentbox-deps.modules.BCrypt.modules.cbjavaloader.models

Class JavaLoaderDSL

lucee.Component
    extended by contentbox.modules.contentbox-deps.modules.BCrypt.modules.cbjavaloader.models.JavaLoaderDSL
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any injector
          WireBox Injector.

    • access = public
    • returntype = any
    true false
    any log
          Logger.

    • access = public
    • returntype = any
    true false
    Constructor Summary
    init(any injector)
          Constructor as per interface.
    Method Summary
    string getInjector()
    any getJavaLoaderDSL(any definition, [any targetObject])
         Get a JavaLoader Dependency.
    string getLog()
    any process(any definition, [any targetObject])
         Process an incoming DSL definition and produce an object with it.
    any setInjector(any injector)
    any setLog(any log)
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init(any injector)

    Constructor as per interface

    Parameters:
    injector

    Property Detail

    injector

    property any injector

    WireBox Injector

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    log

    property any log

    Logger

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    getInjector

    public string getInjector()


    getJavaLoaderDSL

    public any getJavaLoaderDSL(any definition, [any targetObject])

    Get a JavaLoader Dependency

    Parameters:
    definition
    targetObject

    getLog

    public string getLog()


    process

    public any process(any definition, [any targetObject])

    Process an incoming DSL definition and produce an object with it.

    Parameters:
    definition
    targetObject

    setInjector

    public any setInjector(any injector)

    Parameters:
    injector

    setLog

    public any setLog(any log)

    Parameters:
    log