jena 结果为 Html(servlet/jsp)

发布于 2024-10-29 06:13:03 字数 423 浏览 2 评论 0原文

List<RowObject> results = new ArrayList<RowObject>();

我尝试了 在 html 中打印 jena 结果集(servlet/ jsp) 帖子 并得到以下错误:

RowObject 无法解析为类型

我也想做的与帖子中给出的完全相同的类型。 RowObject 是用户定义的类吗?
如果是,那么我该如何构建它?我对这个 RowObject 事情感到困惑。

List<RowObject> results = new ArrayList<RowObject>();

I tried the above code from Print the jena result set in html(servlet/jsp) post
and got the following error:

RowObject cannot be resolved to a type

I also want to do exactly same as given in the post. Is RowObject a userdefined class ?
If yes,then how to I build it? I am confused regarding this RowObject thing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安静被遗忘 2024-11-05 06:13:03

它只是一个 Javabean 类。类名并不重要,只要它代表其内容即可。是的,您需要自己创建它。

It's just a Javabean class. The classname doesn't matter, as long as it represents its content. And yes, you need to create it yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文