Uses of Class
com.aspectran.core.context.rule.type.ResponseType
-
-
Uses of ResponseType in com.aspectran.core.activity.response
Methods in com.aspectran.core.activity.response that return ResponseType Modifier and Type Method Description ResponseTypeForwardResponse. getResponseType()ResponseTypeRedirectResponse. getResponseType()ResponseTypeResponse. getResponseType()Gets the response type. -
Uses of ResponseType in com.aspectran.core.activity.response.dispatch
Methods in com.aspectran.core.activity.response.dispatch that return ResponseType Modifier and Type Method Description ResponseTypeDispatchResponse. getResponseType() -
Uses of ResponseType in com.aspectran.core.activity.response.transform
Methods in com.aspectran.core.activity.response.transform that return ResponseType Modifier and Type Method Description ResponseTypeCustomTransformResponse. getResponseType()ResponseTypeTransformResponse. getResponseType() -
Uses of ResponseType in com.aspectran.core.context.rule
Fields in com.aspectran.core.context.rule declared as ResponseType Modifier and Type Field Description static ResponseTypeDispatchRule. RESPONSE_TYPEstatic ResponseTypeForwardRule. RESPONSE_TYPEstatic ResponseTypeRedirectRule. RESPONSE_TYPEstatic ResponseTypeTransformRule. RESPONSE_TYPEMethods in com.aspectran.core.context.rule that return ResponseType Modifier and Type Method Description ResponseTypeResponseRule. getResponseType() -
Uses of ResponseType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return ResponseType Modifier and Type Method Description static ResponseTypeResponseType. resolve(java.lang.String alias)Returns aResponseTypewith a value represented by the specifiedString.static ResponseTypeResponseType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResponseType[]ResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-