|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.nanocontainer.aop.defaults.AbstractPointcutsFactory
Provides implementations of pointcut factory methods not supplied by the 'back-end' (nanning, dynop, etc.).
| Constructor Summary | |
AbstractPointcutsFactory()
|
|
| Method Summary | |
ComponentPointcut |
component(java.lang.Object componentKey)
Returns a component pointcut that picks one component key. |
ComponentPointcut |
componentName(java.lang.String regex)
Returns a component pointcut that matches component keys with a regular expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nanocontainer.aop.PointcutsFactory |
allClasses, allMethods, className, declaringClass, getMethods, instancesOf, intersection, intersection, isMethods, membersOf, not, not, objectMethods, oneClass, oneMethod, packageName, returnType, setMethods, signature, union, union |
| Constructor Detail |
public AbstractPointcutsFactory()
| Method Detail |
public ComponentPointcut component(java.lang.Object componentKey)
PointcutsFactory
component in interface PointcutsFactorycomponentKey - the component key to match against.
ComponentPointcut that matches
componentKey.public ComponentPointcut componentName(java.lang.String regex)
PointcutsFactory
componentName in interface PointcutsFactoryregex - the regular expression to match against.
ComponentPointcut that matches the component key
against regex.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||