java Programming Glossary: renderhead
AOP or APT for overriding methods from super classes http://stackoverflow.com/questions/3652463/aop-or-apt-for-overriding-methods-from-super-classes the behavior itself. Here are the pointcuts I use pointcut renderHead IHeaderResponse response execution org.apache.wicket.behavior.AbstractBehavior.. execution org.apache.wicket.behavior.AbstractBehavior .renderHead args response And here is the advice before final IHeaderResponse.. here is the advice before final IHeaderResponse response renderHead response multiAnnotation singleAnnotation final Collection ReferencedResource..
|