Uses of Class
com.aspectran.core.context.rule.type.MethodType
-
Packages that use MethodType Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.request com.aspectran.core.adapter A package for providing basic adapters for integration with a core activity.com.aspectran.core.component.bean.annotation com.aspectran.core.component.translet com.aspectran.core.context.rule com.aspectran.core.context.rule.type -
-
Uses of MethodType in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return MethodType Modifier and Type Method Description MethodTypeAbstractTranslet. getRequestMethod()MethodTypeTranslet. getRequestMethod()Gets the request http method.Methods in com.aspectran.core.activity with parameters of type MethodType Modifier and Type Method Description voidActivity. prepare(java.lang.String transletName, MethodType requestMethod)Prepare for the activity.voidCoreActivity. prepare(java.lang.String requestName, MethodType requestMethod)voidDefaultActivity. prepare(java.lang.String transletName, MethodType requestMethod)protected voidAbstractTranslet. setRequestMethod(MethodType requestMethod) -
Uses of MethodType in com.aspectran.core.activity.request
Methods in com.aspectran.core.activity.request that return MethodType Modifier and Type Method Description MethodTypeAbstractRequest. getRequestMethod()MethodTypeRequestMethodNotAllowedException. getRequestMethod()Gets the request method type.Methods in com.aspectran.core.activity.request with parameters of type MethodType Modifier and Type Method Description protected voidAbstractRequest. setRequestMethod(MethodType requestMethod)Constructors in com.aspectran.core.activity.request with parameters of type MethodType Constructor Description RequestMethodNotAllowedException(MethodType requestMethod)Instantiates a new RequestMethodNotAllowedException.RequestMethodNotAllowedException(MethodType requestMethod, java.lang.String msg)Instantiates a new RequestMethodNotAllowedException. -
Uses of MethodType in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter that return MethodType Modifier and Type Method Description MethodTypeRequestAdapter. getRequestMethod()Returns the method used for the request. -
Uses of MethodType in com.aspectran.core.component.bean.annotation
Methods in com.aspectran.core.component.bean.annotation that return MethodType Modifier and Type Method Description MethodType[]method()MethodType[]methods() -
Uses of MethodType in com.aspectran.core.component.translet
Methods in com.aspectran.core.component.translet with parameters of type MethodType Modifier and Type Method Description booleanTransletRuleRegistry. contains(java.lang.String transletName, MethodType requestMethod)TransletRuleTransletRuleRegistry. getTransletRule(java.lang.String transletName, MethodType requestMethod) -
Uses of MethodType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return MethodType Modifier and Type Method Description MethodTypeRequestRule. getAllowedMethod()Returns the method allowed on the requested resource.MethodType[]TransletRule. getAllowedMethods()Returns the array of methods allowed on the requested resource.MethodType[]AspectRule. getMethods()MethodType[]JoinpointRule. getMethods()MethodTypeIncludeActionRule. getMethodType()MethodTypeForwardRule. getRequestMethod()Methods in com.aspectran.core.context.rule with parameters of type MethodType Modifier and Type Method Description static TransletRuleTransletRule. newInstance(java.lang.String name, MethodType[] allowedMethods)static TransletRuleTransletRule. newInstance(java.lang.String name, java.lang.String scanPath, java.lang.String maskPattern, MethodType[] allowedMethods)voidRequestRule. setAllowedMethod(MethodType allowedMethod)Sets the method allowed on the requested resource.voidTransletRule. setAllowedMethods(MethodType[] allowedMethods)Sets the array of methods allowed on the requested resource.voidJoinpointRule. setMethods(MethodType[] methods)voidIncludeActionRule. setMethodType(MethodType methodType)voidForwardRule. setRequestMethod(MethodType requestMethod) -
Uses of MethodType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return MethodType Modifier and Type Method Description static MethodType[]MethodType. parse(java.lang.String value)Returns an array ofMethodTypewith a value represented by the specifiedString.static MethodTypeMethodType. resolve(java.lang.String methodType)Returns aMethodTypewith a value represented by the specifiedString.static MethodTypeMethodType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MethodType[]MethodType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspectran.core.context.rule.type with parameters of type MethodType Modifier and Type Method Description booleanMethodType. containsTo(MethodType[] types)static java.lang.StringMethodType. stringify(MethodType[] types)Converts an array ofMethodTypeto a comma separatedString.
-