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


构造方法摘要
protected ServletHolder.Config()
           
 
方法摘要
 String getServletName()
          Returns the name of this servlet instance.
 
从类 org.eclipse.jetty.servlet.Holder.HolderConfig 继承的方法
getInitParameter, getInitParameterNames, getServletContext
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 javax.servlet.ServletConfig 继承的方法
getInitParameter, getInitParameterNames, getServletContext
 

构造方法详细信息

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.