public class MetaWebApi.WebApiRuntime
extends org.iplass.mtp.impl.metadata.BaseMetaDataRuntime
| コンストラクタと説明 |
|---|
WebApiRuntime() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
checkMethodType(MethodType requestMethodType) |
void |
checkRequestType(RequestType requestAcceptType,
javax.servlet.http.HttpServletRequest request) |
void |
checkXRequestedWith(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
executeCommand(org.iplass.mtp.command.RequestContext req,
java.lang.String interceptorName) |
java.lang.String |
getAccessControlAllowOrigin(org.iplass.mtp.command.RequestContext req) |
org.iplass.mtp.impl.command.MetaCommand.CommandRuntime |
getCommandRuntime() |
MetaWebApi.WebApiRuntime |
getComprehensiveRuntime() |
java.util.List<MetaWebApi.WebApiRuntime> |
getIndividualRuntime() |
MetaWebApi |
getMetaData() |
java.lang.String |
getPublicWebApiName() |
MethodType |
getSpecificMethod() |
java.util.List<javax.ws.rs.core.Variant> |
getVariants() |
boolean |
isCorsAllowCredentials() |
boolean |
isCorsAllowOrigin(java.lang.String origin,
org.iplass.mtp.command.RequestContext req) |
public java.lang.String getPublicWebApiName()
public MetaWebApi.WebApiRuntime getComprehensiveRuntime()
public java.util.List<MetaWebApi.WebApiRuntime> getIndividualRuntime()
public MethodType getSpecificMethod()
public java.util.List<javax.ws.rs.core.Variant> getVariants()
public java.lang.String getAccessControlAllowOrigin(org.iplass.mtp.command.RequestContext req)
public boolean isCorsAllowCredentials()
public boolean isCorsAllowOrigin(java.lang.String origin,
org.iplass.mtp.command.RequestContext req)
public MetaWebApi getMetaData()
public org.iplass.mtp.impl.command.MetaCommand.CommandRuntime getCommandRuntime()
public java.lang.String executeCommand(org.iplass.mtp.command.RequestContext req,
java.lang.String interceptorName)
public void checkXRequestedWith(javax.servlet.http.HttpServletRequest request)
public void checkRequestType(RequestType requestAcceptType, javax.servlet.http.HttpServletRequest request)
public void checkMethodType(MethodType requestMethodType)