|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nanocontainer.aop.defaults.KeyEqualsComponentPointcut
public class KeyEqualsComponentPointcut
Component pointcut that matches against a component key.
| Constructor Summary | |
|---|---|
KeyEqualsComponentPointcut(java.lang.Object componentKey)
Creates a new KeyEqualsComponentPointcut that matches
against componentKey. |
|
| Method Summary | |
|---|---|
boolean |
picks(java.lang.Object componentKey)
Tests to see if the componentKey matches the component key
passed to the constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyEqualsComponentPointcut(java.lang.Object componentKey)
KeyEqualsComponentPointcut that matches
against componentKey.
componentKey - the component key to match against.| Method Detail |
|---|
public boolean picks(java.lang.Object componentKey)
componentKey matches the component key
passed to the constructor.
picks in interface ComponentPointcutcomponentKey - the candidate component key to match against.
componentKey is equivalent to the
component key passed to the constructor, else false.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||