public class Interceptor extends Object
| Constructor and Description |
|---|
Interceptor() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
profile(javax.interceptor.InvocationContext ctx,
String interceptorName)
This interceptor creates/updates an inner map for every method that it intercepts.
|
static Map<String,Object> |
profile(SuperInterceptedBean bean,
String interceptorName)
This is invoked by the lifecycle interceptor callback methods that are defined inside a bean.
|
public static Map<String,Object> profile(javax.interceptor.InvocationContext ctx, String interceptorName)
ctx - - InvocationContextinterceptorName - name of the interceptorpublic static Map<String,Object> profile(SuperInterceptedBean bean, String interceptorName)
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.