Uses of Class
org.apache.turbine.annotation.AnnotationProcessor.ConditionType
-
Packages that use AnnotationProcessor.ConditionType Package Description org.apache.turbine.annotation -
-
Uses of AnnotationProcessor.ConditionType in org.apache.turbine.annotation
Methods in org.apache.turbine.annotation that return AnnotationProcessor.ConditionType Modifier and Type Method Description static AnnotationProcessor.ConditionTypeAnnotationProcessor.ConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnotationProcessor.ConditionType[]AnnotationProcessor.ConditionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.turbine.annotation with parameters of type AnnotationProcessor.ConditionType Modifier and Type Method Description static <A extends org.apache.fulcrum.security.model.turbine.TurbineAccessControlList<?>>
booleanAnnotationProcessor. isAuthorized(AccessibleObject object, A acl, AnnotationProcessor.ConditionType conditonType)Check if the object given is authorized to be executed based on its annotations The method's return value depends on the conditonType, refer to the ConditionType
-