Uses of Class
com.aspectran.core.activity.aspect.AspectAdviceException
-
Packages that use AspectAdviceException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean.proxy -
-
Uses of AspectAdviceException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw AspectAdviceException Modifier and Type Method Description voidActivity. executeAdvice(AspectAdviceRule aspectAdviceRule, boolean throwable)Executes an aspect advice with a given rule.voidActivity. executeAdvice(java.util.List<AspectAdviceRule> aspectAdviceRuleList, boolean throwable)Execute aspect advices with given rules.voidAdviceActivity. executeAdvice(AspectAdviceRule aspectAdviceRule, boolean throwable)voidAdviceActivity. executeAdvice(java.util.List<AspectAdviceRule> aspectAdviceRuleList, boolean throwable)voidActivity. registerAspectAdviceRule(AspectRule aspectRule)Register an aspect rule dynamically.voidAdviceActivity. registerAspectAdviceRule(AspectRule aspectRule) -
Uses of AspectAdviceException in com.aspectran.core.component.bean.proxy
Methods in com.aspectran.core.component.bean.proxy that throw AspectAdviceException Modifier and Type Method Description protected voidAbstractDynamicProxyBean. afterAdvice(java.util.List<AspectAdviceRule> afterAdviceRuleList, BeanRule beanRule, Activity activity)protected voidAbstractDynamicProxyBean. beforeAdvice(java.util.List<AspectAdviceRule> beforeAdviceRuleList, BeanRule beanRule, Activity activity)protected voidAbstractDynamicProxyBean. finallyAdvice(java.util.List<AspectAdviceRule> finallyAdviceRuleList, BeanRule beanRule, Activity activity)protected AspectAdviceRuleRegistryAbstractDynamicProxyBean. getAspectAdviceRuleRegistry(Activity activity, java.lang.String transletName, java.lang.String beanId, java.lang.String className, java.lang.String methodName)
-