public class ManagedServiceInterceptor extends ServiceInterceptor
Singleton for ManagedService processing.| Modifier and Type | Class and Description |
|---|---|
protected static interface |
ManagedServiceInterceptor.ManagedAnnotation |
InvokationOrder.PRIORITYconfig, wildcardMappingAFTER_DEFAULT, BEFORE_DEFAULT, FIRST_BEFORE_DEFAULT| Constructor and Description |
|---|
ManagedServiceInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
injectPathParams(Object o,
Map<String,String> annotatedPathVars) |
protected ManagedServiceInterceptor.ManagedAnnotation |
managed(AnnotatedProxy ap,
AtmosphereResource r) |
protected void |
mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w) |
protected void |
namedInjection() |
void |
postInspect(AtmosphereResource r)
Invoked after an
AtmosphereResource gets dispatched to AtmosphereHandler. |
protected void |
prepareForPathInjection(String path,
String targetPath,
Object o) |
protected AnnotatedProxy |
proxyHandler() |
String |
toString() |
configure, inspect, mapAnnotatedService, optimizeMapping, prioritydestroyprotected void namedInjection()
protected void mapAnnotatedService(boolean reMap,
String path,
AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w)
mapAnnotatedService in class ServiceInterceptorprotected AnnotatedProxy proxyHandler() throws IllegalAccessException, InstantiationException
protected ManagedServiceInterceptor.ManagedAnnotation managed(AnnotatedProxy ap, AtmosphereResource r)
protected void prepareForPathInjection(String path, String targetPath, Object o)
public String toString()
toString in class AtmosphereInterceptorAdapterpublic void postInspect(AtmosphereResource r)
AtmosphereInterceptorAtmosphereResource gets dispatched to AtmosphereHandler.postInspect in interface AtmosphereInterceptorpostInspect in class AtmosphereInterceptorAdapterr - a AtmosphereResourceCopyright © 2015. All Rights Reserved.