Uses of Class
com.aspectran.core.activity.aspect.AdviceConstraintViolationException
-
Packages that use AdviceConstraintViolationException 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 AdviceConstraintViolationException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw AdviceConstraintViolationException Modifier and Type Method Description voidActivity. registerAspectAdviceRule(AspectRule aspectRule)Register an aspect rule dynamically.voidAdviceActivity. registerAspectAdviceRule(AspectRule aspectRule) -
Uses of AdviceConstraintViolationException in com.aspectran.core.component.bean.proxy
Methods in com.aspectran.core.component.bean.proxy that throw AdviceConstraintViolationException Modifier and Type Method Description protected AspectAdviceRuleRegistryAbstractDynamicProxyBean. getAspectAdviceRuleRegistry(Activity activity, java.lang.String transletName, java.lang.String beanId, java.lang.String className, java.lang.String methodName)
-