net.hasor.web.servlet
接口 WebApiBinder.ServletBindingBuilder
- 正在封闭接口:
- WebApiBinder
public static interface WebApiBinder.ServletBindingBuilder
负责配置Servlet,参考Guice 3.0接口设计。
|
方法摘要 |
void |
with(Class<? extends javax.servlet.http.HttpServlet> servletKey)
|
void |
with(Class<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
|
void |
with(javax.servlet.http.HttpServlet servlet)
|
void |
with(javax.servlet.http.HttpServlet servlet,
Map<String,String> initParams)
|
void |
with(int index,
Class<? extends javax.servlet.http.HttpServlet> servletKey)
|
void |
with(int index,
Class<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
|
void |
with(int index,
javax.servlet.http.HttpServlet servlet)
|
void |
with(int index,
javax.servlet.http.HttpServlet servlet,
Map<String,String> initParams)
|
void |
with(int index,
com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey)
|
void |
with(int index,
com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
|
void |
with(com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey)
|
void |
with(com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
|
with
void with(Class<? extends javax.servlet.http.HttpServlet> servletKey)
with
void with(com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey)
with
void with(javax.servlet.http.HttpServlet servlet)
with
void with(Class<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
with
void with(com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
with
void with(javax.servlet.http.HttpServlet servlet,
Map<String,String> initParams)
with
void with(int index,
Class<? extends javax.servlet.http.HttpServlet> servletKey)
with
void with(int index,
com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey)
with
void with(int index,
javax.servlet.http.HttpServlet servlet)
with
void with(int index,
Class<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
with
void with(int index,
com.google.inject.Key<? extends javax.servlet.http.HttpServlet> servletKey,
Map<String,String> initParams)
with
void with(int index,
javax.servlet.http.HttpServlet servlet,
Map<String,String> initParams)
Copyright © 2013. All Rights Reserved.