public class Jodd
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BEAN |
static int |
CORE |
static int |
DB |
static int |
HTTP |
static int |
JTX |
static int |
LAGARTO |
static int |
LOG |
static int |
MADVOC |
static int |
MAIL |
static int |
PETITE |
static int |
PROPS |
static int |
PROXETTA |
static int |
SERVLET |
static int |
UPLOAD |
static int |
VTOR |
| Constructor and Description |
|---|
Jodd() |
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(int moduleNdx,
java.lang.Object... arguments)
Invokes
bind method on module instance. |
static java.lang.Object |
getModule(int moduleNdx)
Returns module instance if module is loaded.
|
static boolean |
isModuleLoaded(int moduleNdx)
Returns
true if module is loaded. |
public static final int CORE
public static final int BEAN
public static final int DB
public static final int HTTP
public static final int JTX
public static final int LAGARTO
public static final int LOG
public static final int MADVOC
public static final int MAIL
public static final int PETITE
public static final int PROPS
public static final int PROXETTA
public static final int SERVLET
public static final int UPLOAD
public static final int VTOR
public static boolean isModuleLoaded(int moduleNdx)
true if module is loaded.public static java.lang.Object getModule(int moduleNdx)
public static void bind(int moduleNdx,
java.lang.Object... arguments)
bind method on module instance.Copyright © 2003-2013 Jodd Team