Uses of Class
de.xima.fc.beans.ValueDescriptor
-
Packages that use ValueDescriptor Package Description de.xima.fc.servlet de.xima.fc.web.common.json de.xima.fc.web.common.utils -
-
Uses of ValueDescriptor in de.xima.fc.servlet
Methods in de.xima.fc.servlet that return types with arguments of type ValueDescriptor Modifier and Type Method Description protected List<ArrayList<ValueDescriptor>>
DatenabfrageLDAPServlet. convert2ValueDescrList(de.xima.cmn.db.model.SerializableResultSet rs)
-
Uses of ValueDescriptor in de.xima.fc.web.common.json
Methods in de.xima.fc.web.common.json that return types with arguments of type ValueDescriptor Modifier and Type Method Description static List<ArrayList<ValueDescriptor>>
JSONBuilder. convert2ValueDescrList(de.xima.cmn.db.model.SerializableResultSet rs)
Method parameters in de.xima.fc.web.common.json with type arguments of type ValueDescriptor Modifier and Type Method Description static String
JSONBuilder. buildList(List<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session)
static String
JSONBuilder. buildList(List<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session, boolean plain)
static String
JSONBuilder. buildOtherList(List<ArrayList<ValueDescriptor>> valueList, javax.servlet.http.HttpSession session)
static String
JSONBuilder. buildOtherSet(Set<ArrayList<ValueDescriptor>> valueList, javax.servlet.http.HttpSession session)
Stellt den Response-Inhalt im JSON-Format bereit, mit allen Enums welche übergeben wurdenstatic String
JSONBuilder. buildSet(Set<ArrayList<ValueDescriptor>> enumList, javax.servlet.http.HttpSession session)
-
Uses of ValueDescriptor in de.xima.fc.web.common.utils
Methods in de.xima.fc.web.common.utils that return ValueDescriptor Modifier and Type Method Description static ValueDescriptor
BeanUtils. correctlyTypedDescriptor(Object bean, String propName, Object propValue)
Methods in de.xima.fc.web.common.utils that return types with arguments of type ValueDescriptor Modifier and Type Method Description static ArrayList<ValueDescriptor>
BeanUtils. vdList(Serializable bean, String[] propNames)
Baut eine Liste vonValueDescriptor
en.
-