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 |
executeCommand(RequestContext req,
java.lang.String interceptorName) |
java.lang.String |
getAccessControlAllowOrigin(RequestContext req) |
CommandRuntime |
getCommandRuntime() |
MetaWebApi.WebApiRuntime |
getComprehensiveRuntime() |
java.util.List<MetaWebApi.WebApiRuntime> |
getIndividualRuntime() |
MetaWebApi |
getMetaData() |
java.lang.String |
getPublicWebApiName() |
MethodType |
getSpecificMethod() |
java.util.List<Variant> |
getVariants() |
boolean |
isCorsAllowCredentials() |
boolean |
isCorsAllowOrigin(java.lang.String origin,
RequestContext req) |
boolean |
isSufficientOAuthScope(java.util.List<java.lang.String> grantedScopes) |
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.lang.String getAccessControlAllowOrigin(RequestContext req)
public boolean isCorsAllowCredentials()
public boolean isCorsAllowOrigin(java.lang.String origin,
RequestContext req)
public MetaWebApi getMetaData()
public CommandRuntime getCommandRuntime()
public java.lang.String executeCommand(RequestContext req,
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)