Package | Description |
---|---|
org.jboss.weld.bean.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
org.jboss.weld.interceptor.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
Modifier and Type | Field and Description |
---|---|
static CombinedInterceptorAndDecoratorStackMethodHandler |
CombinedInterceptorAndDecoratorStackMethodHandler.NULL_INSTANCE |
Modifier and Type | Method and Description |
---|---|
static CombinedInterceptorAndDecoratorStackMethodHandler |
InterceptionDecorationContext.peek()
Peeks the current top of the stack.
|
CombinedInterceptorAndDecoratorStackMethodHandler |
InterceptionDecorationContext.Stack.peek() |
static CombinedInterceptorAndDecoratorStackMethodHandler |
InterceptionDecorationContext.peekIfNotEmpty()
Peeks the current top of the stack or returns null if the stack is empty
|
Modifier and Type | Method and Description |
---|---|
static InterceptionDecorationContext.Stack |
InterceptionDecorationContext.startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context)
Pushes the given context to the stack if the given context is not on top of the stack already.
|
boolean |
InterceptionDecorationContext.Stack.startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context)
Pushes the given context to the stack if the given context is not on top of the stack already.
|
Constructor and Description |
---|
WeldInvocationContext(javax.interceptor.InvocationContext delegate,
List<InterceptorMethodInvocation> chain,
CombinedInterceptorAndDecoratorStackMethodHandler currentHandler) |
Copyright © 2022. All rights reserved.