|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.integration.ResolverTools
public class ResolverTools
A set of tools for dealing with factorys, specifically to make chaining issues easy to deal with.
| Constructor Summary | |
|---|---|
ResolverTools()
|
|
| Method Summary | ||
|---|---|---|
static
|
appendFactory(VariableResolverFactory root,
T newFactory)
Based on a root factory, append the new factory to the end of the chain. |
|
static
|
insertFactory(VariableResolverFactory root,
T newFactory)
Based on the root factory, insert the new factory right after the root, and before any other in the chain. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResolverTools()
| Method Detail |
|---|
public static <T extends VariableResolverFactory> T appendFactory(VariableResolverFactory root,
T newFactory)
root - The root factorynewFactory - The new factory
public static <T extends VariableResolverFactory> T insertFactory(VariableResolverFactory root,
T newFactory)
root - The root factorynewFactory - The new factory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||