public interface HtmlGatewayInterface extends CommonInterface
CANCEL, ERROR, EXECUTE_BOTH, EXECUTE_CLIENT, EXECUTE_DEBUG, EXECUTE_HTMLGATEWAY, EXECUTE_SERVER, EXECUTE_SERVERDC, IO_ERROR, IO_ERROR_EXECUTE_PARAMETER, IO_ERROR_IN, IO_ERROR_IO_MUST_SAME_COUNT, IO_ERROR_ITEM_TYPE, IO_ERROR_OUT, IO_ERROR_PARAMETER, NONE, OK, PARAMETER_DELIMITER, SKIP, USER_ERROR
修飾子とタイプ | メソッドと説明 |
---|---|
void |
addResponseByte(byte[] addResponseByte) |
java.lang.String |
getContentType() |
java.lang.Object |
getHtmlExecution() |
java.lang.Object |
getHtmlManager() |
jp.ne.mki.wedge.run.servlet.htmlgateway.multipart.MultipartBinaryData |
getMultipartBinaryData(java.lang.String keyName,
int row) |
int |
getMultipartBinaryDataSize(java.lang.String keyName) |
boolean |
getNoResponseFlag() |
java.lang.String |
getOutputHtml() |
HttpServletRequest |
getRequest() |
HttpServletResponse |
getResponse() |
byte[] |
getResponseByte() |
ServletConfig |
getServletConfig() |
int |
getSkipNumber() |
void |
setContentType(java.lang.String contentType) |
void |
setNoResponseFlag(boolean noResponseFlag) |
void |
setOutputHtml(java.lang.String outputHtml) |
void |
setResponseByte(byte[] responseByte) |
void |
setSkipNumber(int skipNumber) |
dispose, execute, exit, getAppAccount, getAppAuthority, getAppMenu, getAppPassword, getClassErrorName, getClientId, getConnectionId, getConnectionPoolId, getDbAccessCount, getDbErrorCode, getDbErrorMessage, getDbStatus, getEngineManager, getExceptionMessage, getExecuteType, getId, getInRecord, getInRecord, getInRecord, getInRecordCount, getIOParameter, getIpAddress_G_Index, getIpAddress_P_Index, getLogicalErrorName, getLogicalName, getOutRecord, getOutRecord, getOutRecord, getOutRecordCount, getPhysicalErrorName, getPhysicalName, getProjectId, getQueryEndLine, getQueryMaxCount, getQueryPageCount, getQueryStartLine, getReturnString, getRuleParameter, getRuleParameters, getRuleType, getRuleTypeName, getServerMessage, getServerParameter, getServerStatus, getServerSubName, getServerSubRevision, getServerTran, getUpdateErrorLine, getUpdateTargetCount, getWebServerIpAddress, isExecutable, logDebug, logError, logError, logFatal, logFatal, logInfo, logTrace, logWarn, logWarn, setExecuteType, setRuleType, setServerParameter, showErrorDialog, showErrorDialogAddRuleName, writeErrorLog, writeLog, writeLog, writeTraceLog
createLogicErrorLogRecord, createLogicExceptionLogRecord, createLogicLogRecord, executeRule, getLogicClassDelegate, getLogicClassType, setControlRecord, setEngineManager, setId, setInRecord, setLogicalName, setLogicClassDelegate, setOutRecord, setPhysicalName, setPropertyFromEngine, setRuleParameter, setUserConstant, terminate
void setOutputHtml(java.lang.String outputHtml)
java.lang.String getOutputHtml()
HttpServletRequest getRequest()
HttpServletResponse getResponse()
ServletConfig getServletConfig()
void setContentType(java.lang.String contentType)
java.lang.String getContentType()
void setResponseByte(byte[] responseByte)
byte[] getResponseByte()
void addResponseByte(byte[] addResponseByte)
void setNoResponseFlag(boolean noResponseFlag)
boolean getNoResponseFlag()
jp.ne.mki.wedge.run.servlet.htmlgateway.multipart.MultipartBinaryData getMultipartBinaryData(java.lang.String keyName, int row)
int getMultipartBinaryDataSize(java.lang.String keyName)
void setSkipNumber(int skipNumber)
int getSkipNumber()
java.lang.Object getHtmlExecution()
java.lang.Object getHtmlManager()