org.eclipse.jetty.servlet
类 ServletHolder.Config
java.lang.Object
org.eclipse.jetty.servlet.Holder.HolderConfig
org.eclipse.jetty.servlet.ServletHolder.Config
- 所有已实现的接口:
- ServletConfig
- 包容类:
- ServletHolder
protected class ServletHolder.Config
- extends Holder.HolderConfig
- implements ServletConfig
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletHolder.Config
protected ServletHolder.Config()
getServletName
public String getServletName()
- 从接口
ServletConfig 复制的描述
- Returns the name of this servlet instance.
The name may be provided via server administration, assigned in the
web application deployment descriptor, or for an unregistered (and thus
unnamed) servlet instance it will be the servlet's class name.
- 指定者:
- 接口
ServletConfig 中的 getServletName
- 返回:
- the name of the servlet instance
Copyright © 2013. All Rights Reserved.