|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 TaglibDescriptor 的软件包 | |
|---|---|
| javax.servlet.descriptor | Provides programmatic access to a web application's configuration information that was aggregated from the web.xml and web-fragment.xml descriptors. |
| org.eclipse.jetty.servlet | |
| javax.servlet.descriptor 中 TaglibDescriptor 的使用 |
|---|
| 返回变量类型为 TaglibDescriptor 的类型的 javax.servlet.descriptor 中的方法 | |
|---|---|
Collection<TaglibDescriptor> |
JspConfigDescriptor.getTaglibs()
Gets the <taglib> child elements of the
<jsp-config> element represented by this
JspConfigDescriptor. |
| org.eclipse.jetty.servlet 中 TaglibDescriptor 的使用 |
|---|
| 实现 TaglibDescriptor 的 org.eclipse.jetty.servlet 中的类 | |
|---|---|
static class |
ServletContextHandler.TagLib
|
| 返回变量类型为 TaglibDescriptor 的类型的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
Collection<TaglibDescriptor> |
ServletContextHandler.JspConfig.getTaglibs()
|
| 参数类型为 TaglibDescriptor 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
void |
ServletContextHandler.JspConfig.addTaglibDescriptor(TaglibDescriptor d)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||