public class CurrentInjectionPoint extends Object implements org.jboss.weld.bootstrap.api.Service
Constructor and Description |
---|
CurrentInjectionPoint() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
javax.enterprise.inject.spi.InjectionPoint |
peek()
The injection point being operated on for this thread
|
javax.enterprise.inject.spi.InjectionPoint |
pop() |
void |
push(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Replaces (or adds) the current injection point.
|
public void push(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
injectionPoint
- the injection point to usepublic javax.enterprise.inject.spi.InjectionPoint pop()
public javax.enterprise.inject.spi.InjectionPoint peek()
public void cleanup()
cleanup
in interface org.jboss.weld.bootstrap.api.Service
Copyright © 2012 Seam Framework. All Rights Reserved.