public class SpringMvcServiceScanner extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware
| 构造器和说明 |
|---|
SpringMvcServiceScanner() |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<ServiceDescription> |
serviceList() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext 在接口中 org.springframework.web.context.ServletContextAwarepublic Collection<ServiceDescription> serviceList() throws Exception
ExceptionCopyright © 2017. All rights reserved.