Uses of Class
com.aspectran.core.context.rule.type.PointcutType
-
Packages that use PointcutType Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of PointcutType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return PointcutType Modifier and Type Method Description PointcutTypePointcutPatternRule. getPointcutType()PointcutTypePointcutRule. getPointcutType()Methods in com.aspectran.core.context.rule with parameters of type PointcutType Modifier and Type Method Description protected voidPointcutPatternRule. setPointcutType(PointcutType pointcutType)Constructors in com.aspectran.core.context.rule with parameters of type PointcutType Constructor Description PointcutRule(PointcutType pointcutType) -
Uses of PointcutType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return PointcutType Modifier and Type Method Description static PointcutTypePointcutType. resolve(java.lang.String alias)Returns aPointcutTypewith a value represented by the specifiedString.static PointcutTypePointcutType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PointcutType[]PointcutType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-