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 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 com.aspectran.scheduler.adapter Contains a variant of the adapter interface for Aspectran Scheduler. -
-
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.MethodTypeTransletNotFoundException. getRequestMethod()MethodTypeTransletNotFoundException. getRequestMethod(MethodType defaultRequestMethod)Methods in com.aspectran.core.activity with parameters of type MethodType Modifier and Type Method Description MethodTypeTransletNotFoundException. getRequestMethod(MethodType defaultRequestMethod)voidCoreActivity. prepare(java.lang.String requestName, MethodType requestMethod)Prepare for the activity.protected voidAbstractTranslet. setRequestMethod(MethodType requestMethod)Constructors in com.aspectran.core.activity with parameters of type MethodType Constructor Description TransletNotFoundException(java.lang.String transletName, MethodType requestMethod)Constructor to create exception with a message. -
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.Constructors in com.aspectran.core.activity.request with parameters of type MethodType Constructor Description AbstractRequest(MethodType requestMethod)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.Constructors in com.aspectran.core.adapter with parameters of type MethodType Constructor Description AbstractRequestAdapter(MethodType requestMethod, java.lang.Object adaptee)Instantiates a new AbstractRequestAdapter.DefaultRequestAdapter(MethodType requestMethod, java.lang.Object adaptee)Instantiates a new DefaultRequestAdapter. -
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. -
Uses of MethodType in com.aspectran.scheduler.adapter
Constructors in com.aspectran.scheduler.adapter with parameters of type MethodType Constructor Description QuartzJobRequestAdapter(MethodType requestMethod, org.quartz.JobExecutionContext jobExecutionContext)Instantiates a new QuartzJobRequestAdapter.
-