public class MetaWebApi.WebApiRuntime
extends BaseMetaDataRuntime
| コンストラクタと説明 |
|---|
WebApiRuntime() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
checkContentType(MediaType contentType) |
void |
checkMethodType(MethodType requestMethodType) |
void |
checkMethodType(java.lang.String requestMethod) |
void |
checkRequestType(RequestType requestAcceptType,
HttpServletRequest request) |
void |
checkXRequestedWith(HttpServletRequest request) |
java.lang.String |
corsAccessControlAllowMethods() |
java.lang.String |
executeCommand(WebRequestStack stack,
java.lang.String interceptorName) |
CommandRuntime |
getCommandRuntime() |
MetaWebApi.WebApiRuntime |
getComprehensiveRuntime() |
java.util.List<MetaWebApi.WebApiRuntime> |
getIndividualRuntime() |
MetaWebApi |
getMetaData() |
java.lang.String |
getPublicWebApiName() |
RequestRestriction |
getRequestRestriction() |
MethodType |
getSpecificMethod() |
java.util.List<Variant> |
getVariants() |
java.util.Map<java.lang.String,java.util.List<MetaWebApiParamMap.WebApiParamMapRuntime>> |
getWebApiParamMapRuntimes() |
boolean |
isCorsAllowCredentials() |
boolean |
isCorsAllowOrigin(java.lang.String origin,
RequestContext req) |
boolean |
isSufficientOAuthScope(java.util.List<java.lang.String> grantedScopes) |
public RequestRestriction getRequestRestriction()
public java.lang.String getPublicWebApiName()
public MetaWebApi.WebApiRuntime getComprehensiveRuntime()
public java.util.List<MetaWebApi.WebApiRuntime> getIndividualRuntime()
public MethodType getSpecificMethod()
public java.util.List<Variant> getVariants()
public java.util.Map<java.lang.String,java.util.List<MetaWebApiParamMap.WebApiParamMapRuntime>> getWebApiParamMapRuntimes()
public boolean isCorsAllowCredentials()
public boolean isCorsAllowOrigin(java.lang.String origin,
RequestContext req)
public java.lang.String corsAccessControlAllowMethods()
public MetaWebApi getMetaData()
public CommandRuntime getCommandRuntime()
public java.lang.String executeCommand(WebRequestStack stack, java.lang.String interceptorName)
public void checkXRequestedWith(HttpServletRequest request)
public void checkRequestType(RequestType requestAcceptType, HttpServletRequest request)
public void checkMethodType(MethodType requestMethodType)
public void checkContentType(MediaType contentType)
public void checkMethodType(java.lang.String requestMethod)
public boolean isSufficientOAuthScope(java.util.List<java.lang.String> grantedScopes)