Package org.atmosphere.config.managed
Class AtmosphereHandlerServiceInterceptor
java.lang.Object
org.atmosphere.cpr.AtmosphereInterceptorAdapter
org.atmosphere.config.managed.ServiceInterceptor
org.atmosphere.config.managed.AtmosphereHandlerServiceInterceptor
- All Implemented Interfaces:
AtmosphereInterceptor,AtmosphereConfigAware,InvokationOrder
- Author:
- Jeanfrancois Arcand
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.atmosphere.interceptor.InvokationOrder
InvokationOrder.PRIORITY -
Field Summary
Fields inherited from class org.atmosphere.config.managed.ServiceInterceptor
configFields inherited from interface org.atmosphere.interceptor.InvokationOrder
AFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidmapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) toString()Methods inherited from class org.atmosphere.config.managed.ServiceInterceptor
configure, inspect, mapAnnotatedService, priorityMethods inherited from class org.atmosphere.cpr.AtmosphereInterceptorAdapter
destroy, postInspect
-
Constructor Details
-
AtmosphereHandlerServiceInterceptor
public AtmosphereHandlerServiceInterceptor()
-
-
Method Details
-
mapAnnotatedService
protected void mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) - Specified by:
mapAnnotatedServicein classServiceInterceptor
-
toString
- Overrides:
toStringin classAtmosphereInterceptorAdapter
-