public class ServerFilter extends Object implements InitializingBean, DisposableBean, ApplicationContextAware, ServletContextAware, HandlerAdapter
| Constructor and Description |
|---|
ServerFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
long |
getLastModified(HttpServletRequest request,
Object handler) |
ModelAndView |
handle(HttpServletRequest request,
HttpServletResponse response,
Object handler) |
void |
setAmf3MessageInterceptor(AMF3MessageInterceptor amf3MessageInterceptor) |
void |
setApplicationContext(ApplicationContext context) |
void |
setExceptionConverters(List<Class<? extends ExceptionConverter>> exceptionConverters) |
void |
setServletContext(ServletContext servletContext) |
void |
setTide(boolean tide) |
void |
setTideAnnotations(List<String> tideAnnotations) |
void |
setTideInterfaces(List<String> tideInterfaces) |
void |
setTideNames(List<String> tideNames) |
void |
setTideRoles(List<String> tideRoles) |
void |
setTideTypes(List<String> tideTypes) |
void |
setType(String type) |
void |
setUseBigDecimal(boolean useBigDecimal) |
void |
setUseBigInteger(boolean useBigInteger) |
void |
setUseLong(boolean useLong) |
boolean |
supports(Object handler) |
public ServerFilter()
public void setApplicationContext(ApplicationContext context) throws BeansException
setApplicationContext in interface ApplicationContextAwareBeansExceptionpublic void setServletContext(ServletContext servletContext) throws BeansException
setServletContext in interface ServletContextAwareBeansExceptionpublic void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanpublic void destroy() throws Exception
destroy in interface DisposableBeanExceptionpublic void setTideRoles(List<String> tideRoles)
public void setTideAnnotations(List<String> tideAnnotations)
public void setTideInterfaces(List<String> tideInterfaces)
public void setTideNames(List<String> tideNames)
public void setTideTypes(List<String> tideTypes)
public void setExceptionConverters(List<Class<? extends ExceptionConverter>> exceptionConverters)
public void setAmf3MessageInterceptor(AMF3MessageInterceptor amf3MessageInterceptor)
public void setUseLong(boolean useLong)
public void setUseBigInteger(boolean useBigInteger)
public void setUseBigDecimal(boolean useBigDecimal)
public void setTide(boolean tide)
public long getLastModified(HttpServletRequest request, Object handler)
getLastModified in interface HandlerAdapterpublic ModelAndView handle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception
handle in interface HandlerAdapterExceptionpublic boolean supports(Object handler)
supports in interface HandlerAdapter