|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.injection.CurrentInjectionPoint
public class CurrentInjectionPoint
| Constructor Summary | |
|---|---|
CurrentInjectionPoint()
|
|
| Method Summary | |
|---|---|
void |
cleanup()
|
javax.enterprise.inject.spi.InjectionPoint |
peek()
The injection point being operated on for this thread |
javax.enterprise.inject.spi.InjectionPoint |
pop()
|
void |
popDummy()
|
void |
push(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Replaces (or adds) the current injection point. |
void |
pushDummy()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurrentInjectionPoint()
| Method Detail |
|---|
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 pushDummy()
public void popDummy()
public void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Service
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||