@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)
获取组件数据输入
|
run
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttachmentName, getInputName, getOutputName, setAttachment, setOutput
getDescription
public java.lang.Object getInput(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
AiIoComponent
getInput
在接口中 AiIoComponent
java.lang.Throwable
public java.lang.Object getAttachment(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
AiIoComponent
getAttachment
在接口中 AiIoComponent
java.lang.Throwable
protected void doRun(org.noear.solon.flow.FlowContext context, org.noear.solon.flow.Node node) throws java.lang.Throwable
doRun
在类中 AbsAiComponent
java.lang.Throwable