WireBox : Dependency Injection & AOP For ColdFu...
WireBox : Dependency Injection & AOP For ColdFu...
6.x
Introduction
Intro
Release History
About This Book
Author
Getting Started
Overview
Installing WireBox
Getting Jiggy Wit It!
Configuration
Configuring WireBox
Mapping DSL
Component Annotations
Parent Object Definitions
Usage
WireBox Injector
Injection DSL
ID-Model-Empty Namespace
Provider Namespace
WireBox Namespace
CacheBox Namespace
EntityService Namespace
LogBox Namespace
Java Namespace
ColdBox Namespace
WireBox Event Model
Advanced Topics
Providers
Virtual Inheritance
Runtime Mixins()
Object Persistence & Thread Safety
ORM Entity Injection
WireBox Object Populator
Extending WireBox
Custom DSL
Custom Scopes
WireBox Injector Interface
Aspect Oriented Programming
AOP Intro
Powered by GitBook

Java Namespace

Interact with Java directly

DSL

Description

java:{class}

Get a reference or instantiate the java {class} for you.

property name="builder" inject="java:java.lang.StringBuilder";
Previous
LogBox Namespace
Next
ColdBox Namespace
Last updated 3 years ago
Edit on GitHub