java – 在JSP中,如何识别List中存在的Object类型?

栏目: Java · 发布时间: 5年前

内容简介:翻译自:https://stackoverflow.com/questions/1072772/in-jsp-how-to-identify-the-type-of-object-present-in-a-list
在JSP中是否有可能获得List中的Object类型,就像我们在 Java

中一样

myDataBind.getResultsList().get(0).getClass();

或者是否有可能实现这样的目标:

if ( myDataBind.getResultsList().get(0) instanceOf MyClass ) {
  doThis;
}

我不喜欢scriptlet,但如果没有scriptlet就不可能,那么请告诉我即使是这个解决方案.

>假设列表中的所有对象都是相同的类型.

使用JSTL,您可以检索使用JavaBean规范的所有内容 – 如果要在 java 中使用getClass(),则可以在JSTL中使用.class:

这会写出你的类名:

${myList[0].class}

翻译自:https://stackoverflow.com/questions/1072772/in-jsp-how-to-identify-the-type-of-object-present-in-a-list


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

The Probabilistic Method

The Probabilistic Method

Noga Alon、Joel H. Spencer / Wiley-Interscience / 2008-8-11 / USD 137.00

Praise for the Second Edition : "Serious researchers in combinatorics or algorithm design will wish to read the book in its entirety...the book may also be enjoyed on a lighter level since the diffe......一起来看看 《The Probabilistic Method》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具