[jboss-user] [JBoss Seam] - Re: Intercepting Seam components/Support for AspectJ

jacob.orshalick do-not-reply at jboss.com
Mon Nov 26 20:24:51 EST 2007


You can retrieve the method name by calling getMethod() on the InvocationContext.  The method name can be used for pattern matching.  Pattern and Matcher provided by the java.util.regex library will do the trick.  This library is provided with your Java distribution.  There are a variety of available tutorials on this library.  Hope that helps.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107917#4107917

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107917



More information about the jboss-user mailing list