|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.core.el.ELSupport
public class ELSupport
Supportive class to get default resolver for framework and other shared resolver methods.
| Constructor Summary | |
|---|---|
ELSupport()
|
|
| Method Summary | |
|---|---|
static javax.el.ELResolver |
getDefaultELResolver(boolean fieldResolver,
boolean readOnly)
|
static java.util.List<ELString> |
splitPossibleExpressionString(java.lang.String value)
Attempts to split String in parts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ELSupport()
| Method Detail |
|---|
public static final javax.el.ELResolver getDefaultELResolver(boolean fieldResolver,
boolean readOnly)
public static final java.util.List<ELString> splitPossibleExpressionString(java.lang.String value)
One can ofcourse resolve such a String at once using the ELResolver, however when using the database we must use binding parameters to prevent SQL injection. Specially for such purposes we split the String like this. So the expression parts can be resolved separately.
value - The String value containing possibly 1 or more expressions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||