public class AnnotationWebContext extends XmlApplicationContext implements WebContext
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
AnnotationWebContext.HandlerChainImpl |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<InterceptorMetaInfo> |
interceptorList |
protected Resource |
resource |
beanDefinitions, errorMemo, map| 构造器和说明 |
|---|
AnnotationWebContext(String file) |
AnnotationWebContext(String file,
javax.servlet.ServletContext servletContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addInterceptor(String uri,
String servletURI,
AnnotationWebContext.HandlerChainImpl chain) |
protected void |
addLastHandler(String uri,
String servletURI,
AnnotationWebContext.HandlerChainImpl chain) |
protected List<BeanDefinition> |
getBeanDefinitions(String file) |
String |
getEncoding() |
String |
getViewPath() |
HandlerChain |
match(String uri,
String servletURI) |
injectaddObjectToContext, check, check, error, findBeanDefinition, getBean, getBeanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBean, getBeanprotected final Resource resource
protected final List<InterceptorMetaInfo> interceptorList
public AnnotationWebContext(String file)
public AnnotationWebContext(String file, javax.servlet.ServletContext servletContext)
protected List<BeanDefinition> getBeanDefinitions(String file)
public String getEncoding()
getEncoding 在接口中 WebContextpublic String getViewPath()
getViewPath 在接口中 WebContextpublic HandlerChain match(String uri, String servletURI)
match 在接口中 WebContextprotected void addLastHandler(String uri, String servletURI, AnnotationWebContext.HandlerChainImpl chain)
protected void addInterceptor(String uri, String servletURI, AnnotationWebContext.HandlerChainImpl chain)
Copyright © 2016. All rights reserved.