org.lsc.jndi
Class ScriptableObject
java.lang.Object
org.lsc.jndi.ScriptableObject
- Direct Known Subclasses:
- ScriptableJndiServices
public class ScriptableObject
- extends Object
Based on rhino, this class is able to understand your LQL requests.
- Author:
- Sebastien Bahloul <seb@lsc-project.org>
ScriptableObject
public ScriptableObject()
wrap
public List<String> wrap(String methodName,
Object a,
Object b,
boolean listable)
throws NamingException
- Throws:
NamingException
getList
public List<String> getList(Object a)
- Convert objects to Strings list
- Parameters:
a - the original object
- Returns:
- the strings list
wrapList
public List<String> wrapList(String methodName,
Object a,
Object b)
throws NamingException
- Throws:
NamingException
wrapString
public List<String> wrapString(String methodName,
Object a,
Object b)
throws NamingException
- Throws:
NamingException
Copyright © 2005-2010 LSC project. All Rights Reserved.