|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.yan.xml.nuts.spring.SpringNuts
public class SpringNuts
The utility class to decrate a Nuts Interpreter object with tags that are aware of Spring beans.
| Constructor Summary | |
|---|---|
SpringNuts()
|
|
| Method Summary | |
|---|---|
static void |
setSpringAware(java.lang.String module_name,
NutsProcessor processor)
Make an processor spring-aware by registering spring-aware nuts tags such as ctor, bean, method etc. |
static void |
setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.ClassLoader loader)
Make an processor spring-aware by registering spring-aware nuts tags such as ctor, bean, method etc. |
static void |
setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.ClassLoader loader,
java.lang.String nuts_resource)
Make an processor spring-aware by registering spring-aware nuts tags such as ctor, bean, method etc. |
static void |
setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.ClassLoader loader,
java.lang.String nuts_resource,
java.lang.String appcontext_resource)
Make an processor spring-aware by registering spring-aware nuts tags such as ctor, bean, method etc. |
static void |
setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.String nuts_resource)
Make an processor spring-aware by registering spring-aware nuts tags such as ctor, bean, method etc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringNuts()
| Method Detail |
|---|
public static void setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.ClassLoader loader)
module_name - the name of the current module.processor - the processor object.loader - the class loader used to load the spring-aware
nuts classes.
public static void setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.ClassLoader loader,
java.lang.String nuts_resource)
module_name - the name of the current module.processor - the processor object.loader - the class loader used to load the spring-awarenuts_resource - the resource name of the config file
that configures the nut classes.
nuts classes.
public static void setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.ClassLoader loader,
java.lang.String nuts_resource,
java.lang.String appcontext_resource)
module_name - the name of the current module.processor - the processor object.loader - the class loader used to load the spring-awarenuts_resource - the resource name of the config file
that configures the nut classes.appcontext_resource - the resource name of the config file
that configures the ApplicationContext.
public static void setSpringAware(java.lang.String module_name,
NutsProcessor processor)
The class loader for component classes is used to load the spring nut classes.
module_name - the current module name.processor - the processor object.
public static void setSpringAware(java.lang.String module_name,
NutsProcessor processor,
java.lang.String nuts_resource)
The class loader for component classes is used to load the spring nut classes.
module_name - the current module name.processor - the processor object.nuts_resource - the resource name of the config file
that configures the nut classes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||