Uses of Class
com.aspectran.core.context.rule.type.AspectAdviceType
-
Packages that use AspectAdviceType Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of AspectAdviceType in com.aspectran.core.activity
Methods in com.aspectran.core.activity with parameters of type AspectAdviceType Modifier and Type Method Description protected voidAdviceActivity. setCurrentAspectAdviceType(AspectAdviceType aspectAdviceType) -
Uses of AspectAdviceType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return AspectAdviceType Modifier and Type Method Description AspectAdviceTypeAspectAdviceRule. getAspectAdviceType()Methods in com.aspectran.core.context.rule with parameters of type AspectAdviceType Modifier and Type Method Description AspectAdviceRuleAspectRule. newAspectAdviceRule(AspectAdviceType aspectAdviceType)static AspectAdviceRuleAspectAdviceRule. newInstance(AspectRule aspectRule, AspectAdviceType aspectAdviceType)Constructors in com.aspectran.core.context.rule with parameters of type AspectAdviceType Constructor Description AspectAdviceRule(AspectRule aspectRule, AspectAdviceType aspectAdviceType) -
Uses of AspectAdviceType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return AspectAdviceType Modifier and Type Method Description static AspectAdviceTypeAspectAdviceType. resolve(java.lang.String alias)Returns anAspectAdviceTypewith a value represented by the specifiedString.static AspectAdviceTypeAspectAdviceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AspectAdviceType[]AspectAdviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-