@Component(value="WebInput") public class WebInputCom extends AbsAiComponent implements AiIoComponent
| 构造器和说明 |
|---|
WebInputCom() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doRun(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node) |
java.lang.Object |
getAttachment(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
获取组件附件
|
java.lang.Object |
getInput(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
获取组件数据输入
|
runclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttachmentName, getInputName, getOutputName, setAttachment, setOutputgetDescriptionpublic java.lang.Object getInput(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
throws java.lang.Throwable
AiIoComponentgetInput 在接口中 AiIoComponentjava.lang.Throwablepublic java.lang.Object getAttachment(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
throws java.lang.Throwable
AiIoComponentgetAttachment 在接口中 AiIoComponentjava.lang.Throwableprotected void doRun(org.noear.solon.flow.FlowContext context,
org.noear.solon.flow.Node node)
throws java.lang.Throwable
doRun 在类中 AbsAiComponentjava.lang.Throwable