类 ServerProperties.Servlet
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
- 封闭类:
- ServerProperties
public static class ServerProperties.Servlet extends Object
Servlet properties.
构造器概要
构造器 构造器 说明 Servlet()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetApplicationDisplayName()Map<String,String>getContextParameters()StringgetContextPath()org.springframework.boot.web.servlet.server.JspgetJsp()org.springframework.boot.web.servlet.server.SessiongetSession()voidsetApplicationDisplayName(String displayName)voidsetContextPath(String contextPath)
构造器详细资料
Servlet
public Servlet()
方法详细资料
getContextPath
public String getContextPath()
setContextPath
public void setContextPath(String contextPath)
getApplicationDisplayName
public String getApplicationDisplayName()
setApplicationDisplayName
public void setApplicationDisplayName(String displayName)
getContextParameters
public Map<String,String> getContextParameters()
getJsp
public org.springframework.boot.web.servlet.server.Jsp getJsp()
getSession
public org.springframework.boot.web.servlet.server.Session getSession()