类 ServerProperties.Servlet
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ServerProperties.Servlet
 
- 封闭类:
- ServerProperties
 - public static class ServerProperties.Servlet extends Object Servlet properties.
- 构造器概要- 构造器 - 构造器 - 说明 - Servlet()
 - 方法概要- 所有方法 实例方法 具体方法 - 修饰符和类型 - 方法 - 说明 - String- getApplicationDisplayName()- Map<String,String>- getContextParameters()- String- getContextPath()- org.springframework.boot.web.servlet.server.Jsp- getJsp()- org.springframework.boot.web.servlet.server.Session- getSession()- void- setApplicationDisplayName(String displayName)- void- setContextPath(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()