@IocBean public class NutFilterStarter extends Object implements WebFilterFace
WebFilterFace.FilterOrder| 限定符和类型 | 字段和说明 |
|---|---|
protected AppContext |
appContext |
protected org.nutz.ioc.impl.PropertiesProxy |
conf |
protected org.nutz.ioc.Ioc |
ioc |
static String |
PROP_EXCLUSIONS |
static String |
PROP_IGNORE |
static String |
PROP_WEB_FILTER_ORDER_NUTZ |
| 构造器和说明 |
|---|
NutFilterStarter() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.nutz.mvc.NutFilter |
createNutFilter() |
EnumSet<javax.servlet.DispatcherType> |
getDispatches() |
javax.servlet.Filter |
getFilter() |
Map<String,String> |
getInitParameters() |
String |
getName() |
int |
getOrder() |
String |
getPathSpec() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetServletContext@Inject(value="refer:$ioc") protected org.nutz.ioc.Ioc ioc
@PropDoc(value="\u8fc7\u6ee4\u6307\u5b9a\u8bf7\u6c42\u8def\u5f84\u7684\u6b63\u5219\u8868\u8fbe\u5f0f", defaultValue="") public static final String PROP_IGNORE
@PropDoc(value="\u6392\u9664\u6307\u5b9a\u8bf7\u6c42\u8def\u5f84\u7684\u6b63\u5219\u8868\u8fbe\u5f0f", defaultValue="") public static final String PROP_EXCLUSIONS
@PropDoc(value="\u6307\u5b9aNutFilter\u6267\u884c\u987a\u5e8f", defaultValue="") public static final String PROP_WEB_FILTER_ORDER_NUTZ
@Inject protected org.nutz.ioc.impl.PropertiesProxy conf
@Inject protected AppContext appContext
public String getName()
getName 在接口中 WebFilterFacepublic String getPathSpec()
getPathSpec 在接口中 WebFilterFacepublic EnumSet<javax.servlet.DispatcherType> getDispatches()
getDispatches 在接口中 WebFilterFace@IocBean(name="nutFilter") public org.nutz.mvc.NutFilter createNutFilter()
public javax.servlet.Filter getFilter()
getFilter 在接口中 WebFilterFacepublic Map<String,String> getInitParameters()
getInitParameters 在接口中 WebFilterFacepublic int getOrder()
getOrder 在接口中 WebFilterFaceCopyright © 2019. All rights reserved.